Trace number 2074358

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco2.1.1 2009-06-10UNSAT 24.2833 24.323

DiagnosticValue
CHECKS0
NODES3191

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-12-12-2.xml
MD5SUM3522093697b9ca731333dcd1630624f7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.50262
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints4356
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4356
Global constraints used (with number of constraints)

Solver Data

24.17/24.28	s UNSATISFIABLE
24.17/24.28	d AC 32
24.17/24.28	d RUNTIME 24.178
24.17/24.28	d NODES 3191
24.17/24.28	d NODES/s 132
24.17/24.28	d BACKTRACKS 4570
24.17/24.28	d BACKTRACKS/s 189
24.17/24.28	d CHECKS 0
24.17/24.28	d CHECKS/s 0
24.17/24.28	c UNSAT 24.178 TIME      3191 NDS    1012 PARSTIME      1906 BUILDPB       21260 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2074358-1247359176/watcher-2074358-1247359176 -o /tmp/evaluation-result-2074358-1247359176/solver-2074358-1247359176 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2074358-1247359176.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.79 1.89 1.96 4/74 17775
/proc/meminfo: memFree=1904384/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=152 CPUtime=0
/proc/17775/stat : 17775 (java) R 17773 17775 15804 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 22982799 155648 26 996147200 134512640 134550932 4294956000 18446744073709551615 9920811 0 0 4096 0 0 0 0 17 1 0 0
/proc/17775/statm: 38 26 19 9 0 4 0

[startup+0.102089 s]
/proc/loadavg: 1.79 1.89 1.96 4/74 17775
/proc/meminfo: memFree=1904384/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=864064 CPUtime=0.08
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 3889 0 1 0 6 2 0 0 20 0 9 0 22982799 884801536 3336 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216016 3336 1749 9 0 210484 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864064

[startup+0.2011 s]
/proc/loadavg: 1.79 1.89 1.96 4/74 17775
/proc/meminfo: memFree=1904384/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=864460 CPUtime=0.18
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 4486 0 1 0 15 3 0 0 20 0 9 0 22982799 885207040 3911 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216115 3911 1852 9 0 210583 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 864460

[startup+0.301111 s]
/proc/loadavg: 1.79 1.89 1.96 4/74 17775
/proc/meminfo: memFree=1904384/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=864928 CPUtime=0.28
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 5029 0 1 0 25 3 0 0 20 0 9 0 22982799 885686272 4454 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216232 4454 1856 9 0 210700 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864928

[startup+0.701157 s]
/proc/loadavg: 1.79 1.89 1.96 4/74 17775
/proc/meminfo: memFree=1904384/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865048 CPUtime=0.68
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 9048 0 1 0 63 5 0 0 20 0 9 0 22982799 885809152 8462 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216262 8463 1898 9 0 210730 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 865048

[startup+1.50125 s]
/proc/loadavg: 1.88 1.91 1.96 3/83 17784
/proc/meminfo: memFree=1843192/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865152 CPUtime=1.48
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 17976 0 1 0 137 11 0 0 20 0 9 0 22982799 885915648 17369 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216288 17369 1959 9 0 210756 0
[pid=17775/tid=17777] ppid=17773 vsize=865152 CPUtime=1.16
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14521 0 1 0 108 8 0 0 25 0 9 0 22982801 885915648 17369 996147200 134512640 134550932 4294955840 18446744073709551615 102879650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865152 CPUtime=0.06
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 2103 0 0 0 5 1 0 0 17 0 9 0 22982802 885915648 17369 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865152 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 885915648 17369 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865152 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 885915648 17369 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865152 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 885915648 17369 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865152 CPUtime=0.23
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 621 0 0 0 23 0 0 0 16 0 9 0 22982804 885915648 17369 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865152 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 885915648 17369 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865152 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 885915648 17369 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 865152

[startup+3.10243 s]
/proc/loadavg: 1.88 1.91 1.96 3/83 17784
/proc/meminfo: memFree=1818744/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865276 CPUtime=3.08
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 28294 0 1 0 293 15 0 0 20 0 9 0 22982799 886042624 27669 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216319 27669 1983 9 0 210787 0
[pid=17775/tid=17777] ppid=17773 vsize=865276 CPUtime=2.35
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14778 0 1 0 226 9 0 0 25 0 9 0 22982801 886042624 27669 996147200 134512640 134550932 4294955840 18446744073709551615 4127325606 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865276 CPUtime=0.37
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 12085 0 0 0 33 4 0 0 16 0 9 0 22982802 886042624 27669 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 27669 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 27669 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 886042624 27669 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865276 CPUtime=0.33
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 700 0 0 0 33 0 0 0 15 0 9 0 22982804 886042624 27669 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 886042624 27669 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 886042624 27669 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 865276

[startup+6.3018 s]
/proc/loadavg: 1.88 1.91 1.96 3/83 17784
/proc/meminfo: memFree=1793272/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865276 CPUtime=6.28
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 30154 0 1 0 611 17 0 0 20 0 9 0 22982799 886042624 29523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216319 29523 1985 9 0 210787 0
[pid=17775/tid=17777] ppid=17773 vsize=865276 CPUtime=5.41
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14794 0 1 0 532 9 0 0 25 0 9 0 22982801 886042624 29523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865276 CPUtime=0.47
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 13913 0 0 0 42 5 0 0 16 0 9 0 22982802 886042624 29523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 886042624 29523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865276 CPUtime=0.36
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 716 0 0 0 36 0 0 0 15 0 9 0 22982804 886042624 29523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 886042624 29523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 886042624 29523 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 865276

[startup+12.7025 s]
/proc/loadavg: 1.90 1.91 1.96 3/83 17784
/proc/meminfo: memFree=1793144/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865276 CPUtime=12.68
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 30175 0 1 0 1250 18 0 0 20 0 9 0 22982799 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216319 29534 1985 9 0 210787 0
[pid=17775/tid=17777] ppid=17773 vsize=865276 CPUtime=11.76
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14804 0 1 0 1166 10 0 0 25 0 9 0 22982801 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865276 CPUtime=0.51
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 13913 0 0 0 46 5 0 0 16 0 9 0 22982802 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865276 CPUtime=0.38
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 727 0 0 0 38 0 0 0 15 0 9 0 22982804 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 865276

Solver just ended. Dumping a history of the last processes samples

[startup+12.8025 s]
/proc/loadavg: 1.90 1.91 1.96 3/83 17784
/proc/meminfo: memFree=1793144/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865276 CPUtime=12.78
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 30175 0 1 0 1260 18 0 0 20 0 9 0 22982799 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216319 29534 1985 9 0 210787 0
[pid=17775/tid=17777] ppid=17773 vsize=865276 CPUtime=11.86
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14804 0 1 0 1176 10 0 0 25 0 9 0 22982801 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4127399755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865276 CPUtime=0.51
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 13913 0 0 0 46 5 0 0 16 0 9 0 22982802 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865276 CPUtime=0.38
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 727 0 0 0 38 0 0 0 15 0 9 0 22982804 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 886042624 29534 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 865276

[startup+19.2023 s]
/proc/loadavg: 1.91 1.91 1.96 3/83 17784
/proc/meminfo: memFree=1792952/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865276 CPUtime=19.17
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 30231 0 1 0 1899 18 0 0 20 0 9 0 22982799 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216319 29580 1988 9 0 210787 0
[pid=17775/tid=17777] ppid=17773 vsize=865276 CPUtime=18.22
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14814 0 1 0 1811 11 0 0 25 0 9 0 22982801 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4127393981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865276 CPUtime=0.55
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 13953 0 0 0 49 6 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865276 CPUtime=0.38
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 733 0 0 0 38 0 0 0 16 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.17
Current children cumulated vsize (KiB) 865276

[startup+22.4027 s]
/proc/loadavg: 1.91 1.92 1.96 3/83 17784
/proc/meminfo: memFree=1792952/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865276 CPUtime=22.37
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 30236 0 1 0 2219 18 0 0 20 0 9 0 22982799 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216319 29580 1988 9 0 210787 0
[pid=17775/tid=17777] ppid=17773 vsize=865276 CPUtime=21.4
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14819 0 1 0 2129 11 0 0 25 0 9 0 22982801 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4127337648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865276 CPUtime=0.57
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 13953 0 0 0 51 6 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865276 CPUtime=0.38
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 733 0 0 0 38 0 0 0 16 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.37
Current children cumulated vsize (KiB) 865276

[startup+23.2057 s]
/proc/loadavg: 1.91 1.92 1.96 3/83 17784
/proc/meminfo: memFree=1792952/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865276 CPUtime=23.17
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 30237 0 1 0 2299 18 0 0 20 0 9 0 22982799 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216319 29580 1988 9 0 210787 0
[pid=17775/tid=17777] ppid=17773 vsize=865276 CPUtime=22.2
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14820 0 1 0 2209 11 0 0 25 0 9 0 22982801 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4127330222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865276 CPUtime=0.57
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 13953 0 0 0 51 6 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865276 CPUtime=0.38
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 733 0 0 0 38 0 0 0 16 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 865276

[startup+24.0018 s]
/proc/loadavg: 1.91 1.92 1.96 3/83 17784
/proc/meminfo: memFree=1792952/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865276 CPUtime=23.97
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 30239 0 1 0 2379 18 0 0 20 0 9 0 22982799 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216319 29580 1988 9 0 210787 0
[pid=17775/tid=17777] ppid=17773 vsize=865276 CPUtime=22.99
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14822 0 1 0 2288 11 0 0 25 0 9 0 22982801 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4127328723 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865276 CPUtime=0.58
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 13953 0 0 0 52 6 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865276 CPUtime=0.38
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 733 0 0 0 38 0 0 0 17 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 865276

[startup+24.2019 s]
/proc/loadavg: 1.91 1.92 1.96 3/83 17784
/proc/meminfo: memFree=1792952/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=865276 CPUtime=24.17
/proc/17775/stat : 17775 (java) S 17773 17775 15804 0 -1 0 30239 0 1 0 2399 18 0 0 20 0 9 0 22982799 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 216319 29580 1988 9 0 210787 0
[pid=17775/tid=17777] ppid=17773 vsize=865276 CPUtime=23.19
/proc/17775/task/17777/stat : 17777 (java) R 17773 17775 15804 0 -1 64 14822 0 1 0 2308 11 0 0 25 0 9 0 22982801 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4127337655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17778] ppid=17773 vsize=865276 CPUtime=0.58
/proc/17775/task/17778/stat : 17778 (java) S 17773 17775 15804 0 -1 64 13953 0 0 0 52 6 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17779] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17779/stat : 17779 (java) S 17773 17775 15804 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17780] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17780/stat : 17780 (java) S 17773 17775 15804 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22982802 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17781] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17781/stat : 17781 (java) S 17773 17775 15804 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17782] ppid=17773 vsize=865276 CPUtime=0.38
/proc/17775/task/17782/stat : 17782 (java) S 17773 17775 15804 0 -1 64 733 0 0 0 38 0 0 0 15 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17783] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17783/stat : 17783 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17775/tid=17784] ppid=17773 vsize=865276 CPUtime=0
/proc/17775/task/17784/stat : 17784 (java) S 17773 17775 15804 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22982804 886042624 29580 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.17
Current children cumulated vsize (KiB) 865276

[startup+24.3069 s]
/proc/loadavg: 1.91 1.92 1.96 3/83 17784
/proc/meminfo: memFree=1792952/2055920 swapFree=4192812/4192956
[pid=17775] ppid=17773 vsize=0 CPUtime=24.26
/proc/17775/stat : 17775 (java) Z 17773 17775 15804 0 -1 12 30260 0 1 0 2407 19 0 0 16 0 2 0 22982799 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17775/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.323
CPU time (s): 24.2833
CPU user time (s): 24.0743
CPU system time (s): 0.208968
CPU usage (%): 99.8367
Max. virtual memory (cumulated for all children) (KiB): 865276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0743
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30260
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2976
involuntary context switches= 2962

runsolver used 0.034994 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 02:39:36
IDJOB=2074358
IDBENCH=56091
IDSOLVER=737
FILE ID=node88/2074358-1247359176
PBS_JOBID= 9506884
Free space on /tmp= 66084 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-12-12-2.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file BENCHNAME -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074358-1247359176/watcher-2074358-1247359176 -o /tmp/evaluation-result-2074358-1247359176/solver-2074358-1247359176 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2074358-1247359176.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3522093697b9ca731333dcd1630624f7
RANDOM SEED=880636524

node88.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1904864 kB
Buffers:         12984 kB
Cached:          69568 kB
SwapCached:          0 kB
Active:          71492 kB
Inactive:        31628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3232 kB
Writeback:           0 kB
Mapped:          29652 kB
Slab:            33260 kB
Committed_AS:   237236 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66080 MiB
End job on node88 at 2009-07-12 02:40:01