Trace number 2079683

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.12 1812.52

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-27_ext.xml
MD5SUM67ec52821238fef003806b7480e6ead8
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 benchmark5.30319
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:15:50 2009
0.00/0.08	c 0	PID 24816
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079683-1247368550.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079683-1247368550.xml' 'HOME/temp.csp'
0.96/1.04	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.01/1.16	c 1	Parsing HOME/temp.csp
2.10/2.27	c 3	parsed 141 expressions
2.10/2.28	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.28	c 3	Converting to clausal form CSP
2.19/2.30	c 3	converted 15 (10%) expressions
2.19/2.32	c 3	converted 29 (20%) expressions
2.19/2.33	c 3	converted 43 (30%) expressions
2.39/2.51	c 3	converted 57 (40%) expressions
2.39/2.52	c 3	converted 71 (50%) expressions
2.39/2.59	c 3	converted 85 (60%) expressions
2.59/2.70	c 3	converted 99 (70%) expressions
2.70/2.82	c 3	converted 113 (80%) expressions
2.79/2.93	c 3	converted 127 (90%) expressions
3.09/3.30	c 4	converted 141 (100%) expressions
3.09/3.30	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.09/3.30	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.30	c 4	Propagation in CSP
3.09/3.30	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.09/3.30	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.09/3.30	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.19/3.31	c 4	Simplifing CSP by introducing new Boolean variables
3.19/3.31	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.19/3.31	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.28/3.45	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.28/3.46	c 4	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.28/3.46	c 4	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.28/3.46	c 4	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.28/3.46	c 4	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.28/3.46	c 4	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.28/3.46	c 4	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.28/3.46	c 4	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.28/3.47	c 4	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.28/3.47	c 4	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.28/3.47	c 4	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.48/3.67	c 4	6 (10%) CSP clauses are encoded (11155 clauses, 251280 bytes)
3.68/3.81	c 4	12 (20%) CSP clauses are encoded (21958 clauses, 507184 bytes)
3.78/3.95	c 4	18 (30%) CSP clauses are encoded (32795 clauses, 776959 bytes)
3.97/4.10	c 4	24 (40%) CSP clauses are encoded (43583 clauses, 1034573 bytes)
4.07/4.24	c 4	30 (50%) CSP clauses are encoded (54423 clauses, 1300165 bytes)
4.17/4.38	c 5	36 (60%) CSP clauses are encoded (65233 clauses, 1567648 bytes)
4.36/4.53	c 5	42 (70%) CSP clauses are encoded (76167 clauses, 1842304 bytes)
4.46/4.67	c 5	48 (80%) CSP clauses are encoded (86985 clauses, 2130075 bytes)
4.66/4.81	c 5	54 (90%) CSP clauses are encoded (97828 clauses, 2420151 bytes)
4.77/4.95	c 5	60 (100%) CSP clauses are encoded (108674 clauses, 2710200 bytes)
4.77/4.95	c 5	60 CSP clauses encoded
4.77/4.95	c 5	Writing map file : HOME/temp.map
4.77/4.95	c 5	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.77/4.95	c 5	SAT : 380 SAT variables, 108674 SAT clauses, 2710200 bytes
4.77/4.95	c 5	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.82/5.01	c 5	SOLVING HOME/temp.cnf
4.82/5.01	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1812.51	sh: line 1: 24840 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1812.51	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1812.51	c 1813	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.08/1812.52	c ERROR INTERRUPTED
1800.08/1812.52	s UNKNOWN
1800.08/1812.52	c 1813	CPU 1800.09 (0.05 0.02 1798.82 1.2)
1800.08/1812.52	c 1813	END Sun Jul 12 05:46:03 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-2079683-1247368550/watcher-2079683-1247368550 -o /tmp/evaluation-result-2079683-1247368550/solver-2079683-1247368550 -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-2079683-1247368550.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.04 2.07 4/82 24816
/proc/meminfo: memFree=1557104/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=12000 CPUtime=0
/proc/24816/stat : 24816 (sugar) R 24814 24816 20789 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 23918473 12288000 166 996147200 4194304 4206940 548682068608 18446744073709551615 246424861139 0 0 4224 0 0 0 0 17 1 0 0
/proc/24816/statm: 3000 166 128 3 0 100 0

[startup+0.0847029 s]
/proc/loadavg: 1.92 2.04 2.07 4/82 24816
/proc/meminfo: memFree=1557104/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16740 CPUtime=0.06
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23918473 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101652 s]
/proc/loadavg: 1.92 2.04 2.07 4/82 24816
/proc/meminfo: memFree=1557104/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=0.07
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23918473 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301657 s]
/proc/loadavg: 1.92 2.04 2.07 4/82 24816
/proc/meminfo: memFree=1557104/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=0.07
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23918473 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701702 s]
/proc/loadavg: 1.92 2.04 2.07 4/82 24816
/proc/meminfo: memFree=1557104/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=0.07
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23918473 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50177 s]
/proc/loadavg: 1.92 2.04 2.07 3/93 24828
/proc/meminfo: memFree=1539224/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=1.01
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1309 7040 0 1 5 2 88 6 16 0 1 0 23918473 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16868

[startup+3.10293 s]
/proc/loadavg: 1.92 2.04 2.07 4/93 24838
/proc/meminfo: memFree=1530072/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=1.01
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1309 7040 0 1 5 2 88 6 16 0 1 0 23918473 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1111 409 3 0 796 0
[pid=24829] ppid=24816 vsize=5356 CPUtime=0
/proc/24829/stat : 24829 (sh) S 24816 24816 20789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23918582 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24829/statm: 1339 233 193 169 0 50 0
[pid=24830] ppid=24829 vsize=864376 CPUtime=1.97
/proc/24830/stat : 24830 (java) S 24829 24816 20789 0 -1 0 14379 0 1 0 189 8 0 0 19 0 9 0 23918582 885121024 13621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24830/statm: 216094 13621 2566 9 0 210599 0
[pid=24830/tid=24831] ppid=24829 vsize=864376 CPUtime=1.04
/proc/24830/task/24831/stat : 24831 (java) R 24829 24816 20789 0 -1 64 2939 0 1 0 102 2 0 0 25 0 9 0 23918583 885121024 13621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24832] ppid=24829 vsize=864376 CPUtime=0.86
/proc/24830/task/24832/stat : 24832 (java) R 24829 24816 20789 0 -1 64 10427 0 0 0 81 5 0 0 17 0 9 0 23918585 885121024 13621 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24833] ppid=24829 vsize=864376 CPUtime=0
/proc/24830/task/24833/stat : 24833 (java) S 24829 24816 20789 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23918585 885121024 13621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24834] ppid=24829 vsize=864376 CPUtime=0
/proc/24830/task/24834/stat : 24834 (java) S 24829 24816 20789 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 23918585 885121024 13621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24835] ppid=24829 vsize=864376 CPUtime=0
/proc/24830/task/24835/stat : 24835 (java) S 24829 24816 20789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23918587 885121024 13621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24836] ppid=24829 vsize=864376 CPUtime=0.04
/proc/24830/task/24836/stat : 24836 (java) S 24829 24816 20789 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23918587 885121024 13621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24837] ppid=24829 vsize=864376 CPUtime=0
/proc/24830/task/24837/stat : 24837 (java) S 24829 24816 20789 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23918587 885121024 13621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24838] ppid=24829 vsize=864376 CPUtime=0
/proc/24830/task/24838/stat : 24838 (java) S 24829 24816 20789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23918587 885121024 13621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886600

[startup+6.30222 s]
/proc/loadavg: 1.93 2.04 2.07 3/85 24840
/proc/meminfo: memFree=1547992/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=4308 CPUtime=1.26
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 978 0 0 0 57 69 0 0 25 0 1 0 23918974 4411392 964 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 1077 964 40 102 0 972 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 26532

[startup+12.7018 s]
/proc/loadavg: 1.93 2.04 2.06 3/85 24840
/proc/meminfo: memFree=1543768/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=6024 CPUtime=7.6
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 1433 0 0 0 671 89 0 0 25 0 1 0 23918974 6168576 1419 996147200 134512640 134931368 4294956256 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 1506 1419 42 102 0 1401 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 28248

[startup+25.5011 s]
/proc/loadavg: 1.95 2.04 2.06 3/85 24840
/proc/meminfo: memFree=1542488/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=7792 CPUtime=20.27
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 1784 0 0 0 1937 90 0 0 25 0 1 0 23918974 7979008 1757 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 1948 1757 48 102 0 1843 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 30016

[startup+51.1015 s]
/proc/loadavg: 1.96 2.03 2.06 3/85 24840
/proc/meminfo: memFree=1542360/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=7972 CPUtime=45.63
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 1837 0 0 0 4472 91 0 0 25 0 1 0 23918974 8163328 1810 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 1993 1810 48 102 0 1888 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 30196

[startup+102.306 s]
/proc/loadavg: 1.98 2.03 2.06 3/85 24840
/proc/meminfo: memFree=1541976/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=8424 CPUtime=96.34
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 1975 0 0 0 9543 91 0 0 25 0 1 0 23918974 8626176 1881 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 2106 1881 48 102 0 2001 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 30648

[startup+162.302 s]
/proc/loadavg: 1.99 2.02 2.05 3/85 24840
/proc/meminfo: memFree=1541400/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=8820 CPUtime=155.78
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 2215 0 0 0 15486 92 0 0 25 0 1 0 23918974 9031680 2007 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 2205 2007 48 102 0 2100 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 31044

[startup+222.302 s]
/proc/loadavg: 1.99 2.01 2.04 4/85 24840
/proc/meminfo: memFree=1541080/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=9216 CPUtime=215.2
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 2382 0 0 0 21428 92 0 0 25 0 1 0 23918974 9437184 2088 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 2304 2088 48 102 0 2199 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (KiB) 31440


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

[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13168 CPUtime=1287.04
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 4600 0 0 0 128606 98 0 0 25 0 1 0 23918974 13484032 3112 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24840/statm: 3292 3112 48 102 0 3187 0
Current children cumulated CPU time (s) 1291.88
Current children cumulated vsize (KiB) 35392

[startup+1362.3 s]
/proc/loadavg: 2.18 2.12 2.03 3/87 25053
/proc/meminfo: memFree=1061192/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13168 CPUtime=1347.01
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 4690 0 0 0 134603 98 0 0 25 0 1 0 23918974 13484032 3112 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24840/statm: 3292 3112 48 102 0 3187 0
Current children cumulated CPU time (s) 1351.85
Current children cumulated vsize (KiB) 35392

[startup+1422.31 s]
/proc/loadavg: 2.36 2.17 2.05 3/87 25053
/proc/meminfo: memFree=1061192/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13168 CPUtime=1406.97
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 4690 0 0 0 140599 98 0 0 25 0 1 0 23918974 13484032 3112 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/24840/statm: 3292 3112 48 102 0 3187 0
Current children cumulated CPU time (s) 1411.81
Current children cumulated vsize (KiB) 35392

[startup+1482.3 s]
/proc/loadavg: 2.19 2.15 2.05 3/87 25053
/proc/meminfo: memFree=1060680/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13432 CPUtime=1466.48
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 4844 0 0 0 146549 99 0 0 25 0 1 0 23918974 13754368 3185 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 3358 3185 48 102 0 3253 0
Current children cumulated CPU time (s) 1471.32
Current children cumulated vsize (KiB) 35656

[startup+1542.3 s]
/proc/loadavg: 2.11 2.14 2.05 3/87 25053
/proc/meminfo: memFree=1060680/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13432 CPUtime=1525.91
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 4844 0 0 0 152492 99 0 0 25 0 1 0 23918974 13754368 3185 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 3358 3185 48 102 0 3253 0
Current children cumulated CPU time (s) 1530.75
Current children cumulated vsize (KiB) 35656

[startup+1602.3 s]
/proc/loadavg: 2.04 2.11 2.05 3/87 25053
/proc/meminfo: memFree=1060424/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13696 CPUtime=1585.3
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 4988 0 0 0 158431 99 0 0 25 0 1 0 23918974 14024704 3248 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24840/statm: 3424 3248 48 102 0 3319 0
Current children cumulated CPU time (s) 1590.14
Current children cumulated vsize (KiB) 35920

[startup+1662.3 s]
/proc/loadavg: 2.01 2.08 2.04 3/87 25053
/proc/meminfo: memFree=1060424/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13696 CPUtime=1645.1
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 4988 0 0 0 164411 99 0 0 25 0 1 0 23918974 14024704 3248 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24840/statm: 3424 3248 48 102 0 3319 0
Current children cumulated CPU time (s) 1649.94
Current children cumulated vsize (KiB) 35920

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/87 25053
/proc/meminfo: memFree=1060232/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13960 CPUtime=1705.07
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 5161 0 0 0 170408 99 0 0 25 0 1 0 23918974 14295040 3322 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24840/statm: 3490 3322 48 102 0 3385 0
Current children cumulated CPU time (s) 1709.91
Current children cumulated vsize (KiB) 36184

[startup+1782.3 s]
/proc/loadavg: 2.04 2.07 2.04 3/87 25053
/proc/meminfo: memFree=1060232/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13960 CPUtime=1765.05
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 5161 0 0 0 176405 100 0 0 25 0 1 0 23918974 14295040 3322 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24840/statm: 3490 3322 48 102 0 3385 0
Current children cumulated CPU time (s) 1769.89
Current children cumulated vsize (KiB) 36184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 2.08 2.07 2.04 3/87 25053
/proc/meminfo: memFree=1060232/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13960 CPUtime=1795.24
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 5161 0 0 0 179424 100 0 0 25 0 1 0 23918974 14295040 3322 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/24840/statm: 3490 3322 48 102 0 3385 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 36184

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

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

[startup+1812.5 s]
/proc/loadavg: 2.08 2.07 2.04 3/87 25053
/proc/meminfo: memFree=1060232/2055920 swapFree=4192812/4192956
[pid=24816] ppid=24814 vsize=16868 CPUtime=4.84
/proc/24816/stat : 24816 (sugar) S 24814 24816 20789 0 -1 4194304 1364 22664 0 2 5 2 458 19 16 0 1 0 23918473 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24816/statm: 4217 1112 409 3 0 796 0
[pid=24839] ppid=24816 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24816 24816 20789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23918974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 232 193 169 0 50 0
[pid=24840] ppid=24839 vsize=13960 CPUtime=1795.24
/proc/24840/stat : 24840 (picosat) R 24839 24816 20789 0 -1 4194304 5161 0 0 0 179424 100 0 0 25 0 1 0 23918974 14295040 3322 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/24840/statm: 3490 3322 48 102 0 3385 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 36184

Child status: 0
Real time (s): 1812.52
CPU time (s): 1800.12
CPU user time (s): 1798.89
CPU system time (s): 1.23581
CPU usage (%): 99.3157
Max. virtual memory (cumulated for all children) (KiB): 886712

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

runsolver used 2.16867 second user time and 6.08607 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 05:15:50
IDJOB=2079683
IDBENCH=56937
IDSOLVER=738
FILE ID=node61/2079683-1247368550
PBS_JOBID= 9507020
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-27_ext.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-2079683-1247368550/watcher-2079683-1247368550 -o /tmp/evaluation-result-2079683-1247368550/solver-2079683-1247368550 -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-2079683-1247368550.xml

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

MD5SUM BENCH= 67ec52821238fef003806b7480e6ead8
RANDOM SEED=1399298163

node61.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.229
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.229
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:       1557648 kB
Buffers:         62872 kB
Cached:         204096 kB
SwapCached:          0 kB
Active:         349528 kB
Inactive:        93144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2608 kB
Writeback:           0 kB
Mapped:         197016 kB
Slab:            40360 kB
Committed_AS:   384788 kB
PageTables:       2204 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-12 05:46:05