Trace number 2062842

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
Sugar v1.14.6+picosat? (TO) 1800.1 1802.52

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-9.xml
MD5SUM0ce45c432ac349031f1c34773638f3be
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables243
Number of constraints118
Maximum constraint arity81
Maximum domain size81
Number of constraints which are defined in extension81
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(37)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 18:28:20 2009
0.00/0.07	c 0	PID 14202
0.00/0.07	c 0	HOST node85.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2062842-1247329700.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062842-1247329700.xml' 'HOME/temp.csp'
0.06/0.32	c 1	2 domains, 243 variables, 0 predicates, 1 relations, 118 constraints
0.06/0.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.31/0.42	c 1	Parsing HOME/temp.csp
0.31/0.46	c 1	parsed 364 expressions
0.31/0.46	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.46	c 1	Converting to clausal form CSP
0.31/0.48	c 1	converted 37 (10%) expressions
0.31/0.48	c 1	converted 73 (20%) expressions
0.31/0.48	c 1	converted 110 (30%) expressions
0.31/0.48	c 1	converted 146 (40%) expressions
0.31/0.49	c 1	converted 182 (50%) expressions
0.31/0.49	c 1	converted 219 (60%) expressions
0.31/0.50	c 1	converted 255 (70%) expressions
0.31/0.53	c 1	converted 292 (80%) expressions
0.31/0.56	c 1	converted 328 (90%) expressions
0.31/0.88	c 1	converted 364 (100%) expressions
0.31/0.88	c 1	CSP : 243 integers, 0 booleans, 4691 clauses, largest domain size 81
0.31/0.88	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.88	c 1	Propagation in CSP
0.31/0.91	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.31/0.91	c 1	CSP : 243 integers, 0 booleans, 4691 clauses, largest domain size 81
0.31/0.91	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.92	c 1	Simplifing CSP by introducing new Boolean variables
0.31/0.96	c 1	CSP : 243 integers, 9072 booleans, 13763 clauses, largest domain size 81
0.31/0.96	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.03	c 1	25 (10%) CSP integer variables are encoded (175 clauses, 1801 bytes)
0.95/1.03	c 1	49 (20%) CSP integer variables are encoded (343 clauses, 3649 bytes)
0.95/1.03	c 1	73 (30%) CSP integer variables are encoded (511 clauses, 5497 bytes)
0.95/1.03	c 1	98 (40%) CSP integer variables are encoded (686 clauses, 7422 bytes)
0.95/1.04	c 1	122 (50%) CSP integer variables are encoded (854 clauses, 9270 bytes)
0.95/1.04	c 1	146 (60%) CSP integer variables are encoded (1022 clauses, 11413 bytes)
0.95/1.04	c 1	171 (70%) CSP integer variables are encoded (1845 clauses, 22112 bytes)
0.95/1.04	c 1	195 (80%) CSP integer variables are encoded (3741 clauses, 46760 bytes)
0.95/1.05	c 1	219 (90%) CSP integer variables are encoded (5637 clauses, 71408 bytes)
0.95/1.05	c 1	243 (100%) CSP integer variables are encoded (7533 clauses, 96056 bytes)
1.25/1.38	c 2	1377 (10%) CSP clauses are encoded (28589 clauses, 492792 bytes)
1.34/1.41	c 2	2753 (20%) CSP clauses are encoded (37165 clauses, 631561 bytes)
1.34/1.44	c 2	4129 (30%) CSP clauses are encoded (49997 clauses, 864910 bytes)
1.44/1.58	c 2	5506 (40%) CSP clauses are encoded (124814 clauses, 2348398 bytes)
1.64/1.72	c 2	6882 (50%) CSP clauses are encoded (199550 clauses, 3830277 bytes)
1.74/1.86	c 2	8258 (60%) CSP clauses are encoded (274366 clauses, 5313751 bytes)
1.94/2.00	c 2	9635 (70%) CSP clauses are encoded (349183 clauses, 6797239 bytes)
2.05/2.13	c 3	11011 (80%) CSP clauses are encoded (423919 clauses, 8279118 bytes)
2.15/2.27	c 3	12387 (90%) CSP clauses are encoded (498655 clauses, 9760997 bytes)
2.25/2.40	c 3	13763 (100%) CSP clauses are encoded (573311 clauses, 11242148 bytes)
2.34/2.40	c 3	13763 CSP clauses encoded
2.34/2.40	c 3	Writing map file : HOME/temp.map
2.34/2.41	c 3	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.34/2.41	c 3	SAT : 16848 SAT variables, 573311 SAT clauses, 11242148 bytes
2.34/2.41	c 3	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.34/2.44	c 3	SOLVING HOME/temp.cnf
2.34/2.44	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.10/1802.51	c ERROR INTERRUPTED
1800.10/1802.51	s UNKNOWN
1800.10/1802.51	c 1803	CPU 2.38 (0.06 0.01 2.14 0.17)
1800.10/1802.51	c 1803	END Sat Jul 11 18:58:23 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2062842-1247329700/watcher-2062842-1247329700 -o /tmp/evaluation-result-2062842-1247329700/solver-2062842-1247329700 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2062842-1247329700.xml 

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: 2.00 2.00 2.00 4/81 14202
/proc/meminfo: memFree=1063296/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=12272 CPUtime=0
/proc/14202/stat : 14202 (sugar) R 14200 14202 13006 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 20035363 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 0 4224 0 0 0 0 17 1 0 0
/proc/14202/statm: 3068 327 246 3 0 168 0

[startup+0.017524 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14202
/proc/meminfo: memFree=1063296/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=12676 CPUtime=0
/proc/14202/stat : 14202 (sugar) R 14200 14202 13006 0 -1 4194304 530 0 0 0 0 0 0 0 18 0 1 0 20035363 12980224 498 996147200 4194304 4206940 548682068608 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 1 0 0
/proc/14202/statm: 3169 498 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.101539 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14202
/proc/meminfo: memFree=1063296/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=0.06
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20035363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301559 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14202
/proc/meminfo: memFree=1063296/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=0.06
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20035363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701606 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14202
/proc/meminfo: memFree=1063296/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=0.31
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1309 4356 0 1 5 1 23 2 16 0 1 0 20035363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.5027 s]
/proc/loadavg: 2.00 2.00 2.00 5/92 14224
/proc/meminfo: memFree=1042088/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=0.31
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1310 4356 0 1 5 1 23 2 15 0 1 0 20035363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1111 409 3 0 796 0
[pid=14215] ppid=14202 vsize=5356 CPUtime=0
/proc/14215/stat : 14215 (sh) S 14202 14202 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20035398 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14215/statm: 1339 233 193 169 0 50 0
[pid=14216] ppid=14215 vsize=868684 CPUtime=1.13
/proc/14216/stat : 14216 (java) S 14215 14202 13006 0 -1 0 7974 0 1 0 108 5 0 0 18 0 9 0 20035398 889532416 7115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14216/statm: 217171 7115 2591 9 0 211648 0
[pid=14216/tid=14217] ppid=14215 vsize=868684 CPUtime=0.74
/proc/14216/task/14217/stat : 14217 (java) R 14215 14202 13006 0 -1 64 2814 0 1 0 71 3 0 0 24 0 9 0 20035399 889532416 7115 996147200 134512640 134550932 4294955936 18446744073709551615 4126894078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14216/tid=14218] ppid=14215 vsize=868684 CPUtime=0.17
/proc/14216/task/14218/stat : 14218 (java) S 14215 14202 13006 0 -1 64 2929 0 0 0 17 0 0 0 16 0 9 0 20035400 889532416 7115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14216/tid=14219] ppid=14215 vsize=868684 CPUtime=0
/proc/14216/task/14219/stat : 14219 (java) S 14215 14202 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20035400 889532416 7115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14216/tid=14220] ppid=14215 vsize=868684 CPUtime=0
/proc/14216/task/14220/stat : 14220 (java) S 14215 14202 13006 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20035401 889532416 7115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14216/tid=14221] ppid=14215 vsize=868684 CPUtime=0
/proc/14216/task/14221/stat : 14221 (java) S 14215 14202 13006 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20035402 889532416 7115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14216/tid=14222] ppid=14215 vsize=868684 CPUtime=0.21
/proc/14216/task/14222/stat : 14222 (java) S 14215 14202 13006 0 -1 64 1531 0 0 0 20 1 0 0 16 0 9 0 20035402 889532416 7115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14216/tid=14223] ppid=14215 vsize=868684 CPUtime=0
/proc/14216/task/14223/stat : 14223 (java) S 14215 14202 13006 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20035402 889532416 7115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14216/tid=14224] ppid=14215 vsize=868684 CPUtime=0
/proc/14216/task/14224/stat : 14224 (java) S 14215 14202 13006 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20035402 889532416 7115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890908

[startup+3.10188 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 14224
/proc/meminfo: memFree=1033640/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30124 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14226
/proc/meminfo: memFree=1035176/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=17908 CPUtime=3.85
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 4308 0 0 0 177 208 0 0 25 0 1 0 20035608 18337792 4294 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 4477 4294 40 102 0 4372 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 40132

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14226
/proc/meminfo: memFree=1026800/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=25096 CPUtime=10.24
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 5473 0 0 0 766 258 0 0 25 0 1 0 20035608 25698304 5448 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 6274 5448 42 102 0 6169 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 47320

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14226
/proc/meminfo: memFree=1025456/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=26416 CPUtime=23.03
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 5829 0 0 0 2045 258 0 0 25 0 1 0 20035608 27049984 5804 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 6604 5804 42 102 0 6499 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 48640

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14226
/proc/meminfo: memFree=1022512/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=29328 CPUtime=48.63
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 6571 0 0 0 4604 259 0 0 25 0 1 0 20035608 30031872 6544 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 7332 6544 48 102 0 7227 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 51552

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14226
/proc/meminfo: memFree=1017008/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=34740 CPUtime=99.82
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 7973 0 0 0 9721 261 0 0 25 0 1 0 20035608 35573760 7946 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 8685 7946 48 102 0 8580 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 56964

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14226
/proc/meminfo: memFree=1011120/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=40548 CPUtime=159.8
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 9446 0 0 0 15717 263 0 0 25 0 1 0 20035608 41521152 9419 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 10137 9419 48 102 0 10032 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 62772

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14226
/proc/meminfo: memFree=1006960/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=44628 CPUtime=219.78
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 10524 0 0 0 21714 264 0 0 25 0 1 0 20035608 45699072 10386 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 11157 10386 48 102 0 11052 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 66852

################
# More data... #
################

/proc/meminfo: memFree=986672/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=64544 CPUtime=1359.45
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 15953 0 0 0 135674 271 0 0 25 0 1 0 20035608 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 86768

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14272
/proc/meminfo: memFree=1016152/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=64544 CPUtime=1419.37
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 15953 0 0 0 141666 271 0 0 25 0 1 0 20035608 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 86768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14272
/proc/meminfo: memFree=1015384/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=64544 CPUtime=1479.07
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 15953 0 0 0 147636 271 0 0 25 0 1 0 20035608 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1481.44
Current children cumulated vsize (KiB) 86768

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14272
/proc/meminfo: memFree=1011672/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=64544 CPUtime=1538.78
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 15953 0 0 0 153606 272 0 0 25 0 1 0 20035608 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1541.15
Current children cumulated vsize (KiB) 86768

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 14272
/proc/meminfo: memFree=1010776/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=64544 CPUtime=1598.5
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 15953 0 0 0 159578 272 0 0 25 0 1 0 20035608 66093056 15312 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 16136 15312 48 102 0 16031 0
Current children cumulated CPU time (s) 1600.87
Current children cumulated vsize (KiB) 86768

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 14272
/proc/meminfo: memFree=1006232/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=69164 CPUtime=1658.2
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 17094 0 0 0 165547 273 0 0 25 0 1 0 20035608 70823936 16453 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 17291 16453 48 102 0 17186 0
Current children cumulated CPU time (s) 1660.57
Current children cumulated vsize (KiB) 91388

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14272
/proc/meminfo: memFree=1005016/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=70088 CPUtime=1717.91
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 17493 0 0 0 171517 274 0 0 25 0 1 0 20035608 71770112 16711 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 17522 16711 48 102 0 17417 0
Current children cumulated CPU time (s) 1720.28
Current children cumulated vsize (KiB) 92312

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14272
/proc/meminfo: memFree=1005016/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=70088 CPUtime=1777.62
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 17493 0 0 0 177488 274 0 0 25 0 1 0 20035608 71770112 16711 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 17522 16711 48 102 0 17417 0
Current children cumulated CPU time (s) 1779.99
Current children cumulated vsize (KiB) 92312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14272
/proc/meminfo: memFree=1005016/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=70088 CPUtime=1797.73
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 17493 0 0 0 179499 274 0 0 25 0 1 0 20035608 71770112 16711 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 17522 16711 48 102 0 17417 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 92312

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14272
/proc/meminfo: memFree=1005016/2055920 swapFree=4192948/4192956
[pid=14202] ppid=14200 vsize=16868 CPUtime=2.37
/proc/14202/stat : 14202 (sugar) S 14200 14202 13006 0 -1 4194304 1365 12925 0 2 5 1 214 17 16 0 1 0 20035363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14202/statm: 4217 1113 409 3 0 796 0
[pid=14225] ppid=14202 vsize=5356 CPUtime=0
/proc/14225/stat : 14225 (sh) S 14202 14202 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20035607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14225/statm: 1339 232 193 169 0 50 0
[pid=14226] ppid=14225 vsize=70088 CPUtime=1797.73
/proc/14226/stat : 14226 (picosat) R 14225 14202 13006 0 -1 4194304 17493 0 0 0 179499 274 0 0 25 0 1 0 20035608 71770112 16711 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/14226/statm: 17522 16711 48 102 0 17417 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 92312

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14202 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=209664
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=188971
# CPU time returned by wait4() is 2.39863
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.52
CPU time (s): 1800.1
CPU user time (s): 1797.18
CPU system time (s): 2.92
CPU usage (%): 99.8658
Max. virtual memory (cumulated for all children) (KiB): 890908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.20966
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14683
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4627
involuntary context switches= 4486

runsolver used 2.08668 second user time and 5.78312 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 18:28:20
IDJOB=2062842
IDBENCH=53936
IDSOLVER=738
FILE ID=node85/2062842-1247329700
PBS_JOBID= 9506466
Free space on /tmp= 126476 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2062842-1247329700/watcher-2062842-1247329700 -o /tmp/evaluation-result-2062842-1247329700/solver-2062842-1247329700 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2062842-1247329700.xml

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

MD5SUM BENCH= 0ce45c432ac349031f1c34773638f3be
RANDOM SEED=248018939

node85.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.220
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.220
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:       1063776 kB
Buffers:         56724 kB
Cached:         779396 kB
SwapCached:          8 kB
Active:         192096 kB
Inactive:       722656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1063776 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          96472 kB
Slab:            62572 kB
Committed_AS:   889692 kB
PageTables:       1900 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= 126472 MiB
End job on node85 at 2009-07-11 18:58:25