Trace number 2084754

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.09 1808.12

General information on the benchmark

Namecsp/graphColoring/register/zeroin/
normalized-zeroin-i-1-20.xml
MD5SUM5a658ecce9751df456415fcf4c35a839
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.144977
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints4100
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4100
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sun Jul 12 08:19:37 2009
0.03/0.07	c 0	PID 24534
0.03/0.07	c 0	HOST node88.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2084754-1247379577.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084754-1247379577.xml' 'HOME/temp.csp'
0.06/0.62	c 1	1 domains, 211 variables, 1 predicates, 0 relations, 4100 constraints
0.06/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	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.61/0.72	c 1	Parsing HOME/temp.csp
0.61/0.82	c 1	parsed 4313 expressions
0.61/0.83	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.83	c 1	Converting to clausal form CSP
0.61/0.93	c 1	converted 432 (10%) expressions
0.95/1.04	c 1	converted 863 (20%) expressions
0.95/1.07	c 1	converted 1294 (30%) expressions
0.95/1.09	c 1	converted 1726 (40%) expressions
1.05/1.11	c 1	converted 2157 (50%) expressions
1.05/1.12	c 1	converted 2588 (60%) expressions
1.05/1.14	c 1	converted 3020 (70%) expressions
1.05/1.15	c 1	converted 3451 (80%) expressions
1.05/1.16	c 1	converted 3882 (90%) expressions
1.05/1.18	c 1	converted 4313 (100%) expressions
1.05/1.18	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 20
1.05/1.18	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.18	c 1	Propagation in CSP
1.15/1.25	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.15/1.25	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 20
1.15/1.25	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.25/1.30	c 1	CSP : 211 integers, 8200 booleans, 12300 clauses, largest domain size 20
1.25/1.30	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.36	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.25/1.37	c 2	22 (10%) CSP integer variables are encoded (396 clauses, 4216 bytes)
1.25/1.38	c 2	43 (20%) CSP integer variables are encoded (774 clauses, 8374 bytes)
1.25/1.38	c 2	64 (30%) CSP integer variables are encoded (1152 clauses, 12943 bytes)
1.25/1.38	c 2	85 (40%) CSP integer variables are encoded (1530 clauses, 17857 bytes)
1.25/1.38	c 2	106 (50%) CSP integer variables are encoded (1908 clauses, 22771 bytes)
1.25/1.38	c 2	127 (60%) CSP integer variables are encoded (2286 clauses, 27685 bytes)
1.25/1.39	c 2	148 (70%) CSP integer variables are encoded (2664 clauses, 32599 bytes)
1.25/1.39	c 2	169 (80%) CSP integer variables are encoded (3042 clauses, 37513 bytes)
1.25/1.39	c 2	190 (90%) CSP integer variables are encoded (3420 clauses, 42427 bytes)
1.25/1.39	c 2	211 (100%) CSP integer variables are encoded (3798 clauses, 47341 bytes)
1.34/1.46	c 2	1230 (10%) CSP clauses are encoded (20608 clauses, 318039 bytes)
1.44/1.51	c 2	2460 (20%) CSP clauses are encoded (37418 clauses, 602177 bytes)
1.44/1.54	c 2	3690 (30%) CSP clauses are encoded (54228 clauses, 892197 bytes)
1.44/1.58	c 2	4920 (40%) CSP clauses are encoded (71038 clauses, 1182217 bytes)
1.54/1.62	c 2	6150 (50%) CSP clauses are encoded (87848 clauses, 1469615 bytes)
1.54/1.66	c 2	7380 (60%) CSP clauses are encoded (104658 clauses, 1759673 bytes)
1.54/1.69	c 2	8610 (70%) CSP clauses are encoded (121468 clauses, 2058699 bytes)
1.64/1.73	c 2	9840 (80%) CSP clauses are encoded (138278 clauses, 2378169 bytes)
1.64/1.76	c 2	11070 (90%) CSP clauses are encoded (155088 clauses, 2702889 bytes)
1.74/1.80	c 2	12300 (100%) CSP clauses are encoded (171898 clauses, 3027609 bytes)
1.74/1.80	c 2	12300 CSP clauses encoded
1.74/1.80	c 2	Writing map file : HOME/temp.map
1.74/1.81	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.74/1.81	c 2	SAT : 12209 SAT variables, 171898 SAT clauses, 3027609 bytes
1.74/1.81	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.74/1.85	c 2	SOLVING HOME/temp.cnf
1.74/1.85	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1808.11	sh: line 1: 24558 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.05/1808.11	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1808.11	c 1808	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/1808.11	c ERROR INTERRUPTED
1800.05/1808.12	s UNKNOWN
1800.05/1808.12	c 1808	CPU 1800.07 (0.06 0.02 1798.95 1.04)
1800.05/1808.12	c 1808	END Sun Jul 12 08:49:45 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-2084754-1247379577/watcher-2084754-1247379577 -o /tmp/evaluation-result-2084754-1247379577/solver-2084754-1247379577 -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-2084754-1247379577.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: 4.00 4.75 4.07 4/82 24534
/proc/meminfo: memFree=1898664/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=12272 CPUtime=0
/proc/24534/stat : 24534 (sugar) R 24532 24534 18950 0 -1 4194304 396 0 0 0 0 0 0 0 19 0 1 0 25022903 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 1 0 0
/proc/24534/statm: 3068 364 274 3 0 168 0

[startup+0.0409641 s]
/proc/loadavg: 4.00 4.75 4.07 4/82 24534
/proc/meminfo: memFree=1898664/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=13468 CPUtime=0.03
/proc/24534/stat : 24534 (sugar) R 24532 24534 18950 0 -1 4194304 764 0 0 0 2 1 0 0 20 0 1 0 25022903 13791232 732 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 1 0 0
/proc/24534/statm: 3367 732 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.102965 s]
/proc/loadavg: 4.00 4.75 4.07 4/82 24534
/proc/meminfo: memFree=1898664/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=0.06
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25022903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30199 s]
/proc/loadavg: 4.00 4.75 4.07 4/82 24534
/proc/meminfo: memFree=1898664/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=0.06
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25022903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702042 s]
/proc/loadavg: 4.00 4.75 4.07 4/82 24534
/proc/meminfo: memFree=1898664/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=0.61
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1292 7088 0 1 5 1 50 5 16 0 1 0 25022903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50213 s]
/proc/loadavg: 4.00 4.75 4.07 4/93 24556
/proc/meminfo: memFree=1884240/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=0.61
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1310 7088 0 1 5 1 50 5 15 0 1 0 25022903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1111 409 3 0 796 0
[pid=24547] ppid=24534 vsize=5356 CPUtime=0
/proc/24547/stat : 24547 (sh) S 24534 24534 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25022968 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24547/statm: 1339 233 193 169 0 50 0
[pid=24548] ppid=24547 vsize=868676 CPUtime=0.83
/proc/24548/stat : 24548 (java) S 24547 24534 18950 0 -1 0 7772 0 1 0 78 5 0 0 18 0 9 0 25022968 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24548/statm: 217169 6971 2590 9 0 211646 0
[pid=24548/tid=24549] ppid=24547 vsize=868676 CPUtime=0.45
/proc/24548/task/24549/stat : 24549 (java) R 24547 24534 18950 0 -1 64 2750 0 1 0 44 1 0 0 18 0 9 0 25022969 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24550] ppid=24547 vsize=868676 CPUtime=0.16
/proc/24548/task/24550/stat : 24550 (java) S 24547 24534 18950 0 -1 64 2824 0 0 0 15 1 0 0 16 0 9 0 25022970 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24551] ppid=24547 vsize=868676 CPUtime=0
/proc/24548/task/24551/stat : 24551 (java) S 24547 24534 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25022970 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24552] ppid=24547 vsize=868676 CPUtime=0
/proc/24548/task/24552/stat : 24552 (java) S 24547 24534 18950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25022970 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24553] ppid=24547 vsize=868676 CPUtime=0
/proc/24548/task/24553/stat : 24553 (java) S 24547 24534 18950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25022972 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24554] ppid=24547 vsize=868676 CPUtime=0.19
/proc/24548/task/24554/stat : 24554 (java) R 24547 24534 18950 0 -1 64 1500 0 0 0 18 1 0 0 16 0 9 0 25022972 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 101950883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24555] ppid=24547 vsize=868676 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24547 24534 18950 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25022972 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24556] ppid=24547 vsize=868676 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24547 24534 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25022972 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890900

[startup+3.10131 s]
/proc/loadavg: 4.00 4.75 4.07 3/85 24558
/proc/meminfo: memFree=1890704/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=6488 CPUtime=1.23
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 1503 0 0 0 55 68 0 0 25 0 1 0 25023089 6643712 1489 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 1622 1489 40 102 0 1517 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 28712

[startup+6.30168 s]
/proc/loadavg: 3.84 4.71 4.06 3/85 24558
/proc/meminfo: memFree=1884752/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=8736 CPUtime=4.41
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 1957 0 0 0 364 77 0 0 25 0 1 0 25023089 8945664 1940 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 2184 1940 42 102 0 2079 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 30960

[startup+12.7014 s]
/proc/loadavg: 3.69 4.66 4.04 3/85 24558
/proc/meminfo: memFree=1882896/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=10452 CPUtime=10.78
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 2407 0 0 0 1000 78 0 0 25 0 1 0 25023089 10702848 2390 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 2613 2390 42 102 0 2508 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 32676

[startup+25.5029 s]
/proc/loadavg: 3.32 4.53 4.01 3/85 24558
/proc/meminfo: memFree=1882192/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=10968 CPUtime=23.52
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 2627 0 0 0 2274 78 0 0 25 0 1 0 25023089 11231232 2511 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 2742 2511 48 102 0 2637 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 33192

[startup+51.1028 s]
/proc/loadavg: 2.87 4.33 3.96 3/85 24558
/proc/meminfo: memFree=1881872/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=11760 CPUtime=48.99
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 2966 0 0 0 4820 79 0 0 25 0 1 0 25023089 12042240 2724 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 2940 2724 48 102 0 2835 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 33984

[startup+102.307 s]
/proc/loadavg: 2.37 3.97 3.85 3/85 24558
/proc/meminfo: memFree=1880848/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=12684 CPUtime=99.96
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 3415 0 0 0 9916 80 0 0 25 0 1 0 25023089 12988416 2973 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 3171 2973 48 102 0 3066 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 34908

[startup+162.303 s]
/proc/loadavg: 2.14 3.60 3.73 3/85 24558
/proc/meminfo: memFree=1879056/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=14524 CPUtime=159.66
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 4074 0 0 0 15885 81 0 0 25 0 1 0 25023089 14872576 3390 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 3631 3390 48 102 0 3526 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 36748

[startup+222.302 s]
/proc/loadavg: 2.05 3.31 3.62 3/85 24558
/proc/meminfo: memFree=1878992/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0

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

[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=25036 CPUtime=1294.17
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 9128 0 0 0 129332 85 0 0 25 0 1 0 25023089 25636864 5820 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6259 5820 48 102 0 6154 0
Current children cumulated CPU time (s) 1295.94
Current children cumulated vsize (KiB) 47260

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.44 3/85 24558
/proc/meminfo: memFree=1868368/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=25036 CPUtime=1353.87
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 9305 0 0 0 135302 85 0 0 25 0 1 0 25023089 25636864 5834 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6259 5834 48 102 0 6154 0
Current children cumulated CPU time (s) 1355.64
Current children cumulated vsize (KiB) 47260

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.41 3/85 24558
/proc/meminfo: memFree=1868304/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=25036 CPUtime=1413.59
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 9471 0 0 0 141274 85 0 0 25 0 1 0 25023089 25636864 5836 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6259 5836 48 102 0 6154 0
Current children cumulated CPU time (s) 1415.36
Current children cumulated vsize (KiB) 47260

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.38 3/85 24558
/proc/meminfo: memFree=1868304/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=25036 CPUtime=1473.29
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 9482 0 0 0 147244 85 0 0 25 0 1 0 25023089 25636864 5847 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6259 5847 48 102 0 6154 0
Current children cumulated CPU time (s) 1475.06
Current children cumulated vsize (KiB) 47260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.36 3/85 24558
/proc/meminfo: memFree=1866640/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=26620 CPUtime=1533.01
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 10039 0 0 0 153215 86 0 0 25 0 1 0 25023089 27258880 6240 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6655 6240 48 102 0 6550 0
Current children cumulated CPU time (s) 1534.78
Current children cumulated vsize (KiB) 48844

[startup+1602.3 s]
/proc/loadavg: 1.91 1.97 2.32 3/85 24634
/proc/meminfo: memFree=1863112/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=26620 CPUtime=1592.7
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 10039 0 0 0 159182 88 0 0 25 0 1 0 25023089 27258880 6240 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6655 6240 48 102 0 6550 0
Current children cumulated CPU time (s) 1594.47
Current children cumulated vsize (KiB) 48844

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 2.30 3/85 24730
/proc/meminfo: memFree=1850880/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=26620 CPUtime=1652.51
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 10212 0 0 0 165162 89 0 0 25 0 1 0 25023089 27258880 6246 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6655 6246 48 102 0 6550 0
Current children cumulated CPU time (s) 1654.28
Current children cumulated vsize (KiB) 48844

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 2.28 3/85 24730
/proc/meminfo: memFree=1850496/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=26620 CPUtime=1712.49
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 10394 0 0 0 171160 89 0 0 25 0 1 0 25023089 27258880 6256 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6655 6256 48 102 0 6550 0
Current children cumulated CPU time (s) 1714.26
Current children cumulated vsize (KiB) 48844

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 2.26 3/85 24730
/proc/meminfo: memFree=1850432/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=26620 CPUtime=1772.48
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 10394 0 0 0 177159 89 0 0 25 0 1 0 25023089 27258880 6256 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6655 6256 48 102 0 6550 0
Current children cumulated CPU time (s) 1774.25
Current children cumulated vsize (KiB) 48844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 1.99 1.99 2.25 3/85 24730
/proc/meminfo: memFree=1850304/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=26620 CPUtime=1798.28
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 10575 0 0 0 179738 90 0 0 25 0 1 0 25023089 27258880 6262 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6655 6262 48 102 0 6550 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 48844

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

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

[startup+1808.1 s]
/proc/loadavg: 1.99 1.99 2.25 3/85 24730
/proc/meminfo: memFree=1850304/2055920 swapFree=4192812/4192956
[pid=24534] ppid=24532 vsize=16868 CPUtime=1.77
/proc/24534/stat : 24534 (sugar) S 24532 24534 18950 0 -1 4194304 1365 15262 0 2 6 1 157 13 16 0 1 0 25022903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24534/statm: 4217 1113 409 3 0 796 0
[pid=24557] ppid=24534 vsize=5356 CPUtime=0
/proc/24557/stat : 24557 (sh) S 24534 24534 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25023088 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24557/statm: 1339 232 193 169 0 50 0
[pid=24558] ppid=24557 vsize=26620 CPUtime=1798.28
/proc/24558/stat : 24558 (picosat) R 24557 24534 18950 0 -1 4194304 10575 0 0 0 179738 90 0 0 25 0 1 0 25023089 27258880 6262 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24558/statm: 6655 6262 48 102 0 6550 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 48844

Child status: 0
Real time (s): 1808.12
CPU time (s): 1800.09
CPU user time (s): 1799.02
CPU system time (s): 1.07284
CPU usage (%): 99.556
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.07284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27921
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= 2708
involuntary context switches= 21243

runsolver used 2.6296 second user time and 5.48417 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 08:19:37
IDJOB=2084754
IDBENCH=58121
IDSOLVER=738
FILE ID=node88/2084754-1247379577
PBS_JOBID= 9507070
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/register/zeroin/normalized-zeroin-i-1-20.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-2084754-1247379577/watcher-2084754-1247379577 -o /tmp/evaluation-result-2084754-1247379577/solver-2084754-1247379577 -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-2084754-1247379577.xml

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

MD5SUM BENCH= 5a658ecce9751df456415fcf4c35a839
RANDOM SEED=132137273

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1899080 kB
Buffers:          4792 kB
Cached:          40088 kB
SwapCached:          0 kB
Active:         104872 kB
Inactive:         7716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:          88076 kB
Slab:            29284 kB
Committed_AS:   287184 kB
PageTables:       2028 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= 66152 MiB
End job on node88 at 2009-07-12 08:49:47