Trace number 2073204

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.05 1811.32

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-38-4.xml
MD5SUM06664dac960f5505ba0d82ad19b5ce56
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 variables703
Number of constraints8436
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8436
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 Sun Jul 12 02:19:00 2009
0.00/0.08	c 0	PID 19333
0.06/0.08	c 0	HOST node58.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2073204-1247357940.xml TO HOME/temp.csp
0.06/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-2073204-1247357940.xml' 'HOME/temp.csp'
0.96/1.05	c 1	1 domains, 703 variables, 1 predicates, 0 relations, 8436 constraints
0.96/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.09	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'
1.02/1.17	c 1	Parsing HOME/temp.csp
1.02/1.39	c 2	parsed 9141 expressions
1.02/1.40	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.40	c 2	Converting to clausal form CSP
1.02/1.61	c 2	converted 915 (10%) expressions
1.02/1.71	c 2	converted 1829 (20%) expressions
1.02/1.83	c 2	converted 2743 (30%) expressions
1.02/1.91	c 2	converted 3657 (40%) expressions
1.02/1.98	c 2	converted 4571 (50%) expressions
1.02/2.05	c 2	converted 5485 (60%) expressions
2.10/2.22	c 2	converted 6399 (70%) expressions
2.10/2.29	c 3	converted 7313 (80%) expressions
2.19/2.36	c 3	converted 8227 (90%) expressions
2.30/2.43	c 3	converted 9141 (100%) expressions
2.30/2.43	c 3	CSP : 703 integers, 0 booleans, 8436 clauses, largest domain size 4
2.30/2.43	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.44	c 3	Propagation in CSP
2.30/2.47	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.30/2.47	c 3	CSP : 703 integers, 0 booleans, 8436 clauses, largest domain size 4
2.30/2.47	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.48	c 3	Simplifing CSP by introducing new Boolean variables
2.71/2.82	c 3	CSP : 703 integers, 50616 booleans, 59052 clauses, largest domain size 4
2.71/2.82	c 3	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.01	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.90/3.04	c 3	71 (10%) CSP integer variables are encoded (142 clauses, 1482 bytes)
2.90/3.04	c 3	141 (20%) CSP integer variables are encoded (282 clauses, 3022 bytes)
2.90/3.04	c 3	211 (30%) CSP integer variables are encoded (422 clauses, 4562 bytes)
2.90/3.05	c 3	282 (40%) CSP integer variables are encoded (564 clauses, 6124 bytes)
2.90/3.05	c 3	352 (50%) CSP integer variables are encoded (704 clauses, 7740 bytes)
2.90/3.05	c 3	422 (60%) CSP integer variables are encoded (844 clauses, 9560 bytes)
2.90/3.05	c 3	493 (70%) CSP integer variables are encoded (986 clauses, 11406 bytes)
2.90/3.05	c 3	563 (80%) CSP integer variables are encoded (1126 clauses, 13226 bytes)
2.90/3.05	c 3	633 (90%) CSP integer variables are encoded (1266 clauses, 15046 bytes)
2.90/3.05	c 3	703 (100%) CSP integer variables are encoded (1406 clauses, 16866 bytes)
3.00/3.18	c 3	5906 (10%) CSP clauses are encoded (22501 clauses, 331447 bytes)
3.11/3.26	c 3	11811 (20%) CSP clauses are encoded (43589 clauses, 674654 bytes)
3.20/3.34	c 4	17716 (30%) CSP clauses are encoded (64680 clauses, 1032482 bytes)
3.29/3.41	c 4	23621 (40%) CSP clauses are encoded (85768 clauses, 1391056 bytes)
3.29/3.48	c 4	29526 (50%) CSP clauses are encoded (106856 clauses, 1750176 bytes)
3.39/3.56	c 4	35432 (60%) CSP clauses are encoded (127951 clauses, 2110776 bytes)
3.50/3.64	c 4	41337 (70%) CSP clauses are encoded (149039 clauses, 2487206 bytes)
3.59/3.72	c 4	47242 (80%) CSP clauses are encoded (170130 clauses, 2868518 bytes)
3.70/3.80	c 4	53147 (90%) CSP clauses are encoded (191218 clauses, 3249799 bytes)
3.70/3.87	c 4	59052 (100%) CSP clauses are encoded (212306 clauses, 3631080 bytes)
3.70/3.88	c 4	59052 CSP clauses encoded
3.70/3.88	c 4	Writing map file : HOME/temp.map
3.70/3.90	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.70/3.90	c 4	SAT : 52725 SAT variables, 212306 SAT clauses, 3631080 bytes
3.70/3.90	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.79/3.92	c 4	SOLVING HOME/temp.cnf
3.79/3.92	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1811.31	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1811.31	c 1812	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1811.32	c ERROR INTERRUPTED
1800.05/1811.32	s UNKNOWN
1800.05/1811.32	c 1812	CPU 3.82 (0.06 0.01 3.57 0.18)
1800.05/1811.32	c 1812	END Sun Jul 12 02:49:12 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-2073204-1247357940/watcher-2073204-1247357940 -o /tmp/evaluation-result-2073204-1247357940/solver-2073204-1247357940 -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-2073204-1247357940.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.03 2.02 2.00 4/84 19333
/proc/meminfo: memFree=1471688/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=12132 CPUtime=0
/proc/19333/stat : 19333 (sugar) R 19331 19333 18481 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 22857148 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 226238042849 0 0 4224 0 0 0 0 17 1 0 0
/proc/19333/statm: 3033 184 142 3 0 133 0

[startup+0.0825579 s]
/proc/loadavg: 2.03 2.02 2.00 4/84 19333
/proc/meminfo: memFree=1471688/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16740 CPUtime=0.06
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22857148 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102647 s]
/proc/loadavg: 2.03 2.02 2.00 4/84 19333
/proc/meminfo: memFree=1471688/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=0.06
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22857148 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302518 s]
/proc/loadavg: 2.03 2.02 2.00 4/84 19333
/proc/meminfo: memFree=1471688/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=0.06
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22857148 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702562 s]
/proc/loadavg: 2.03 2.02 2.00 4/84 19333
/proc/meminfo: memFree=1471688/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=0.06
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22857148 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50163 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 19345
/proc/meminfo: memFree=1448944/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=1.02
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1309 8807 0 1 5 1 90 6 16 0 1 0 22857148 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10277 s]
/proc/loadavg: 2.03 2.02 2.00 4/95 19355
/proc/meminfo: memFree=1444656/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=1.03
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1310 8807 0 1 6 1 90 6 15 0 1 0 22857148 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1111 409 3 0 796 0
[pid=19346] ppid=19333 vsize=5356 CPUtime=0
/proc/19346/stat : 19346 (sh) S 19333 19333 18481 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22857258 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19346/statm: 1339 233 193 169 0 50 0
[pid=19347] ppid=19346 vsize=868704 CPUtime=1.97
/proc/19347/stat : 19347 (java) S 19346 19333 18481 0 -1 0 14384 0 1 0 190 7 0 0 18 0 9 0 22857258 889552896 13295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19347/statm: 217176 13295 2590 9 0 211653 0
[pid=19347/tid=19348] ppid=19346 vsize=868704 CPUtime=0.96
/proc/19347/task/19348/stat : 19348 (java) R 19346 19333 18481 0 -1 64 2947 0 1 0 94 2 0 0 25 0 9 0 22857259 889552896 13295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19347/tid=19349] ppid=19346 vsize=868704 CPUtime=0.79
/proc/19347/task/19349/stat : 19349 (java) S 19346 19333 18481 0 -1 64 9224 0 0 0 75 4 0 0 16 0 9 0 22857260 889552896 13295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19347/tid=19350] ppid=19346 vsize=868704 CPUtime=0
/proc/19347/task/19350/stat : 19350 (java) S 19346 19333 18481 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22857261 889552896 13295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19347/tid=19351] ppid=19346 vsize=868704 CPUtime=0
/proc/19347/task/19351/stat : 19351 (java) S 19346 19333 18481 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22857261 889552896 13295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19347/tid=19352] ppid=19346 vsize=868704 CPUtime=0
/proc/19347/task/19352/stat : 19352 (java) S 19346 19333 18481 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22857263 889552896 13295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19347/tid=19353] ppid=19346 vsize=868704 CPUtime=0.19
/proc/19347/task/19353/stat : 19353 (java) R 19346 19333 18481 0 -1 64 1510 0 0 0 19 0 0 0 16 0 9 0 22857263 889552896 13295 996147200 134512640 134550932 4294955936 18446744073709551615 104312880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19347/tid=19354] ppid=19346 vsize=868704 CPUtime=0
/proc/19347/task/19354/stat : 19354 (java) S 19346 19333 18481 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22857263 889552896 13295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19347/tid=19355] ppid=19346 vsize=868704 CPUtime=0
/proc/19347/task/19355/stat : 19355 (java) S 19346 19333 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22857263 889552896 13295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890928

[startup+6.30105 s]
/proc/loadavg: 2.03 2.02 2.00 3/87 19357
/proc/meminfo: memFree=1456624/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=10452 CPUtime=2.35
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 2311 0 0 0 137 98 0 0 25 0 1 0 22857541 10702848 2289 996147200 134512640 134931368 4294956256 18446744073709551615 134544809 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 2613 2289 42 102 0 2508 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 32676

[startup+12.7016 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 19357
/proc/meminfo: memFree=1454576/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=10980 CPUtime=8.68
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 2436 0 0 0 770 98 0 0 25 0 1 0 22857541 11243520 2407 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 2745 2407 42 102 0 2640 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 33204

[startup+25.5027 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 19357
/proc/meminfo: memFree=1454000/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=12152 CPUtime=21.36
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 2605 0 0 0 2038 98 0 0 25 0 1 0 22857541 12443648 2576 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 3038 2576 42 102 0 2933 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 34376

[startup+51.103 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 19357
/proc/meminfo: memFree=1383536/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=12500 CPUtime=46.86
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 2739 0 0 0 4587 99 0 0 25 0 1 0 22857541 12800000 2708 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 3125 2708 48 102 0 3020 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 34724

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 19450
/proc/meminfo: memFree=1681664/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=12944 CPUtime=97.98
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 2836 0 0 0 9697 101 0 0 25 0 1 0 22857541 13254656 2772 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/19357/statm: 3236 2772 48 102 0 3131 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 35168

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 19450
/proc/meminfo: memFree=1680128/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=13868 CPUtime=157.96
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 3231 0 0 0 15694 102 0 0 25 0 1 0 22857541 14200832 3018 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/19357/statm: 3467 3018 48 102 0 3362 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 36092

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19450
/proc/meminfo: memFree=1679296/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=14260 CPUtime=217.93
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 3452 0 0 0 21691 102 0 0 25 0 1 0 22857541 14602240 3153 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/19357/statm: 3565 3153 48 102 0 3460 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 36484


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

/proc/meminfo: memFree=1560184/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=48700 CPUtime=1351.42
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 13737 0 0 0 135032 110 0 0 25 0 1 0 22857541 49868800 11757 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 12175 11757 48 102 0 12070 0
Current children cumulated CPU time (s) 1355.23
Current children cumulated vsize (KiB) 70924

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 19501
/proc/meminfo: memFree=1560120/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=48700 CPUtime=1410.85
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 13737 0 0 0 140975 110 0 0 25 0 1 0 22857541 49868800 11757 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 12175 11757 48 102 0 12070 0
Current children cumulated CPU time (s) 1414.66
Current children cumulated vsize (KiB) 70924

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 19501
/proc/meminfo: memFree=1560056/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=48700 CPUtime=1470.29
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 13865 0 0 0 146919 110 0 0 25 0 1 0 22857541 49868800 11763 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 12175 11763 48 102 0 12070 0
Current children cumulated CPU time (s) 1474.1
Current children cumulated vsize (KiB) 70924

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19501
/proc/meminfo: memFree=1558328/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=50380 CPUtime=1529.73
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 14423 0 0 0 152862 111 0 0 25 0 1 0 22857541 51589120 12197 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 12595 12197 48 102 0 12490 0
Current children cumulated CPU time (s) 1533.54
Current children cumulated vsize (KiB) 72604

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19501
/proc/meminfo: memFree=1557176/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=51924 CPUtime=1589.18
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 14823 0 0 0 158807 111 0 0 25 0 1 0 22857541 53170176 12469 996147200 134512640 134931368 4294956256 18446744073709551615 134544783 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 12981 12469 48 102 0 12876 0
Current children cumulated CPU time (s) 1592.99
Current children cumulated vsize (KiB) 74148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19501
/proc/meminfo: memFree=1557112/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=51924 CPUtime=1648.61
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 14964 0 0 0 164750 111 0 0 25 0 1 0 22857541 53170176 12478 996147200 134512640 134931368 4294956256 18446744073709551615 134523054 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 12981 12478 48 102 0 12876 0
Current children cumulated CPU time (s) 1652.42
Current children cumulated vsize (KiB) 74148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19501
/proc/meminfo: memFree=1557112/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=51924 CPUtime=1708.05
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 14964 0 0 0 170694 111 0 0 25 0 1 0 22857541 53170176 12478 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 12981 12478 48 102 0 12876 0
Current children cumulated CPU time (s) 1711.86
Current children cumulated vsize (KiB) 74148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19501
/proc/meminfo: memFree=1545400/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=63684 CPUtime=1767.48
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 18021 0 0 0 176635 113 0 0 25 0 1 0 22857541 65212416 15401 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 15921 15401 48 102 0 15816 0
Current children cumulated CPU time (s) 1771.29
Current children cumulated vsize (KiB) 85908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 19542
/proc/meminfo: memFree=1549768/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=63684 CPUtime=1796.24
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 18021 0 0 0 179507 117 0 0 25 0 1 0 22857541 65212416 15401 996147200 134512640 134931368 4294956256 18446744073709551615 134522692 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 15921 15401 48 102 0 15816 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 85908

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

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

[startup+1811.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 19542
/proc/meminfo: memFree=1549768/2055920 swapFree=4192812/4192956
[pid=19333] ppid=19331 vsize=16868 CPUtime=3.81
/proc/19333/stat : 19333 (sugar) S 19331 19333 18481 0 -1 4194304 1365 23569 0 2 6 1 356 18 16 0 1 0 22857148 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19333/statm: 4217 1113 409 3 0 796 0
[pid=19356] ppid=19333 vsize=5356 CPUtime=0
/proc/19356/stat : 19356 (sh) S 19333 19333 18481 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22857541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19356/statm: 1339 232 193 169 0 50 0
[pid=19357] ppid=19356 vsize=63684 CPUtime=1796.24
/proc/19357/stat : 19357 (picosat) R 19356 19333 18481 0 -1 4194304 18021 0 0 0 179507 117 0 0 25 0 1 0 22857541 65212416 15401 996147200 134512640 134931368 4294956256 18446744073709551615 134522692 0 0 4096 0 0 0 0 17 1 0 0
/proc/19357/statm: 15921 15401 48 102 0 15816 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 85908

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19333 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=631447
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=208968
# CPU time returned by wait4() is 3.84042
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.32
CPU time (s): 1800.05
CPU user time (s): 1798.69
CPU system time (s): 1.36
CPU usage (%): 99.3776
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.63145
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= 25597
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= 3011
involuntary context switches= 3009

runsolver used 2.16367 second user time and 6.08207 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 02:19:00
IDJOB=2073204
IDBENCH=55957
IDSOLVER=738
FILE ID=node58/2073204-1247357940
PBS_JOBID= 9506964
Free space on /tmp= 66224 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-38-4.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-2073204-1247357940/watcher-2073204-1247357940 -o /tmp/evaluation-result-2073204-1247357940/solver-2073204-1247357940 -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-2073204-1247357940.xml

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

MD5SUM BENCH= 06664dac960f5505ba0d82ad19b5ce56
RANDOM SEED=1185410251

node58.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.234
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.234
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:       1472168 kB
Buffers:         59808 kB
Cached:         210080 kB
SwapCached:        140 kB
Active:         385652 kB
Inactive:       140332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:         271704 kB
Slab:            42600 kB
Committed_AS:   884080 kB
PageTables:       2180 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= 66200 MiB
End job on node58 at 2009-07-12 02:49:14