Trace number 1078443

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.13+picosat? (TO) 1800.06 1801.92

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-50_ext.xml
MD5SUMcec7bbc1f4223b37f158f0cf026d1076
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.3577
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/picosat
0.00/0.14	c 0	BEGIN Fri Jul  4 23:27:03 2008
0.00/0.14	c 0	PID 24749
0.00/0.14	c 0	HOST node50.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1078443-1215206823.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078443-1215206823.xml' 'HOME/temp.csp'
0.03/0.95	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/1.07	c 1	Parsing HOME/temp.csp
2.10/2.31	c 2	parsed 139 expressions
2.10/2.32	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.10/2.32	c 2	Converting to clausal form CSP
2.10/2.34	c 2	converted 14 (10%) expressions
2.10/2.36	c 2	converted 28 (20%) expressions
2.10/2.36	c 2	converted 42 (30%) expressions
2.30/2.52	c 2	converted 56 (40%) expressions
2.30/2.53	c 2	converted 70 (50%) expressions
2.40/2.60	c 2	converted 84 (60%) expressions
2.50/2.71	c 2	converted 98 (70%) expressions
2.60/2.82	c 3	converted 112 (80%) expressions
2.70/2.93	c 3	converted 126 (90%) expressions
3.00/3.28	c 3	converted 139 (100%) expressions
3.00/3.28	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.00/3.28	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.28	c 3	Propagation in CSP
3.00/3.28	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.28	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.00/3.28	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.28	c 3	Simplifing CSP by introducing new Boolean variables
3.00/3.28	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.00/3.28	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.40	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.19/3.41	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.19/3.41	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.19/3.41	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.19/3.42	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.19/3.42	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.19/3.42	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.19/3.42	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.19/3.42	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.19/3.42	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.19/3.42	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.40/3.62	c 3	6 (10%) CSP clauses are encoded (11261 clauses, 251832 bytes)
3.49/3.75	c 4	12 (20%) CSP clauses are encoded (22069 clauses, 507637 bytes)
3.59/3.88	c 4	18 (30%) CSP clauses are encoded (32847 clauses, 768547 bytes)
3.80/4.01	c 4	24 (40%) CSP clauses are encoded (43052 clauses, 1020716 bytes)
3.89/4.14	c 4	30 (50%) CSP clauses are encoded (53829 clauses, 1288276 bytes)
3.99/4.28	c 4	36 (60%) CSP clauses are encoded (64678 clauses, 1557046 bytes)
4.19/4.42	c 4	42 (70%) CSP clauses are encoded (75573 clauses, 1838801 bytes)
4.28/4.56	c 4	48 (80%) CSP clauses are encoded (86387 clauses, 2127405 bytes)
4.38/4.69	c 4	54 (90%) CSP clauses are encoded (97158 clauses, 2415605 bytes)
4.59/4.80	c 5	59 (100%) CSP clauses are encoded (106189 clauses, 2657545 bytes)
4.59/4.80	c 5	59 CSP clauses encoded
4.59/4.80	c 5	Writing map file : HOME/temp.map
4.59/4.80	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.59/4.80	c 5	SAT : 380 SAT variables, 106189 SAT clauses, 2657545 bytes
4.59/4.80	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.59/4.85	c 5	SOLVING HOME/temp.cnf
4.59/4.85	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1801.91	sh: line 1: 24773 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1801.91	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1801.91	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.02/1801.92	c ERROR INTERRUPTED
1800.02/1801.92	s UNKNOWN
1800.02/1801.92	c 1802	CPU 1798.88 (0.03 0.01 1798.85 1.15)
1800.02/1801.92	c 1802	END Fri Jul  4 23:57:05 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078443-1215206823/watcher-1078443-1215206823 -o /tmp/evaluation-result-1078443-1215206823/solver-1078443-1215206823 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1078443-1215206823.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 24749
/proc/meminfo: memFree=1848224/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=18572 CPUtime=0
/proc/24749/stat : 24749 (runsolver) D 24747 24749 20563 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999654248 19017728 292 996147200 4194304 4296836 548682068224 18446744073709551615 240577473831 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24749/statm: 4643 292 257 25 0 2626 0

[startup+0.0800881 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 24749
/proc/meminfo: memFree=1848224/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=12272 CPUtime=0
/proc/24749/stat : 24749 (sugar) D 24747 24749 20563 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 1999654248 12566528 330 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24749/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101052 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 24749
/proc/meminfo: memFree=1848224/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=12412 CPUtime=0
/proc/24749/stat : 24749 (sugar) D 24747 24749 20563 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 1999654248 12709888 382 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24749/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301093 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 24749
/proc/meminfo: memFree=1848224/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=0.03
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1999654248 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701158 s]
/proc/loadavg: 2.06 2.02 2.00 4/73 24749
/proc/meminfo: memFree=1848224/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=0.03
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1999654248 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 24763
/proc/meminfo: memFree=1843144/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=0.82
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 972 6985 0 1 3 0 73 6 16 0 1 0 1999654248 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 797 370 3 0 500 0
[pid=24762] ppid=24749 vsize=5356 CPUtime=0
/proc/24762/stat : 24762 (sh) S 24749 24749 20563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999654347 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24762/statm: 1339 233 193 169 0 50 0
[pid=24763] ppid=24762 vsize=864040 CPUtime=0.49
/proc/24763/stat : 24763 (java) S 24762 24749 20563 0 -1 0 4749 0 1 0 47 2 0 0 19 0 9 0 1999654347 884776960 4186 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24763/statm: 216010 4186 1803 9 0 210592 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 882996

[startup+3.10157 s]
/proc/loadavg: 2.13 2.04 2.01 3/84 24771
/proc/meminfo: memFree=1822664/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=0.82
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 972 6985 0 1 3 0 73 6 15 0 1 0 1999654248 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 797 370 3 0 500 0
[pid=24762] ppid=24749 vsize=5356 CPUtime=0
/proc/24762/stat : 24762 (sh) S 24749 24749 20563 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999654347 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24762/statm: 1339 233 193 169 0 50 0
[pid=24763] ppid=24762 vsize=864304 CPUtime=2.08
/proc/24763/stat : 24763 (java) S 24762 24749 20563 0 -1 0 14379 0 1 0 200 8 0 0 19 0 9 0 1999654347 885047296 13633 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24763/statm: 216076 13633 2540 9 0 210651 0
[pid=24763/tid=24764] ppid=24762 vsize=864304 CPUtime=1.17
/proc/24763/task/24764/stat : 24764 (java) R 24762 24749 20563 0 -1 64 2915 0 1 0 115 2 0 0 25 0 9 0 1999654348 885047296 13633 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24763/tid=24765] ppid=24762 vsize=864304 CPUtime=0.83
/proc/24763/task/24765/stat : 24765 (java) R 24762 24749 20563 0 -1 64 10452 0 0 0 79 4 0 0 17 0 9 0 1999654349 885047296 13633 996147200 134512640 134550740 4294955904 18446744073709551615 102731968 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24763/tid=24766] ppid=24762 vsize=864304 CPUtime=0
/proc/24763/task/24766/stat : 24766 (java) S 24762 24749 20563 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999654350 885047296 13633 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24763/tid=24767] ppid=24762 vsize=864304 CPUtime=0
/proc/24763/task/24767/stat : 24767 (java) S 24762 24749 20563 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999654350 885047296 13633 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24763/tid=24768] ppid=24762 vsize=864304 CPUtime=0
/proc/24763/task/24768/stat : 24768 (java) S 24762 24749 20563 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999654352 885047296 13633 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24763/tid=24769] ppid=24762 vsize=864304 CPUtime=0.05
/proc/24763/task/24769/stat : 24769 (java) S 24762 24749 20563 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 1999654352 885047296 13633 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24763/tid=24770] ppid=24762 vsize=864304 CPUtime=0
/proc/24763/task/24770/stat : 24770 (java) S 24762 24749 20563 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999654352 885047296 13633 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24763/tid=24771] ppid=24762 vsize=864304 CPUtime=0
/proc/24763/task/24771/stat : 24771 (java) S 24762 24749 20563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999654352 885047296 13633 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 883260

[startup+6.30209 s]
/proc/loadavg: 2.13 2.04 2.01 3/76 24773
/proc/meminfo: memFree=1839368/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=4836 CPUtime=1.43
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 1104 0 0 0 62 81 0 0 25 0 1 0 1999654733 4952064 1090 996147200 134512640 134931368 4294956208 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24773/statm: 1209 1090 40 102 0 1104 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 23792

[startup+12.7012 s]
/proc/loadavg: 2.11 2.04 2.01 3/76 24773
/proc/meminfo: memFree=1835720/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=5892 CPUtime=7.76
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 1406 0 0 0 687 89 0 0 25 0 1 0 1999654733 6033408 1392 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24773/statm: 1473 1392 42 102 0 1368 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 24848

[startup+25.5013 s]
/proc/loadavg: 2.09 2.04 2.00 3/76 24773
/proc/meminfo: memFree=1834376/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=7732 CPUtime=20.44
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 1770 0 0 0 1955 89 0 0 25 0 1 0 1999654733 7917568 1743 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24773/statm: 1933 1743 48 102 0 1828 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 26688

[startup+51.1016 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 24773
/proc/meminfo: memFree=1834120/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=7984 CPUtime=45.8
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 1835 0 0 0 4490 90 0 0 25 0 1 0 1999654733 8175616 1808 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24773/statm: 1996 1808 48 102 0 1891 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 26940

[startup+102.306 s]
/proc/loadavg: 1.95 2.01 1.99 3/75 24801
/proc/meminfo: memFree=1845200/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=8500 CPUtime=96.6
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 1950 0 0 0 9568 92 0 0 25 0 1 0 1999654733 8704000 1890 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 2125 1890 48 102 0 2020 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 27456

[startup+162.301 s]
/proc/loadavg: 1.98 2.00 1.99 3/75 24801
/proc/meminfo: memFree=1844688/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=8896 CPUtime=156.57
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 2173 0 0 0 15564 93 0 0 25 0 1 0 1999654733 9109504 2002 996147200 134512640 134931368 4294956208 18446744073709551615 134520047 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 2224 2002 48 102 0 2119 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 27852

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24801
/proc/meminfo: memFree=1843536/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=13508 CPUtime=1296.05
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 4778 0 0 0 129509 96 0 0 25 0 1 0 1999654733 13832192 3200 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3377 3200 48 102 0 3272 0
Current children cumulated CPU time (s) 1300.67
Current children cumulated vsize (KiB) 32464

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1837200/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=13432 CPUtime=1356.01
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 4878 0 0 0 135505 96 0 0 25 0 1 0 1999654733 13754368 3205 996147200 134512640 134931368 4294956208 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3358 3205 48 102 0 3253 0
Current children cumulated CPU time (s) 1360.63
Current children cumulated vsize (KiB) 32388

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1837008/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=13828 CPUtime=1415.99
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 4948 0 0 0 141503 96 0 0 25 0 1 0 1999654733 14159872 3275 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3457 3275 48 102 0 3352 0
Current children cumulated CPU time (s) 1420.61
Current children cumulated vsize (KiB) 32784

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1836368/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=14092 CPUtime=1475.95
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 5148 0 0 0 147499 96 0 0 25 0 1 0 1999654733 14430208 3378 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3523 3378 48 102 0 3418 0
Current children cumulated CPU time (s) 1480.57
Current children cumulated vsize (KiB) 33048

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1836368/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=14092 CPUtime=1535.92
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 5245 0 0 0 153496 96 0 0 25 0 1 0 1999654733 14430208 3378 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3523 3378 48 102 0 3418 0
Current children cumulated CPU time (s) 1540.54
Current children cumulated vsize (KiB) 33048

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1836432/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=14092 CPUtime=1595.9
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 5245 0 0 0 159494 96 0 0 25 0 1 0 1999654733 14430208 3378 996147200 134512640 134931368 4294956208 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3523 3378 48 102 0 3418 0
Current children cumulated CPU time (s) 1600.52
Current children cumulated vsize (KiB) 33048

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1835984/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=14488 CPUtime=1655.87
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 5444 0 0 0 165491 96 0 0 25 0 1 0 1999654733 14835712 3475 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3622 3475 48 102 0 3517 0
Current children cumulated CPU time (s) 1660.49
Current children cumulated vsize (KiB) 33444

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1835984/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=14488 CPUtime=1715.84
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 5444 0 0 0 171488 96 0 0 25 0 1 0 1999654733 14835712 3475 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3622 3475 48 102 0 3517 0
Current children cumulated CPU time (s) 1720.46
Current children cumulated vsize (KiB) 33444

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1835920/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=14388 CPUtime=1775.81
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 5546 0 0 0 177485 96 0 0 25 0 1 0 1999654733 14733312 3464 996147200 134512640 134931368 4294956208 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3597 3464 48 102 0 3492 0
Current children cumulated CPU time (s) 1780.43
Current children cumulated vsize (KiB) 33344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1835920/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=14388 CPUtime=1795.4
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 5546 0 0 0 179444 96 0 0 25 0 1 0 1999654733 14733312 3464 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3597 3464 48 102 0 3492 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 33344

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

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

[startup+1801.9 s]
/proc/loadavg: 1.99 2.00 1.99 3/75 24803
/proc/meminfo: memFree=1835920/2055920 swapFree=4180240/4192956
[pid=24749] ppid=24747 vsize=13600 CPUtime=4.62
/proc/24749/stat : 24749 (sugar) S 24747 24749 20563 0 -1 4194304 1019 22622 0 2 3 1 440 18 16 0 1 0 1999654248 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24749/statm: 3400 798 370 3 0 500 0
[pid=24772] ppid=24749 vsize=5356 CPUtime=0
/proc/24772/stat : 24772 (sh) S 24749 24749 20563 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999654733 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24772/statm: 1339 232 193 169 0 50 0
[pid=24773] ppid=24772 vsize=14388 CPUtime=1795.4
/proc/24773/stat : 24773 (picosat) R 24772 24749 20563 0 -1 4194304 5546 0 0 0 179444 96 0 0 25 0 1 0 1999654733 14733312 3464 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24773/statm: 3597 3464 48 102 0 3492 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 33344

Child status: 0
Real time (s): 1801.92
CPU time (s): 1800.06
CPU user time (s): 1798.89
CPU system time (s): 1.17282
CPU usage (%): 99.8968
Max. virtual memory (cumulated for all children) (KiB): 883372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.17282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29903
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= 2302
involuntary context switches= 10459

runsolver used 1.93571 second user time and 6.27005 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-04 23:27:03
IDJOB=1078443
IDBENCH=56793
IDSOLVER=345
FILE ID=node50/1078443-1215206823
PBS_JOBID= 7881617
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-50_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078443-1215206823/watcher-1078443-1215206823 -o /tmp/evaluation-result-1078443-1215206823/solver-1078443-1215206823 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1078443-1215206823.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cec7bbc1f4223b37f158f0cf026d1076
RANDOM SEED=1445632281

node50.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.261
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.261
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:       1848704 kB
Buffers:         17780 kB
Cached:         122544 kB
SwapCached:       7032 kB
Active:         107340 kB
Inactive:        44320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848704 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          18540 kB
Slab:            40792 kB
Committed_AS:  3949136 kB
PageTables:       1872 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= 66436 MiB
End job on node50 at 2008-07-04 23:57:07