Trace number 2085403

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 1815.73

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-72.xml
MD5SUM6b9f5310a6fc5cbdc233441298f62b93
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.18797
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size72
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5198
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sun Jul 12 08:53:40 2009
0.04/0.08	c 0	PID 25283
0.04/0.08	c 0	HOST node56.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2085403-1247381620.xml TO HOME/temp.csp
0.04/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-2085403-1247381620.xml' 'HOME/temp.csp'
0.06/0.68	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 5198 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.67/0.81	c 1	Parsing HOME/temp.csp
0.67/0.92	c 1	parsed 5328 expressions
0.67/0.93	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.93	c 1	Converting to clausal form CSP
1.03/1.14	c 1	converted 533 (10%) expressions
1.03/1.18	c 1	converted 1066 (20%) expressions
1.12/1.20	c 1	converted 1599 (30%) expressions
1.12/1.22	c 1	converted 2132 (40%) expressions
1.12/1.24	c 1	converted 2664 (50%) expressions
1.12/1.26	c 1	converted 3197 (60%) expressions
1.12/1.28	c 1	converted 3730 (70%) expressions
1.22/1.34	c 1	converted 4263 (80%) expressions
1.22/1.36	c 1	converted 4796 (90%) expressions
1.22/1.38	c 1	converted 5328 (100%) expressions
1.22/1.38	c 1	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 72
1.22/1.38	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.38	c 1	Propagation in CSP
1.32/1.41	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.41	c 1	CSP : 128 integers, 0 booleans, 5198 clauses, largest domain size 72
1.32/1.41	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.42	c 1	Simplifing CSP by introducing new Boolean variables
1.42/1.54	c 1	CSP : 128 integers, 10396 booleans, 15594 clauses, largest domain size 72
1.42/1.54	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.60	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.62	c 2	13 (10%) CSP integer variables are encoded (910 clauses, 9862 bytes)
1.52/1.62	c 2	26 (20%) CSP integer variables are encoded (1820 clauses, 21543 bytes)
1.52/1.62	c 2	39 (30%) CSP integer variables are encoded (2730 clauses, 33373 bytes)
1.52/1.63	c 2	52 (40%) CSP integer variables are encoded (3640 clauses, 45203 bytes)
1.52/1.63	c 2	64 (50%) CSP integer variables are encoded (4480 clauses, 56123 bytes)
1.52/1.63	c 2	77 (60%) CSP integer variables are encoded (5390 clauses, 67953 bytes)
1.52/1.63	c 2	90 (70%) CSP integer variables are encoded (6300 clauses, 79783 bytes)
1.52/1.63	c 2	103 (80%) CSP integer variables are encoded (7210 clauses, 91613 bytes)
1.52/1.63	c 2	116 (90%) CSP integer variables are encoded (8120 clauses, 103443 bytes)
1.52/1.63	c 2	128 (100%) CSP integer variables are encoded (8960 clauses, 114363 bytes)
1.72/1.82	c 2	1560 (10%) CSP clauses are encoded (84360 clauses, 1440372 bytes)
1.82/1.98	c 2	3119 (20%) CSP clauses are encoded (159759 clauses, 2862894 bytes)
2.01/2.15	c 2	4679 (30%) CSP clauses are encoded (235159 clauses, 4356334 bytes)
2.20/2.30	c 2	6238 (40%) CSP clauses are encoded (310487 clauses, 5848345 bytes)
2.30/2.45	c 2	7797 (50%) CSP clauses are encoded (385815 clauses, 7340356 bytes)
2.51/2.60	c 3	9357 (60%) CSP clauses are encoded (461215 clauses, 8833796 bytes)
2.61/2.74	c 3	10916 (70%) CSP clauses are encoded (536614 clauses, 10327222 bytes)
2.71/2.89	c 3	12476 (80%) CSP clauses are encoded (612014 clauses, 11820662 bytes)
2.90/3.04	c 3	14035 (90%) CSP clauses are encoded (687342 clauses, 13312673 bytes)
3.00/3.19	c 3	15594 (100%) CSP clauses are encoded (762670 clauses, 14804684 bytes)
3.00/3.19	c 3	15594 CSP clauses encoded
3.00/3.19	c 3	Writing map file : HOME/temp.map
3.00/3.19	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.00/3.19	c 3	SAT : 19484 SAT variables, 762670 SAT clauses, 14804684 bytes
3.00/3.19	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.09/3.23	c 3	SOLVING HOME/temp.cnf
3.09/3.23	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1815.71	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1815.71	c 1816	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.00/1815.72	c ERROR INTERRUPTED
1800.00/1815.72	s UNKNOWN
1800.00/1815.72	c 1816	CPU 3.13 (0.05 0.02 2.83 0.23)
1800.00/1815.72	c 1816	END Sun Jul 12 09:23:56 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-2085403-1247381620/watcher-2085403-1247381620 -o /tmp/evaluation-result-2085403-1247381620/solver-2085403-1247381620 -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-2085403-1247381620.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.04 2.00 2.01 4/75 25283
/proc/meminfo: memFree=1907896/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=18576 CPUtime=0
/proc/25283/stat : 25283 (runsolver) R 25281 25283 25114 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25225304 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25283/statm: 4644 284 249 26 0 2626 0

[startup+0.0544339 s]
/proc/loadavg: 2.04 2.00 2.01 4/75 25283
/proc/meminfo: memFree=1907896/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=14776 CPUtime=0.04
/proc/25283/stat : 25283 (sugar) R 25281 25283 25114 0 -1 4194304 868 0 0 0 3 1 0 0 20 0 1 0 25225304 15130624 836 996147200 4194304 4206940 548682068608 18446744073709551615 250968706873 0 0 4224 0 0 0 0 17 1 0 0
/proc/25283/statm: 3694 836 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.107655 s]
/proc/loadavg: 2.04 2.00 2.01 4/75 25283
/proc/meminfo: memFree=1907896/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.06
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25225304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301459 s]
/proc/loadavg: 2.04 2.00 2.01 4/75 25283
/proc/meminfo: memFree=1907896/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.06
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25225304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701494 s]
/proc/loadavg: 2.04 2.00 2.01 4/75 25283
/proc/meminfo: memFree=1907896/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.06
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 25225304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50258 s]
/proc/loadavg: 2.04 2.00 2.01 3/86 25305
/proc/meminfo: memFree=1897056/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.67
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1310 7420 0 1 5 1 56 5 16 0 1 0 25225304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
[pid=25296] ppid=25283 vsize=5356 CPUtime=0
/proc/25296/stat : 25296 (sh) S 25283 25283 25114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25225377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25296/statm: 1339 233 193 169 0 50 0
[pid=25297] ppid=25296 vsize=868576 CPUtime=0.75
/proc/25297/stat : 25297 (java) S 25296 25283 25114 0 -1 0 7915 0 1 0 70 5 0 0 18 0 9 0 25225377 889421824 7143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25297/statm: 217144 7143 2566 9 0 211649 0
[pid=25297/tid=25298] ppid=25296 vsize=868576 CPUtime=0.43
/proc/25297/task/25298/stat : 25298 (java) R 25296 25283 25114 0 -1 64 2687 0 1 0 41 2 0 0 19 0 9 0 25225378 889421824 7143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25299] ppid=25296 vsize=868576 CPUtime=0.14
/proc/25297/task/25299/stat : 25299 (java) R 25296 25283 25114 0 -1 64 3044 0 0 0 13 1 0 0 16 0 9 0 25225379 889421824 7143 996147200 134512640 134550932 4294955936 18446744073709551615 102784677 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25300] ppid=25296 vsize=868576 CPUtime=0
/proc/25297/task/25300/stat : 25300 (java) S 25296 25283 25114 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25225379 889421824 7143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25301] ppid=25296 vsize=868576 CPUtime=0
/proc/25297/task/25301/stat : 25301 (java) S 25296 25283 25114 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25225379 889421824 7143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25302] ppid=25296 vsize=868576 CPUtime=0
/proc/25297/task/25302/stat : 25302 (java) S 25296 25283 25114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25225382 889421824 7143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25303] ppid=25296 vsize=868576 CPUtime=0.15
/proc/25297/task/25303/stat : 25303 (java) S 25296 25283 25114 0 -1 64 1485 0 0 0 15 0 0 0 16 0 9 0 25225382 889421824 7143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25304] ppid=25296 vsize=868576 CPUtime=0
/proc/25297/task/25304/stat : 25304 (java) S 25296 25283 25114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25225382 889421824 7143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25305] ppid=25296 vsize=868576 CPUtime=0
/proc/25297/task/25305/stat : 25305 (java) S 25296 25283 25114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25225382 889421824 7143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890800

[startup+3.10273 s]
/proc/loadavg: 2.04 2.00 2.01 3/86 25305
/proc/meminfo: memFree=1880928/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=0.67
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1310 7420 0 1 5 1 56 5 15 0 1 0 25225304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1111 409 3 0 796 0
[pid=25296] ppid=25283 vsize=5356 CPUtime=0
/proc/25296/stat : 25296 (sh) S 25283 25283 25114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25225377 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25296/statm: 1339 233 193 169 0 50 0
[pid=25297] ppid=25296 vsize=868688 CPUtime=2.33
/proc/25297/stat : 25297 (java) S 25296 25283 25114 0 -1 0 8599 0 1 0 217 16 0 0 18 0 9 0 25225377 889536512 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25297/statm: 217172 7391 2590 9 0 211649 0
[pid=25297/tid=25298] ppid=25296 vsize=868688 CPUtime=1.76
/proc/25297/task/25298/stat : 25298 (java) R 25296 25283 25114 0 -1 64 3145 0 1 0 166 10 0 0 25 0 9 0 25225378 889536512 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4126923549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25299] ppid=25296 vsize=868688 CPUtime=0.33
/proc/25297/task/25299/stat : 25299 (java) S 25296 25283 25114 0 -1 64 3230 0 0 0 30 3 0 0 16 0 9 0 25225379 889536512 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25300] ppid=25296 vsize=868688 CPUtime=0
/proc/25297/task/25300/stat : 25300 (java) S 25296 25283 25114 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25225379 889536512 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25301] ppid=25296 vsize=868688 CPUtime=0
/proc/25297/task/25301/stat : 25301 (java) S 25296 25283 25114 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25225379 889536512 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25302] ppid=25296 vsize=868688 CPUtime=0
/proc/25297/task/25302/stat : 25302 (java) S 25296 25283 25114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25225382 889536512 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25303] ppid=25296 vsize=868688 CPUtime=0.21
/proc/25297/task/25303/stat : 25303 (java) S 25296 25283 25114 0 -1 64 1525 0 0 0 21 0 0 0 16 0 9 0 25225382 889536512 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25304] ppid=25296 vsize=868688 CPUtime=0
/proc/25297/task/25304/stat : 25304 (java) S 25296 25283 25114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25225382 889536512 7391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25297/tid=25305] ppid=25296 vsize=868688 CPUtime=0
/proc/25297/task/25305/stat : 25305 (java) S 25296 25283 25114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25225382 889536512 7391 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) 890912

[startup+6.30104 s]
/proc/loadavg: 2.04 2.00 2.01 3/78 25307
/proc/meminfo: memFree=1879648/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=14088 CPUtime=3.02
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 3228 0 0 0 138 164 0 0 25 0 1 0 25225628 14426112 3214 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 3522 3214 40 102 0 3417 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 36312

[startup+12.7027 s]
/proc/loadavg: 2.11 2.02 2.01 3/78 25307
/proc/meminfo: memFree=1860768/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=31452 CPUtime=9.37
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 7259 0 0 0 566 371 0 0 25 0 1 0 25225628 32206848 7226 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 7863 7226 42 102 0 7758 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 53676

[startup+25.502 s]
/proc/loadavg: 2.10 2.02 2.01 3/78 25307
/proc/meminfo: memFree=1856032/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=35808 CPUtime=22.04
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 8386 0 0 0 1833 371 0 0 25 0 1 0 25225628 36667392 8353 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 8952 8353 42 102 0 8847 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 58032

[startup+51.1014 s]
/proc/loadavg: 2.13 2.03 2.01 3/78 25307
/proc/meminfo: memFree=1847392/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=43992 CPUtime=47.4
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 10476 0 0 0 4367 373 0 0 25 0 1 0 25225628 45047808 10443 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 10998 10443 42 102 0 10893 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 66216

[startup+102.306 s]
/proc/loadavg: 2.09 2.04 2.01 3/78 25307
/proc/meminfo: memFree=1843104/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=47420 CPUtime=98.13
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 11414 0 0 0 9439 374 0 0 25 0 1 0 25225628 48558080 11282 996147200 134512640 134931368 4294956256 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 11855 11282 48 102 0 11750 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 69644

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 2.01 3/78 25307
/proc/meminfo: memFree=1839200/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1812896/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=67224 CPUtime=1346.32
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 18157 0 0 0 134252 380 0 0 25 0 1 0 25225628 68837376 16358 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 16806 16358 48 102 0 16701 0
Current children cumulated CPU time (s) 1349.44
Current children cumulated vsize (KiB) 89448

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25313
/proc/meminfo: memFree=1811104/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=68412 CPUtime=1405.76
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 18675 0 0 0 140196 380 0 0 25 0 1 0 25225628 70053888 16657 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 17103 16657 48 102 0 16998 0
Current children cumulated CPU time (s) 1408.88
Current children cumulated vsize (KiB) 90636

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25313
/proc/meminfo: memFree=1810464/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=68412 CPUtime=1465.2
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 18675 0 0 0 146140 380 0 0 25 0 1 0 25225628 70053888 16657 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 17103 16657 48 102 0 16998 0
Current children cumulated CPU time (s) 1468.32
Current children cumulated vsize (KiB) 90636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25313
/proc/meminfo: memFree=1807648/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=70788 CPUtime=1524.64
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 19522 0 0 0 152083 381 0 0 25 0 1 0 25225628 72486912 17275 996147200 134512640 134931368 4294956256 18446744073709551615 134524195 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 17697 17275 48 102 0 17592 0
Current children cumulated CPU time (s) 1527.76
Current children cumulated vsize (KiB) 93012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25313
/proc/meminfo: memFree=1807648/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=70788 CPUtime=1584.08
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 19522 0 0 0 158027 381 0 0 25 0 1 0 25225628 72486912 17275 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25307/statm: 17697 17275 48 102 0 17592 0
Current children cumulated CPU time (s) 1587.2
Current children cumulated vsize (KiB) 93012

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 25412
/proc/meminfo: memFree=1824240/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=70788 CPUtime=1643.55
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 19522 0 0 0 163972 383 0 0 25 0 1 0 25225628 72486912 17275 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/25307/statm: 17697 17275 48 102 0 17592 0
Current children cumulated CPU time (s) 1646.67
Current children cumulated vsize (KiB) 93012

[startup+1722.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 25553
/proc/meminfo: memFree=1805736/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=74880 CPUtime=1703.51
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 20819 0 0 0 169964 387 0 0 25 0 1 0 25225628 76677120 18331 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/25307/statm: 18720 18331 48 102 0 18615 0
Current children cumulated CPU time (s) 1706.63
Current children cumulated vsize (KiB) 97104

[startup+1782.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 25553
/proc/meminfo: memFree=1805544/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=74880 CPUtime=1763.49
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 20819 0 0 0 175962 387 0 0 25 0 1 0 25225628 76677120 18331 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25307/statm: 18720 18331 48 102 0 18615 0
Current children cumulated CPU time (s) 1766.61
Current children cumulated vsize (KiB) 97104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 25553
/proc/meminfo: memFree=1805544/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=74880 CPUtime=1796.88
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 20819 0 0 0 179301 387 0 0 25 0 1 0 25225628 76677120 18331 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25307/statm: 18720 18331 48 102 0 18615 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 97104

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

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

[startup+1815.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 25553
/proc/meminfo: memFree=1805544/2055920 swapFree=4192812/4192956
[pid=25283] ppid=25281 vsize=16868 CPUtime=3.12
/proc/25283/stat : 25283 (sugar) S 25281 25283 25114 0 -1 4194304 1365 16351 0 2 5 2 283 22 16 0 1 0 25225304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25283/statm: 4217 1113 409 3 0 796 0
[pid=25306] ppid=25283 vsize=5356 CPUtime=0
/proc/25306/stat : 25306 (sh) S 25283 25283 25114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25225628 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25306/statm: 1339 232 193 169 0 50 0
[pid=25307] ppid=25306 vsize=74880 CPUtime=1796.88
/proc/25307/stat : 25307 (picosat) R 25306 25283 25114 0 -1 4194304 20819 0 0 0 179301 387 0 0 25 0 1 0 25225628 76677120 18331 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25307/statm: 18720 18331 48 102 0 18615 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 97104

Child status: 0

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

Real time (s): 1815.73
CPU time (s): 1800
CPU user time (s): 1795.89
CPU system time (s): 4.11
CPU usage (%): 99.1337
Max. virtual memory (cumulated for all children) (KiB): 890912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.89156
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18196
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= 5822
involuntary context switches= 5795

runsolver used 2.11568 second user time and 6.07308 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 08:53:40
IDJOB=2085403
IDBENCH=58406
IDSOLVER=738
FILE ID=node56/2085403-1247381620
PBS_JOBID= 9507300
Free space on /tmp= 103048 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-72.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-2085403-1247381620/watcher-2085403-1247381620 -o /tmp/evaluation-result-2085403-1247381620/solver-2085403-1247381620 -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-2085403-1247381620.xml

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

MD5SUM BENCH= 6b9f5310a6fc5cbdc233441298f62b93
RANDOM SEED=640648376

node56.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.209
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.209
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:       1908312 kB
Buffers:          6584 kB
Cached:          60940 kB
SwapCached:          0 kB
Active:          75092 kB
Inactive:        20752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1908312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          38664 kB
Slab:            36860 kB
Committed_AS:   189480 kB
PageTables:       1924 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= 103048 MiB
End job on node56 at 2009-07-12 09:23:58