Trace number 2065922

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.13 1801.92

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-35.xml
MD5SUM69977ce6c8ea267a2a069c25034e898b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.205968
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints1190
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1190
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 Sat Jul 11 21:36:03 2009
0.00/0.08	c 0	PID 15034
0.06/0.08	c 0	HOST node45.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2065922-1247340963.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-2065922-1247340963.xml' 'HOME/temp.csp'
0.07/0.57	c 1	2 domains, 69 variables, 2 predicates, 0 relations, 1190 constraints
0.07/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.62	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.55/0.70	c 1	Parsing HOME/temp.csp
0.55/0.76	c 1	parsed 1263 expressions
0.55/0.77	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.77	c 1	Converting to clausal form CSP
0.55/0.82	c 1	converted 127 (10%) expressions
0.55/0.86	c 1	converted 253 (20%) expressions
0.55/0.96	c 1	converted 379 (30%) expressions
0.55/0.98	c 1	converted 506 (40%) expressions
0.55/0.99	c 1	converted 632 (50%) expressions
0.91/1.00	c 1	converted 758 (60%) expressions
0.91/1.02	c 1	converted 885 (70%) expressions
0.91/1.02	c 1	converted 1011 (80%) expressions
0.91/1.03	c 1	converted 1137 (90%) expressions
0.91/1.04	c 1	converted 1263 (100%) expressions
0.91/1.04	c 1	CSP : 69 integers, 0 booleans, 1258 clauses, largest domain size 35
0.91/1.04	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.04	c 1	Propagation in CSP
0.91/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.05	c 1	CSP : 69 integers, 0 booleans, 1258 clauses, largest domain size 35
0.91/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.09	c 1	CSP : 69 integers, 2380 booleans, 3638 clauses, largest domain size 35
0.91/1.09	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.14	c 1	7 (10%) CSP integer variables are encoded (231 clauses, 2395 bytes)
1.00/1.14	c 1	14 (20%) CSP integer variables are encoded (462 clauses, 4936 bytes)
1.00/1.14	c 1	21 (30%) CSP integer variables are encoded (693 clauses, 7477 bytes)
1.00/1.14	c 1	28 (40%) CSP integer variables are encoded (924 clauses, 10018 bytes)
1.00/1.14	c 1	35 (50%) CSP integer variables are encoded (1155 clauses, 12930 bytes)
1.00/1.14	c 1	42 (60%) CSP integer variables are encoded (1379 clauses, 15842 bytes)
1.00/1.15	c 1	49 (70%) CSP integer variables are encoded (1603 clauses, 18754 bytes)
1.00/1.15	c 1	56 (80%) CSP integer variables are encoded (1827 clauses, 21666 bytes)
1.00/1.15	c 1	63 (90%) CSP integer variables are encoded (2051 clauses, 24578 bytes)
1.00/1.15	c 1	69 (100%) CSP integer variables are encoded (2243 clauses, 27074 bytes)
1.00/1.18	c 1	364 (10%) CSP clauses are encoded (10869 clauses, 164726 bytes)
1.10/1.21	c 1	728 (20%) CSP clauses are encoded (19495 clauses, 310418 bytes)
1.10/1.24	c 1	1092 (30%) CSP clauses are encoded (28087 clauses, 455672 bytes)
1.10/1.26	c 1	1456 (40%) CSP clauses are encoded (36713 clauses, 601890 bytes)
1.10/1.28	c 1	1819 (50%) CSP clauses are encoded (45281 clauses, 751935 bytes)
1.20/1.30	c 1	2183 (60%) CSP clauses are encoded (53664 clauses, 907692 bytes)
1.20/1.32	c 1	2547 (70%) CSP clauses are encoded (62014 clauses, 1062826 bytes)
1.20/1.34	c 1	2911 (80%) CSP clauses are encoded (70397 clauses, 1218583 bytes)
1.20/1.36	c 1	3275 (90%) CSP clauses are encoded (78780 clauses, 1374340 bytes)
1.40/1.54	c 2	3638 (100%) CSP clauses are encoded (164151 clauses, 3025500 bytes)
1.40/1.54	c 2	3638 CSP clauses encoded
1.40/1.54	c 2	Writing map file : HOME/temp.map
1.40/1.54	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.54	c 2	SAT : 4692 SAT variables, 164151 SAT clauses, 3025500 bytes
1.40/1.54	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.56	c 2	SOLVING HOME/temp.cnf
1.40/1.56	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1801.91	sh: line 1: 15058 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1801.91	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1801.91	c 1802	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/1801.92	c ERROR INTERRUPTED
1800.08/1801.92	s UNKNOWN
1800.08/1801.92	c 1802	CPU 1800.1 (0.06 0.01 1798.93 1.1)
1800.08/1801.92	c 1802	END Sat Jul 11 22:06:05 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-2065922-1247340963/watcher-2065922-1247340963 -o /tmp/evaluation-result-2065922-1247340963/solver-2065922-1247340963 -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-2065922-1247340963.xml 

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


[startup+0 s]
/proc/loadavg: 2.12 2.06 2.08 4/81 15034
/proc/meminfo: memFree=1863240/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=12268 CPUtime=0
/proc/15034/stat : 15034 (sugar) R 15032 15034 13818 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21160090 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15034/statm: 3067 316 241 3 0 167 0

[startup+0.082571 s]
/proc/loadavg: 2.12 2.06 2.08 4/81 15034
/proc/meminfo: memFree=1863240/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16740 CPUtime=0.06
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21160090 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101284 s]
/proc/loadavg: 2.12 2.06 2.08 4/81 15034
/proc/meminfo: memFree=1863240/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=0.07
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21160090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301314 s]
/proc/loadavg: 2.12 2.06 2.08 4/81 15034
/proc/meminfo: memFree=1863240/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=0.07
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21160090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70139 s]
/proc/loadavg: 2.12 2.06 2.08 4/81 15034
/proc/meminfo: memFree=1863240/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=0.55
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1292 4859 0 1 6 1 44 4 16 0 1 0 21160090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50153 s]
/proc/loadavg: 2.11 2.06 2.07 3/92 15056
/proc/meminfo: memFree=1848096/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=0.55
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1310 4859 0 1 6 1 44 4 15 0 1 0 21160090 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1111 409 3 0 796 0
[pid=15047] ppid=15034 vsize=5356 CPUtime=0
/proc/15047/stat : 15047 (sh) S 15034 15034 13818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21160153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15047/statm: 1339 233 193 169 0 50 0
[pid=15048] ppid=15047 vsize=868580 CPUtime=0.85
/proc/15048/stat : 15048 (java) S 15047 15034 13818 0 -1 0 6669 0 1 0 80 5 0 0 19 0 9 0 21160153 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15048/statm: 217145 5820 2589 9 0 211622 0
[pid=15048/tid=15049] ppid=15047 vsize=868580 CPUtime=0.55
/proc/15048/task/15049/stat : 15049 (java) R 15047 15034 13818 0 -1 64 2802 0 1 0 53 2 0 0 20 0 9 0 21160154 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4126843450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15048/tid=15050] ppid=15047 vsize=868580 CPUtime=0.07
/proc/15048/task/15050/stat : 15050 (java) S 15047 15034 13818 0 -1 64 1678 0 0 0 7 0 0 0 16 0 9 0 21160155 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15048/tid=15051] ppid=15047 vsize=868580 CPUtime=0
/proc/15048/task/15051/stat : 15051 (java) S 15047 15034 13818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21160155 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15048/tid=15052] ppid=15047 vsize=868580 CPUtime=0
/proc/15048/task/15052/stat : 15052 (java) S 15047 15034 13818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21160155 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15048/tid=15053] ppid=15047 vsize=868580 CPUtime=0
/proc/15048/task/15053/stat : 15053 (java) S 15047 15034 13818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21160157 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15048/tid=15054] ppid=15047 vsize=868580 CPUtime=0.18
/proc/15048/task/15054/stat : 15054 (java) S 15047 15034 13818 0 -1 64 1489 0 0 0 18 0 0 0 16 0 9 0 21160157 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15048/tid=15055] ppid=15047 vsize=868580 CPUtime=0
/proc/15048/task/15055/stat : 15055 (java) S 15047 15034 13818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21160157 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15048/tid=15056] ppid=15047 vsize=868580 CPUtime=0
/proc/15048/task/15056/stat : 15056 (java) S 15047 15034 13818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21160157 889425920 5820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890804

[startup+3.10182 s]
/proc/loadavg: 2.11 2.06 2.07 3/84 15058
/proc/meminfo: memFree=1853984/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=7000 CPUtime=1.51
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 1553 0 0 0 66 85 0 0 25 0 1 0 21160248 7168000 1539 996147200 134512640 134931368 4294956256 18446744073709551615 134560130 0 0 4096 0 0 0 0 17 1 0 0
/proc/15058/statm: 1750 1539 40 102 0 1645 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 29224

[startup+6.30137 s]
/proc/loadavg: 2.11 2.06 2.07 3/84 15058
/proc/meminfo: memFree=1849504/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=8080 CPUtime=4.68
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 1813 0 0 0 382 86 0 0 25 0 1 0 21160248 8273920 1796 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/15058/statm: 2020 1796 42 102 0 1915 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 30304

[startup+12.7015 s]
/proc/loadavg: 2.09 2.05 2.07 3/84 15058
/proc/meminfo: memFree=1847968/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=9400 CPUtime=11.02
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 2156 0 0 0 1015 87 0 0 25 0 1 0 21160248 9625600 2139 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/15058/statm: 2350 2139 42 102 0 2245 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31624

[startup+25.5019 s]
/proc/loadavg: 2.08 2.05 2.07 3/84 15058
/proc/meminfo: memFree=1844256/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=11908 CPUtime=23.69
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 2806 0 0 0 2281 88 0 0 25 0 1 0 21160248 12193792 2789 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/15058/statm: 2977 2789 42 102 0 2872 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 34132

[startup+51.1015 s]
/proc/loadavg: 2.05 2.05 2.07 3/84 15058
/proc/meminfo: memFree=1842528/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=14816 CPUtime=49.05
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 3563 0 0 0 4816 89 0 0 25 0 1 0 21160248 15171584 3498 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/15058/statm: 3704 3498 48 102 0 3599 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 37040

[startup+102.307 s]
/proc/loadavg: 1.94 2.02 2.06 4/85 15108
/proc/meminfo: memFree=1867928/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=15740 CPUtime=99.8
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 3844 0 0 0 9889 91 0 0 25 0 1 0 21160248 16117760 3739 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 3935 3739 48 102 0 3830 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 37964

[startup+162.303 s]
/proc/loadavg: 1.98 2.01 2.05 3/77 15110
/proc/meminfo: memFree=1835928/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=16400 CPUtime=159.76
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 4085 0 0 0 15885 91 0 0 25 0 1 0 21160248 16793600 3893 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 4100 3893 48 102 0 3995 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 38624

[startup+222.303 s]
/proc/loadavg: 1.99 2.01 2.05 3/77 15110
/proc/meminfo: memFree=1824024/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0

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

[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=26556 CPUtime=1299.25
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 7656 0 0 0 129828 97 0 0 25 0 1 0 21160248 27193344 6468 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 6639 6468 48 102 0 6534 0
Current children cumulated CPU time (s) 1300.71
Current children cumulated vsize (KiB) 48780

[startup+1362.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/77 15112
/proc/meminfo: memFree=1682072/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=26556 CPUtime=1359.22
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 7656 0 0 0 135825 97 0 0 25 0 1 0 21160248 27193344 6468 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 6639 6468 48 102 0 6534 0
Current children cumulated CPU time (s) 1360.68
Current children cumulated vsize (KiB) 48780

[startup+1422.31 s]
/proc/loadavg: 2.04 2.05 2.00 3/77 15112
/proc/meminfo: memFree=1675096/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=27216 CPUtime=1419.2
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 7922 0 0 0 141822 98 0 0 25 0 1 0 21160248 27869184 6642 996147200 134512640 134931368 4294956256 18446744073709551615 134520012 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 6804 6642 48 102 0 6699 0
Current children cumulated CPU time (s) 1420.66
Current children cumulated vsize (KiB) 49440

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/77 15112
/proc/meminfo: memFree=1669400/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=27216 CPUtime=1479.17
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 7922 0 0 0 147819 98 0 0 25 0 1 0 21160248 27869184 6642 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 6804 6642 48 102 0 6699 0
Current children cumulated CPU time (s) 1480.63
Current children cumulated vsize (KiB) 49440

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 15118
/proc/meminfo: memFree=1662680/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=27744 CPUtime=1539.13
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 8048 0 0 0 153815 98 0 0 25 0 1 0 21160248 28409856 6768 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 6936 6768 48 102 0 6831 0
Current children cumulated CPU time (s) 1540.59
Current children cumulated vsize (KiB) 49968

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 15118
/proc/meminfo: memFree=1657176/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=28008 CPUtime=1599.11
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 8222 0 0 0 159813 98 0 0 25 0 1 0 21160248 28680192 6845 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 7002 6845 48 102 0 6897 0
Current children cumulated CPU time (s) 1600.57
Current children cumulated vsize (KiB) 50232

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 15118
/proc/meminfo: memFree=1652056/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=28008 CPUtime=1659.08
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 8222 0 0 0 165810 98 0 0 25 0 1 0 21160248 28680192 6845 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 7002 6845 48 102 0 6897 0
Current children cumulated CPU time (s) 1660.54
Current children cumulated vsize (KiB) 50232

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 15118
/proc/meminfo: memFree=1644888/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=29724 CPUtime=1719.05
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 8766 0 0 0 171806 99 0 0 25 0 1 0 21160248 30437376 7288 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 7431 7288 48 102 0 7326 0
Current children cumulated CPU time (s) 1720.51
Current children cumulated vsize (KiB) 51948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 15118
/proc/meminfo: memFree=1640024/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=29724 CPUtime=1779.03
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 8766 0 0 0 177804 99 0 0 25 0 1 0 21160248 30437376 7288 996147200 134512640 134931368 4294956256 18446744073709551615 134530332 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 7431 7288 48 102 0 7326 0
Current children cumulated CPU time (s) 1780.49
Current children cumulated vsize (KiB) 51948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15118
/proc/meminfo: memFree=1638040/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=29724 CPUtime=1798.62
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 8766 0 0 0 179763 99 0 0 25 0 1 0 21160248 30437376 7288 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 7431 7288 48 102 0 7326 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 51948

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: 2.00 2.00 2.00 3/77 15118
/proc/meminfo: memFree=1638040/2055920 swapFree=4192812/4192956
[pid=15034] ppid=15032 vsize=16868 CPUtime=1.46
/proc/15034/stat : 15034 (sugar) S 15032 15034 13818 0 -1 4194304 1365 11842 0 2 6 1 129 10 16 0 1 0 21160090 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15034/statm: 4217 1113 409 3 0 796 0
[pid=15057] ppid=15034 vsize=5356 CPUtime=0
/proc/15057/stat : 15057 (sh) S 15034 15034 13818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21160247 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15057/statm: 1339 232 193 169 0 50 0
[pid=15058] ppid=15057 vsize=29724 CPUtime=1798.62
/proc/15058/stat : 15058 (picosat) R 15057 15034 13818 0 -1 4194304 8766 0 0 0 179763 99 0 0 25 0 1 0 21160248 30437376 7288 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15058/statm: 7431 7288 48 102 0 7326 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 51948

Child status: 0
Real time (s): 1801.92
CPU time (s): 1800.13
CPU user time (s): 1799
CPU system time (s): 1.12783
CPU usage (%): 99.9002
Max. virtual memory (cumulated for all children) (KiB): 890804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.12783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22692
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= 2301
involuntary context switches= 10615

runsolver used 2.19966 second user time and 6.00409 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-11 21:36:03
IDJOB=2065922
IDBENCH=54444
IDSOLVER=738
FILE ID=node45/2065922-1247340963
PBS_JOBID= 9506658
Free space on /tmp= 66340 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-35.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-2065922-1247340963/watcher-2065922-1247340963 -o /tmp/evaluation-result-2065922-1247340963/solver-2065922-1247340963 -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-2065922-1247340963.xml

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

MD5SUM BENCH= 69977ce6c8ea267a2a069c25034e898b
RANDOM SEED=1851454188

node45.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.281
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.281
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:       1863720 kB
Buffers:         10168 kB
Cached:         102236 kB
SwapCached:          0 kB
Active:          92460 kB
Inactive:        50228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:          43040 kB
Slab:            34764 kB
Committed_AS:   178420 kB
PageTables:       1832 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= 66352 MiB
End job on node45 at 2009-07-11 22:06:07