Trace number 2066296

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.07 1802.23

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-35-40.xml
MD5SUM0dccbd4340a0e6d3f96704e54b0bf60a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables2800
Number of constraints150
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:56:37 2009
0.00/0.08	c 0	PID 14396
0.00/0.08	c 0	HOST node55.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2066296-1247342197.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066296-1247342197.xml' 'HOME/temp.csp'
0.07/0.71	c 1	1 domains, 2800 variables, 2 predicates, 0 relations, 150 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	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.07/0.79	c 1	Parsing HOME/temp.csp
0.68/0.89	c 1	parsed 2953 expressions
0.68/0.90	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.68/0.90	c 1	Converting to clausal form CSP
0.68/0.92	c 1	converted 296 (10%) expressions
0.68/0.93	c 1	converted 591 (20%) expressions
0.68/0.94	c 1	converted 886 (30%) expressions
0.68/0.94	c 1	converted 1182 (40%) expressions
0.68/0.94	c 1	converted 1477 (50%) expressions
0.68/0.95	c 1	converted 1772 (60%) expressions
0.68/0.95	c 1	converted 2068 (70%) expressions
0.68/0.95	c 1	converted 2363 (80%) expressions
0.68/0.95	c 1	converted 2658 (90%) expressions
1.24/1.39	c 2	converted 2953 (100%) expressions
1.24/1.39	c 2	CSP : 4150 integers, 0 booleans, 2850 clauses, largest domain size 13
1.24/1.39	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.39	c 2	Propagation in CSP
1.34/1.46	c 2	2380 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.47	c 2	CSP : 4150 integers, 0 booleans, 2850 clauses, largest domain size 13
1.34/1.47	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.47	c 2	Simplifing CSP by introducing new Boolean variables
1.34/1.48	c 2	CSP : 4150 integers, 0 booleans, 2850 clauses, largest domain size 13
1.34/1.48	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.52	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.45/1.53	c 2	415 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.53	c 2	830 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.53	c 2	1245 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.54	c 2	1660 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.54	c 2	2075 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.54	c 2	2490 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.55	c 2	2905 (70%) CSP integer variables are encoded (713 clauses, 9333 bytes)
1.45/1.55	c 2	3320 (80%) CSP integer variables are encoded (3524 clauses, 45876 bytes)
1.45/1.56	c 2	3735 (90%) CSP integer variables are encoded (4880 clauses, 63504 bytes)
1.45/1.56	c 2	4150 (100%) CSP integer variables are encoded (4880 clauses, 63504 bytes)
1.53/1.65	c 2	285 (10%) CSP clauses are encoded (19385 clauses, 345901 bytes)
1.63/1.72	c 2	570 (20%) CSP clauses are encoded (33890 clauses, 637706 bytes)
1.73/1.80	c 2	855 (30%) CSP clauses are encoded (48395 clauses, 957671 bytes)
1.73/1.88	c 2	1140 (40%) CSP clauses are encoded (62900 clauses, 1277636 bytes)
1.84/1.96	c 2	1425 (50%) CSP clauses are encoded (77405 clauses, 1597601 bytes)
1.94/2.03	c 2	1710 (60%) CSP clauses are encoded (83990 clauses, 1725480 bytes)
2.03/2.10	c 2	1995 (70%) CSP clauses are encoded (86615 clauses, 1757484 bytes)
2.03/2.17	c 2	2280 (80%) CSP clauses are encoded (89240 clauses, 1790800 bytes)
2.13/2.24	c 3	2565 (90%) CSP clauses are encoded (91865 clauses, 1826455 bytes)
2.23/2.31	c 3	2850 (100%) CSP clauses are encoded (94490 clauses, 1862110 bytes)
2.23/2.31	c 3	2850 CSP clauses encoded
2.23/2.31	c 3	Writing map file : HOME/temp.map
2.23/2.32	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.23/2.32	c 3	SAT : 9030 SAT variables, 94490 SAT clauses, 1862110 bytes
2.23/2.32	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.23/2.34	c 3	SOLVING HOME/temp.cnf
2.23/2.34	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1802.21	c ERROR INTERRUPTED
1800.07/1802.22	s UNKNOWN
1800.07/1802.22	c 1803	CPU 2.28 (0.06 0.01 2.09 0.12)
1800.07/1802.22	c 1803	END Sat Jul 11 22:26:40 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-2066296-1247342197/watcher-2066296-1247342197 -o /tmp/evaluation-result-2066296-1247342197/solver-2066296-1247342197 -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-2066296-1247342197.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: 1.99 2.03 2.00 4/72 14396
/proc/meminfo: memFree=1425624/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=18576 CPUtime=0
/proc/14396/stat : 14396 (runsolver) R 14394 14396 13381 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21283042 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14396/statm: 4644 284 249 26 0 2626 0

[startup+0.10657 s]
/proc/loadavg: 1.99 2.03 2.00 4/72 14396
/proc/meminfo: memFree=1425624/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=0.07
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21283042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.20158 s]
/proc/loadavg: 1.99 2.03 2.00 4/72 14396
/proc/meminfo: memFree=1425624/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=0.07
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21283042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301583 s]
/proc/loadavg: 1.99 2.03 2.00 4/72 14396
/proc/meminfo: memFree=1425624/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=0.07
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21283042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701622 s]
/proc/loadavg: 1.99 2.03 2.00 4/72 14396
/proc/meminfo: memFree=1425624/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=0.07
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21283042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5017 s]
/proc/loadavg: 1.99 2.03 2.00 3/83 14418
/proc/meminfo: memFree=1414592/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=0.68
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1310 5007 0 1 6 1 58 3 15 0 1 0 21283042 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1111 409 3 0 796 0
[pid=14409] ppid=14396 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14396 14396 13381 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21283113 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 233 193 169 0 50 0
[pid=14410] ppid=14409 vsize=868508 CPUtime=0.77
/proc/14410/stat : 14410 (java) S 14409 14396 13381 0 -1 0 6330 0 1 0 72 5 0 0 18 0 9 0 21283113 889352192 5688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14410/statm: 217127 5688 2192 9 0 211632 0
[pid=14410/tid=14411] ppid=14409 vsize=868508 CPUtime=0.47
/proc/14410/task/14411/stat : 14411 (java) R 14409 14396 13381 0 -1 64 2700 0 1 0 45 2 0 0 23 0 9 0 21283114 889352192 5688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14412] ppid=14409 vsize=868508 CPUtime=0.06
/proc/14410/task/14412/stat : 14412 (java) R 14409 14396 13381 0 -1 64 1438 0 0 0 6 0 0 0 16 0 9 0 21283116 889352192 5688 996147200 134512640 134550932 4294955936 18446744073709551615 103733277 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14413] ppid=14409 vsize=868508 CPUtime=0
/proc/14410/task/14413/stat : 14413 (java) S 14409 14396 13381 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21283116 889352192 5688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14414] ppid=14409 vsize=868508 CPUtime=0
/proc/14410/task/14414/stat : 14414 (java) S 14409 14396 13381 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 21283116 889352192 5688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14415] ppid=14409 vsize=868508 CPUtime=0
/proc/14410/task/14415/stat : 14415 (java) S 14409 14396 13381 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21283118 889352192 5688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14416] ppid=14409 vsize=868508 CPUtime=0.2
/proc/14410/task/14416/stat : 14416 (java) S 14409 14396 13381 0 -1 64 1499 0 0 0 19 1 0 0 16 0 9 0 21283118 889352192 5688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14417] ppid=14409 vsize=868508 CPUtime=0
/proc/14410/task/14417/stat : 14417 (java) S 14409 14396 13381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21283118 889352192 5688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14418] ppid=14409 vsize=868508 CPUtime=0
/proc/14410/task/14418/stat : 14418 (java) S 14409 14396 13381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21283118 889352192 5688 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890732

[startup+3.10184 s]
/proc/loadavg: 1.99 2.03 2.00 3/83 14418
/proc/meminfo: memFree=1405504/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30214 s]
/proc/loadavg: 1.99 2.03 2.00 3/75 14420
/proc/meminfo: memFree=1411712/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=10748 CPUtime=3.91
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 2483 0 0 0 342 49 0 0 25 0 1 0 21283276 11005952 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/14420/statm: 2687 2463 48 102 0 2582 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 32972

[startup+12.7017 s]
/proc/loadavg: 1.99 2.03 2.00 3/75 14420
/proc/meminfo: memFree=1407488/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=14808 CPUtime=10.25
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 3495 0 0 0 976 49 0 0 25 0 1 0 21283276 15163392 3475 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14420/statm: 3702 3475 48 102 0 3597 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 37032

[startup+25.5029 s]
/proc/loadavg: 1.99 2.02 2.00 3/75 14420
/proc/meminfo: memFree=1402240/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=19112 CPUtime=22.93
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 4594 0 0 0 2243 50 0 0 25 0 1 0 21283276 19570688 4566 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14420/statm: 4778 4566 48 102 0 4673 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 41336

[startup+51.1022 s]
/proc/loadavg: 1.99 2.02 2.00 3/75 14420
/proc/meminfo: memFree=1396672/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=24572 CPUtime=48.29
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 5978 0 0 0 4778 51 0 0 25 0 1 0 21283276 25161728 5950 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14420/statm: 6143 5950 48 102 0 6038 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 46796

[startup+102.303 s]
/proc/loadavg: 1.99 2.02 2.00 3/75 14420
/proc/meminfo: memFree=1391360/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=29804 CPUtime=99.02
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 7412 0 0 0 9850 52 0 0 25 0 1 0 21283276 30519296 7248 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/14420/statm: 7451 7248 48 102 0 7346 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 52028

[startup+162.302 s]
/proc/loadavg: 1.92 2.00 1.99 4/85 14461
/proc/meminfo: memFree=1249840/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=36088 CPUtime=158.53
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 9080 0 0 0 15798 55 0 0 25 0 1 0 21283276 36954112 8822 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 9022 8822 48 102 0 8917 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 58312

[startup+222.307 s]
/proc/loadavg: 2.07 2.04 2.01 3/85 14462
/proc/meminfo: memFree=939240/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=41980 CPUtime=218.51
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 10799 0 0 0 21795 56 0 0 25 0 1 0 21283276 42987520 10321 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 10495 10321 48 102 0 10390 0
Current children cumulated CPU time (s) 220.78
Current children cumulated vsize (KiB) 64204

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

/proc/meminfo: memFree=862248/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=118372 CPUtime=1358.07
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 34431 0 0 0 135730 77 0 0 25 0 1 0 21283276 121212928 29341 996147200 134512640 134931368 4294956256 18446744073709551615 134522784 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 29593 29341 48 102 0 29488 0
Current children cumulated CPU time (s) 1360.34
Current children cumulated vsize (KiB) 140596

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14468
/proc/meminfo: memFree=866152/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=114532 CPUtime=1418.05
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 34435 0 0 0 141728 77 0 0 25 0 1 0 21283276 117280768 28385 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 28633 28385 48 102 0 28528 0
Current children cumulated CPU time (s) 1420.32
Current children cumulated vsize (KiB) 136756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14468
/proc/meminfo: memFree=866024/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=114532 CPUtime=1478.02
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 34435 0 0 0 147725 77 0 0 25 0 1 0 21283276 117280768 28385 996147200 134512640 134931368 4294956256 18446744073709551615 134529788 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 28633 28385 48 102 0 28528 0
Current children cumulated CPU time (s) 1480.29
Current children cumulated vsize (KiB) 136756

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14468
/proc/meminfo: memFree=866024/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=114532 CPUtime=1538
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 34439 0 0 0 153723 77 0 0 25 0 1 0 21283276 117280768 28389 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 28633 28389 48 102 0 28528 0
Current children cumulated CPU time (s) 1540.27
Current children cumulated vsize (KiB) 136756

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14468
/proc/meminfo: memFree=868136/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=112432 CPUtime=1597.97
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 34447 0 0 0 159720 77 0 0 25 0 1 0 21283276 115130368 27872 996147200 134512640 134931368 4294956256 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 28108 27872 48 102 0 28003 0
Current children cumulated CPU time (s) 1600.24
Current children cumulated vsize (KiB) 134656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14468
/proc/meminfo: memFree=868072/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=112432 CPUtime=1657.96
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 34447 0 0 0 165718 78 0 0 25 0 1 0 21283276 115130368 27872 996147200 134512640 134931368 4294956256 18446744073709551615 134529395 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 28108 27872 48 102 0 28003 0
Current children cumulated CPU time (s) 1660.23
Current children cumulated vsize (KiB) 134656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14468
/proc/meminfo: memFree=865576/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=115004 CPUtime=1717.93
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 35197 0 0 0 171715 78 0 0 25 0 1 0 21283276 117764096 28501 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 28751 28501 48 102 0 28646 0
Current children cumulated CPU time (s) 1720.2
Current children cumulated vsize (KiB) 137228

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14468
/proc/meminfo: memFree=865448/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=115312 CPUtime=1777.9
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 35209 0 0 0 177712 78 0 0 25 0 1 0 21283276 118079488 28476 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 28828 28476 48 102 0 28723 0
Current children cumulated CPU time (s) 1780.17
Current children cumulated vsize (KiB) 137536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14468
/proc/meminfo: memFree=865448/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=115312 CPUtime=1797.8
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 35209 0 0 0 179702 78 0 0 25 0 1 0 21283276 118079488 28476 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 28828 28476 48 102 0 28723 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 137536

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

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

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14468
/proc/meminfo: memFree=865448/2055920 swapFree=4192952/4192956
[pid=14396] ppid=14394 vsize=16868 CPUtime=2.27
/proc/14396/stat : 14396 (sugar) S 14394 14396 13381 0 -1 4194304 1365 12435 0 2 6 1 209 11 16 0 1 0 21283042 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14396/statm: 4217 1113 409 3 0 796 0
[pid=14419] ppid=14396 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14396 14396 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21283276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 232 193 169 0 50 0
[pid=14420] ppid=14419 vsize=115312 CPUtime=1797.8
/proc/14420/stat : 14420 (picosat) R 14419 14396 13381 0 -1 4194304 35209 0 0 0 179702 78 0 0 25 0 1 0 21283276 118079488 28476 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14420/statm: 28828 28476 48 102 0 28723 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 137536

Child status: 0

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

Real time (s): 1802.23
CPU time (s): 1800.07
CPU user time (s): 1799.17
CPU system time (s): 0.9
CPU usage (%): 99.8804
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.15767
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14194
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= 2299
involuntary context switches= 2201

runsolver used 1.9637 second user time and 6.24805 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-11 21:56:37
IDJOB=2066296
IDBENCH=54503
IDSOLVER=738
FILE ID=node55/2066296-1247342197
PBS_JOBID= 9506715
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-35-40.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-2066296-1247342197/watcher-2066296-1247342197 -o /tmp/evaluation-result-2066296-1247342197/solver-2066296-1247342197 -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-2066296-1247342197.xml

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

MD5SUM BENCH= 0dccbd4340a0e6d3f96704e54b0bf60a
RANDOM SEED=852168723

node55.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.231
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.231
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1426104 kB
Buffers:         66664 kB
Cached:         473524 kB
SwapCached:          4 kB
Active:         106792 kB
Inactive:       452172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426104 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          30244 kB
Slab:            56316 kB
Committed_AS:   149876 kB
PageTables:       1676 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= 66352 MiB
End job on node55 at 2009-07-11 22:26:42