Trace number 2080200

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.05 1807.53

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-7.xml
MD5SUM9fa8114a4ef63331bc87f29078ea148d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1360
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
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:28:34 2009
0.00/0.08	c 0	PID 25254
0.06/0.08	c 0	HOST node30.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080200-1247369314.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-2080200-1247369314.xml' 'HOME/temp.csp'
0.07/0.91	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.07/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.95	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.92/1.03	c 1	Parsing HOME/temp.csp
1.03/1.15	c 1	parsed 3732 expressions
1.03/1.16	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.16	c 1	Converting to clausal form CSP
1.03/1.18	c 1	converted 374 (10%) expressions
1.11/1.25	c 2	converted 747 (20%) expressions
1.21/1.38	c 2	converted 1120 (30%) expressions
1.31/1.42	c 2	converted 1493 (40%) expressions
1.31/1.43	c 2	converted 1866 (50%) expressions
1.31/1.45	c 2	converted 2240 (60%) expressions
1.31/1.46	c 2	converted 2613 (70%) expressions
1.31/1.47	c 2	converted 2986 (80%) expressions
1.31/1.49	c 2	converted 3359 (90%) expressions
1.41/1.50	c 2	converted 3732 (100%) expressions
1.41/1.50	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1351
1.41/1.50	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.50	c 2	Propagation in CSP
1.52/1.63	c 2	90967 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.63	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 774
1.52/1.63	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.64	c 2	Simplifing CSP by introducing new Boolean variables
1.61/1.72	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 774
1.61/1.72	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.77	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.81	c 2	30 (10%) CSP integer variables are encoded (18795 clauses, 259809 bytes)
1.71/1.83	c 2	60 (20%) CSP integer variables are encoded (35835 clauses, 515409 bytes)
1.71/1.86	c 2	90 (30%) CSP integer variables are encoded (57795 clauses, 844809 bytes)
1.71/1.88	c 2	120 (40%) CSP integer variables are encoded (76695 clauses, 1128309 bytes)
1.81/1.90	c 2	150 (50%) CSP integer variables are encoded (93450 clauses, 1379634 bytes)
1.81/1.93	c 2	180 (60%) CSP integer variables are encoded (110640 clauses, 1659089 bytes)
1.81/1.96	c 2	210 (70%) CSP integer variables are encoded (131520 clauses, 2014049 bytes)
1.81/1.99	c 2	240 (80%) CSP integer variables are encoded (150615 clauses, 2338664 bytes)
1.91/2.01	c 2	270 (90%) CSP integer variables are encoded (169470 clauses, 2659199 bytes)
1.91/2.03	c 2	300 (100%) CSP integer variables are encoded (183915 clauses, 2904764 bytes)
2.49/2.60	c 3	883 (10%) CSP clauses are encoded (442635 clauses, 8620140 bytes)
2.80/2.99	c 3	1766 (20%) CSP clauses are encoded (635290 clauses, 13071522 bytes)
3.29/3.46	c 4	2649 (30%) CSP clauses are encoded (855855 clauses, 18178389 bytes)
3.68/3.89	c 4	3532 (40%) CSP clauses are encoded (1074035 clauses, 23223969 bytes)
4.28/4.41	c 5	4415 (50%) CSP clauses are encoded (1330396 clauses, 29160279 bytes)
4.68/4.84	c 5	5298 (60%) CSP clauses are encoded (1547499 clauses, 34190520 bytes)
5.07/5.27	c 6	6181 (70%) CSP clauses are encoded (1758739 clauses, 39095327 bytes)
5.47/5.68	c 6	7064 (80%) CSP clauses are encoded (1964196 clauses, 43898154 bytes)
5.97/6.14	c 6	7947 (90%) CSP clauses are encoded (2191462 clauses, 49380548 bytes)
6.35/6.58	c 7	8830 (100%) CSP clauses are encoded (2416768 clauses, 54586106 bytes)
6.35/6.58	c 7	8830 CSP clauses encoded
6.35/6.58	c 7	Writing map file : HOME/temp.map
6.35/6.59	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.35/6.59	c 7	SAT : 189915 SAT variables, 2416768 SAT clauses, 54586106 bytes
6.35/6.59	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.44/6.64	c 7	SOLVING HOME/temp.cnf
6.44/6.64	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1807.51	c ERROR INTERRUPTED
1800.05/1807.52	s UNKNOWN
1800.05/1807.52	c 1808	CPU 6.46 (0.05 0.02 5.89 0.5)
1800.05/1807.52	c 1808	END Sun Jul 12 05:58:42 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-2080200-1247369314/watcher-2080200-1247369314 -o /tmp/evaluation-result-2080200-1247369314/solver-2080200-1247369314 -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-2080200-1247369314.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.36 2.26 2.13 4/74 25254
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=12132 CPUtime=0
/proc/25254/stat : 25254 (sugar) R 25252 25254 18760 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 23997543 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 264925410102 0 0 4224 0 0 0 0 17 1 0 0
/proc/25254/statm: 3033 183 142 3 0 133 0

[startup+0.082096 s]
/proc/loadavg: 2.36 2.26 2.13 4/74 25254
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16740 CPUtime=0.06
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23997543 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10114 s]
/proc/loadavg: 2.36 2.26 2.13 4/74 25254
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=0.07
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23997543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301165 s]
/proc/loadavg: 2.36 2.26 2.13 4/74 25254
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=0.07
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23997543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701228 s]
/proc/loadavg: 2.36 2.26 2.13 4/74 25254
/proc/meminfo: memFree=1606472/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=0.07
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23997543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50234 s]
/proc/loadavg: 2.36 2.26 2.13 4/85 25276
/proc/meminfo: memFree=1600048/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=0.89
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1309 6844 0 1 5 2 77 5 15 0 1 0 23997543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1111 409 3 0 796 0
[pid=25267] ppid=25254 vsize=5356 CPUtime=0
/proc/25267/stat : 25267 (sh) S 25254 25254 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23997639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25267/statm: 1339 233 193 169 0 50 0
[pid=25268] ppid=25267 vsize=868508 CPUtime=0.52
/proc/25268/stat : 25268 (java) S 25267 25254 18760 0 -1 0 5799 0 1 0 49 3 0 0 18 0 9 0 23997639 889352192 5226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25268/statm: 217127 5226 1743 9 0 211632 0
[pid=25268/tid=25269] ppid=25267 vsize=868508 CPUtime=0.32
/proc/25268/task/25269/stat : 25269 (java) R 25267 25254 18760 0 -1 64 2664 0 1 0 30 2 0 0 18 0 9 0 23997640 889352192 5226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25270] ppid=25267 vsize=868508 CPUtime=0.04
/proc/25268/task/25270/stat : 25270 (java) R 25267 25254 18760 0 -1 64 967 0 0 0 4 0 0 0 16 0 9 0 23997641 889352192 5226 996147200 134512640 134550932 4294955936 18446744073709551615 104516248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25271] ppid=25267 vsize=868508 CPUtime=0
/proc/25268/task/25271/stat : 25271 (java) S 25267 25254 18760 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23997641 889352192 5226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25272] ppid=25267 vsize=868508 CPUtime=0
/proc/25268/task/25272/stat : 25272 (java) S 25267 25254 18760 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23997641 889352192 5226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25273] ppid=25267 vsize=868508 CPUtime=0
/proc/25268/task/25273/stat : 25273 (java) S 25267 25254 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23997643 889352192 5226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25274] ppid=25267 vsize=868508 CPUtime=0.14
/proc/25268/task/25274/stat : 25274 (java) S 25267 25254 18760 0 -1 64 1475 0 0 0 14 0 0 0 16 0 9 0 23997643 889352192 5226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25275] ppid=25267 vsize=868508 CPUtime=0
/proc/25268/task/25275/stat : 25275 (java) S 25267 25254 18760 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23997643 889352192 5226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25276] ppid=25267 vsize=868508 CPUtime=0
/proc/25268/task/25276/stat : 25276 (java) S 25267 25254 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23997643 889352192 5226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890732

[startup+3.10258 s]
/proc/loadavg: 2.34 2.26 2.13 3/85 25276
/proc/meminfo: memFree=1582640/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=0.89
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1310 6844 0 1 5 2 77 5 15 0 1 0 23997543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1111 409 3 0 796 0
[pid=25267] ppid=25254 vsize=5356 CPUtime=0
/proc/25267/stat : 25267 (sh) S 25254 25254 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23997639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25267/statm: 1339 233 193 169 0 50 0
[pid=25268] ppid=25267 vsize=868704 CPUtime=2.1
/proc/25268/stat : 25268 (java) S 25267 25254 18760 0 -1 0 7929 0 1 0 196 14 0 0 18 0 9 0 23997639 889552896 6767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25268/statm: 217176 6767 2590 9 0 211653 0
[pid=25268/tid=25269] ppid=25267 vsize=868704 CPUtime=1.65
/proc/25268/task/25269/stat : 25269 (java) R 25267 25254 18760 0 -1 64 3126 0 1 0 155 10 0 0 25 0 9 0 23997640 889552896 6767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25270] ppid=25267 vsize=868704 CPUtime=0.24
/proc/25268/task/25270/stat : 25270 (java) S 25267 25254 18760 0 -1 64 2600 0 0 0 22 2 0 0 16 0 9 0 23997641 889552896 6767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25271] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25271/stat : 25271 (java) S 25267 25254 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23997641 889552896 6767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25272] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25272/stat : 25272 (java) S 25267 25254 18760 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23997641 889552896 6767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25273] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25273/stat : 25273 (java) S 25267 25254 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23997643 889552896 6767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25274] ppid=25267 vsize=868704 CPUtime=0.19
/proc/25268/task/25274/stat : 25274 (java) S 25267 25254 18760 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 23997643 889552896 6767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25275] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25275/stat : 25275 (java) S 25267 25254 18760 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23997643 889552896 6767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25276] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25276/stat : 25276 (java) S 25267 25254 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23997643 889552896 6767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890928

[startup+6.30204 s]
/proc/loadavg: 2.34 2.26 2.13 3/85 25276
/proc/meminfo: memFree=1545264/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=0.89
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1310 6844 0 1 5 2 77 5 15 0 1 0 23997543 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1111 409 3 0 796 0
[pid=25267] ppid=25254 vsize=5356 CPUtime=0
/proc/25267/stat : 25267 (sh) S 25254 25254 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23997639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25267/statm: 1339 233 193 169 0 50 0
[pid=25268] ppid=25267 vsize=868704 CPUtime=5.28
/proc/25268/stat : 25268 (java) S 25267 25254 18760 0 -1 0 8907 0 1 0 486 42 0 0 18 0 9 0 23997639 889552896 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25268/statm: 217176 6780 2590 9 0 211653 0
[pid=25268/tid=25269] ppid=25267 vsize=868704 CPUtime=4.52
/proc/25268/task/25269/stat : 25269 (java) R 25267 25254 18760 0 -1 64 4092 0 1 0 420 32 0 0 25 0 9 0 23997640 889552896 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4126905368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25270] ppid=25267 vsize=868704 CPUtime=0.51
/proc/25268/task/25270/stat : 25270 (java) S 25267 25254 18760 0 -1 64 2600 0 0 0 44 7 0 0 16 0 9 0 23997641 889552896 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25271] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25271/stat : 25271 (java) S 25267 25254 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23997641 889552896 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25272] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25272/stat : 25272 (java) S 25267 25254 18760 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23997641 889552896 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25273] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25273/stat : 25273 (java) S 25267 25254 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23997643 889552896 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25274] ppid=25267 vsize=868704 CPUtime=0.21
/proc/25268/task/25274/stat : 25274 (java) S 25267 25254 18760 0 -1 64 1517 0 0 0 20 1 0 0 16 0 9 0 23997643 889552896 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25275] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25275/stat : 25275 (java) S 25267 25254 18760 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23997643 889552896 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25268/tid=25276] ppid=25267 vsize=868704 CPUtime=0
/proc/25268/task/25276/stat : 25276 (java) S 25267 25254 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23997643 889552896 6780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890928

[startup+12.702 s]
/proc/loadavg: 2.31 2.25 2.13 3/77 25278
/proc/meminfo: memFree=1516784/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=40064 CPUtime=5.97
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 8772 0 0 0 268 329 0 0 25 0 1 0 23998208 41025536 8758 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25278/statm: 10016 8758 40 102 0 9911 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 62288

[startup+25.5018 s]
/proc/loadavg: 2.24 2.24 2.12 3/77 25278
/proc/meminfo: memFree=1468208/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=87920 CPUtime=18.64
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 20560 0 0 0 857 1007 0 0 25 0 1 0 23998208 90030080 20546 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25278/statm: 21980 20546 40 102 0 21875 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 110144

[startup+51.1026 s]
/proc/loadavg: 2.16 2.22 2.12 3/77 25278
/proc/meminfo: memFree=1458480/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=98988 CPUtime=44.01
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 22766 0 0 0 3266 1135 0 0 25 0 1 0 23998208 101363712 22752 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/25278/statm: 24747 22752 42 102 0 24642 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 121212

[startup+102.306 s]
/proc/loadavg: 2.06 2.18 2.11 3/77 25278
/proc/meminfo: memFree=1457776/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1376904/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=117748 CPUtime=1348.57
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 25664 0 0 0 133716 1141 0 0 25 0 1 0 23998208 120573952 25550 996147200 134512640 134931368 4294956256 18446744073709551615 134524114 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29437 25550 48 102 0 29332 0
Current children cumulated CPU time (s) 1355.03
Current children cumulated vsize (KiB) 139972

[startup+1422.31 s]
/proc/loadavg: 2.01 2.03 2.03 3/83 25378
/proc/meminfo: memFree=1376840/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=117748 CPUtime=1408.54
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 25664 0 0 0 139713 1141 0 0 25 0 1 0 23998208 120573952 25550 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29437 25550 48 102 0 29332 0
Current children cumulated CPU time (s) 1415
Current children cumulated vsize (KiB) 139972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/83 25378
/proc/meminfo: memFree=1376840/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=117748 CPUtime=1468.51
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 25664 0 0 0 145710 1141 0 0 25 0 1 0 23998208 120573952 25550 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29437 25550 48 102 0 29332 0
Current children cumulated CPU time (s) 1474.97
Current children cumulated vsize (KiB) 139972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/83 25378
/proc/meminfo: memFree=1376840/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=117748 CPUtime=1528.49
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 25664 0 0 0 151708 1141 0 0 25 0 1 0 23998208 120573952 25550 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29437 25550 48 102 0 29332 0
Current children cumulated CPU time (s) 1534.95
Current children cumulated vsize (KiB) 139972

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/83 25378
/proc/meminfo: memFree=1376840/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=117748 CPUtime=1588.46
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 25664 0 0 0 157705 1141 0 0 25 0 1 0 23998208 120573952 25550 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29437 25550 48 102 0 29332 0
Current children cumulated CPU time (s) 1594.92
Current children cumulated vsize (KiB) 139972

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.01 3/83 25378
/proc/meminfo: memFree=1376776/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=117748 CPUtime=1648.44
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 25664 0 0 0 163703 1141 0 0 25 0 1 0 23998208 120573952 25550 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29437 25550 48 102 0 29332 0
Current children cumulated CPU time (s) 1654.9
Current children cumulated vsize (KiB) 139972

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.01 3/83 25378
/proc/meminfo: memFree=1376392/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=118276 CPUtime=1708.41
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 25811 0 0 0 169700 1141 0 0 25 0 1 0 23998208 121114624 25697 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29569 25697 48 102 0 29464 0
Current children cumulated CPU time (s) 1714.87
Current children cumulated vsize (KiB) 140500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 25378
/proc/meminfo: memFree=1375496/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=118936 CPUtime=1768.39
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 25984 0 0 0 175697 1142 0 0 25 0 1 0 23998208 121790464 25870 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29734 25870 48 102 0 29629 0
Current children cumulated CPU time (s) 1774.85
Current children cumulated vsize (KiB) 141160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 25378
/proc/meminfo: memFree=1375176/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=119200 CPUtime=1793.59
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 26062 0 0 0 178217 1142 0 0 25 0 1 0 23998208 122060800 25948 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29800 25948 48 102 0 29695 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 141424

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 25378
/proc/meminfo: memFree=1375176/2055920 swapFree=4192812/4192956
[pid=25254] ppid=25252 vsize=16868 CPUtime=6.46
/proc/25254/stat : 25254 (sugar) S 25252 25254 18760 0 -1 4194304 1365 16142 0 2 5 2 589 50 16 0 1 0 23997543 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25254/statm: 4217 1113 409 3 0 796 0
[pid=25277] ppid=25254 vsize=5356 CPUtime=0
/proc/25277/stat : 25277 (sh) S 25254 25254 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23998208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25277/statm: 1339 232 193 169 0 50 0
[pid=25278] ppid=25277 vsize=119200 CPUtime=1793.59
/proc/25278/stat : 25278 (picosat) R 25277 25254 18760 0 -1 4194304 26062 0 0 0 178217 1142 0 0 25 0 1 0 23998208 122060800 25948 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 29800 25948 48 102 0 29695 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 141424

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25254 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=953094
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=533918
# CPU time returned by wait4() is 6.48701
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.53
CPU time (s): 1800.05
CPU user time (s): 1788.11
CPU system time (s): 11.94
CPU usage (%): 99.5864
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.95309
system time used= 0.533918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17901
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= 14778
involuntary context switches= 14743

runsolver used 2.10668 second user time and 6.10607 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 05:28:34
IDJOB=2080200
IDBENCH=57026
IDSOLVER=738
FILE ID=node30/2080200-1247369314
PBS_JOBID= 9506992
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-7.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-2080200-1247369314/watcher-2080200-1247369314 -o /tmp/evaluation-result-2080200-1247369314/solver-2080200-1247369314 -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-2080200-1247369314.xml

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

MD5SUM BENCH= 9fa8114a4ef63331bc87f29078ea148d
RANDOM SEED=670281033

node30.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.277
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.277
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:       1606952 kB
Buffers:         43796 kB
Cached:         275804 kB
SwapCached:          0 kB
Active:         200932 kB
Inactive:       171160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:          63140 kB
Slab:            62164 kB
Committed_AS:   273860 kB
PageTables:       1768 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= 66376 MiB
End job on node30 at 2009-07-12 05:58:44