Trace number 1083225

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.07 1811.53

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-8.xml
MD5SUMcc2484161be3248ca6cbf843f373e18c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1118.07
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1221
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 04:51:11 2008
0.00/0.04	c 0	PID 22379
0.03/0.05	c 0	HOST node58.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1083225-1215226271.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083225-1215226271.xml' 'HOME/temp.csp'
0.03/0.96	c 1	84 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.03/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/1.00	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.08	c 1	Parsing HOME/temp.csp
0.94/1.35	c 1	parsed 6118 expressions
0.94/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.35	c 1	Converting to clausal form CSP
0.94/1.41	c 1	converted 612 (10%) expressions
0.94/1.56	c 1	converted 1224 (20%) expressions
0.94/1.60	c 1	converted 1836 (30%) expressions
0.94/1.63	c 1	converted 2448 (40%) expressions
0.94/1.65	c 1	converted 3059 (50%) expressions
0.94/1.67	c 1	converted 3671 (60%) expressions
0.94/1.70	c 1	converted 4283 (70%) expressions
0.94/1.76	c 1	converted 4895 (80%) expressions
0.94/1.79	c 1	converted 5507 (90%) expressions
0.94/1.81	c 1	converted 6118 (100%) expressions
0.94/1.81	c 1	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1221
0.94/1.81	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.81	c 1	Propagation in CSP
0.94/2.09	c 2	319256 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/2.09	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 737
0.94/2.09	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/2.09	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.22	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 737
2.12/2.22	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.28	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.33	c 2	45 (10%) CSP integer variables are encoded (15165 clauses, 205387 bytes)
2.21/2.35	c 2	90 (20%) CSP integer variables are encoded (28590 clauses, 406762 bytes)
2.21/2.37	c 2	135 (30%) CSP integer variables are encoded (46950 clauses, 682162 bytes)
2.21/2.39	c 2	180 (40%) CSP integer variables are encoded (64410 clauses, 944062 bytes)
2.31/2.42	c 2	225 (50%) CSP integer variables are encoded (83055 clauses, 1223737 bytes)
2.31/2.44	c 2	270 (60%) CSP integer variables are encoded (103530 clauses, 1538449 bytes)
2.31/2.47	c 2	315 (70%) CSP integer variables are encoded (123810 clauses, 1883209 bytes)
2.41/2.50	c 2	360 (80%) CSP integer variables are encoded (145980 clauses, 2260099 bytes)
2.41/2.55	c 2	405 (90%) CSP integer variables are encoded (178815 clauses, 2818294 bytes)
2.41/2.59	c 2	450 (100%) CSP integer variables are encoded (206940 clauses, 3296419 bytes)
2.90/3.05	c 3	1548 (10%) CSP clauses are encoded (414344 clauses, 7809210 bytes)
3.20/3.35	c 3	3096 (20%) CSP clauses are encoded (551436 clauses, 10923211 bytes)
3.49/3.67	c 3	4644 (30%) CSP clauses are encoded (698874 clauses, 14296354 bytes)
3.89/4.07	c 4	6192 (40%) CSP clauses are encoded (900483 clauses, 18906909 bytes)
4.38/4.58	c 4	7740 (50%) CSP clauses are encoded (1155194 clauses, 24761038 bytes)
4.88/5.00	c 5	9288 (60%) CSP clauses are encoded (1370033 clauses, 29680139 bytes)
5.37/5.53	c 5	10836 (70%) CSP clauses are encoded (1634903 clauses, 35744992 bytes)
5.77/5.99	c 6	12384 (80%) CSP clauses are encoded (1874823 clauses, 41246037 bytes)
6.47/6.63	c 6	13932 (90%) CSP clauses are encoded (2202119 clauses, 49005984 bytes)
7.33/7.59	c 7	15480 (100%) CSP clauses are encoded (2704986 clauses, 60612445 bytes)
7.33/7.59	c 7	15480 CSP clauses encoded
7.33/7.59	c 7	Writing map file : HOME/temp.map
7.43/7.61	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.43/7.61	c 7	SAT : 217290 SAT variables, 2704986 SAT clauses, 60612445 bytes
7.43/7.61	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.43/7.63	c 7	SOLVING HOME/temp.cnf
7.43/7.63	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1811.51	c ERROR INTERRUPTED
1800.07/1811.52	s UNKNOWN
1800.07/1811.52	c 1811	CPU 6.84 (0.03 0.01 6.81 0.6)
1800.07/1811.52	c 1811	END Sat Jul  5 05:21:22 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083225-1215226271/watcher-1083225-1215226271 -o /tmp/evaluation-result-1083225-1215226271/solver-1083225-1215226271 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1083225-1215226271.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22379
/proc/meminfo: memFree=1501768/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=18572 CPUtime=0
/proc/22379/stat : 22379 (runsolver) R 22377 22379 22268 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 706593462 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22379/statm: 4643 292 257 25 0 2626 0

[startup+0.0503859 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22379
/proc/meminfo: memFree=1501768/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=0.03
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 706593462 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102532 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22379
/proc/meminfo: memFree=1501768/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=0.03
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 706593462 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301647 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22379
/proc/meminfo: memFree=1501768/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=0.03
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 706593462 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701721 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22379
/proc/meminfo: memFree=1501768/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=0.03
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 706593462 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50186 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 22392
/proc/meminfo: memFree=1499512/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=0.94
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 974 7636 0 1 3 1 84 6 15 0 1 0 706593462 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 797 370 3 0 500 0
[pid=22392] ppid=22379 vsize=5356 CPUtime=0
/proc/22392/stat : 22392 (sh) S 22379 22379 22268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 706593562 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22392/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 18956

[startup+3.10224 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22401
/proc/meminfo: memFree=1482352/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=0.94
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 974 7636 0 1 3 1 84 6 15 0 1 0 706593462 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 797 370 3 0 500 0
[pid=22392] ppid=22379 vsize=5356 CPUtime=0
/proc/22392/stat : 22392 (sh) S 22379 22379 22268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 706593562 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22392/statm: 1339 233 193 169 0 50 0
[pid=22393] ppid=22392 vsize=868512 CPUtime=2.05
/proc/22393/stat : 22393 (java) S 22392 22379 22268 0 -1 0 8531 0 1 0 193 12 0 0 18 0 9 0 706593563 889356288 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22393/statm: 217128 7440 2564 9 0 211675 0
[pid=22393/tid=22394] ppid=22392 vsize=868512 CPUtime=1.44
/proc/22393/task/22394/stat : 22394 (java) R 22392 22379 22268 0 -1 64 3001 0 1 0 136 8 0 0 24 0 9 0 706593564 889356288 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22395] ppid=22392 vsize=868512 CPUtime=0.35
/proc/22393/task/22395/stat : 22395 (java) S 22392 22379 22268 0 -1 64 3341 0 0 0 32 3 0 0 15 0 9 0 706593565 889356288 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22396] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22396/stat : 22396 (java) S 22392 22379 22268 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 706593565 889356288 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22397] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22397/stat : 22397 (java) S 22392 22379 22268 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 706593565 889356288 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22398] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22398/stat : 22398 (java) S 22392 22379 22268 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 706593567 889356288 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22399] ppid=22392 vsize=868512 CPUtime=0.24
/proc/22393/task/22399/stat : 22399 (java) S 22392 22379 22268 0 -1 64 1496 0 0 0 24 0 0 0 16 0 9 0 706593567 889356288 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22400] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22400/stat : 22400 (java) S 22392 22379 22268 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 706593567 889356288 7440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22401] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22401/stat : 22401 (java) S 22392 22379 22268 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 706593567 889356288 7440 996147200 134512640 134550740 4294955952 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) 887468

[startup+6.30266 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 22401
/proc/meminfo: memFree=1445296/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=0.94
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 974 7636 0 1 3 1 84 6 15 0 1 0 706593462 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 797 370 3 0 500 0
[pid=22392] ppid=22379 vsize=5356 CPUtime=0
/proc/22392/stat : 22392 (sh) S 22379 22379 22268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 706593562 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22392/statm: 1339 233 193 169 0 50 0
[pid=22393] ppid=22392 vsize=868512 CPUtime=5.24
/proc/22393/stat : 22393 (java) S 22392 22379 22268 0 -1 0 9510 0 1 0 481 43 0 0 18 0 9 0 706593563 889356288 7449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22393/statm: 217128 7449 2565 9 0 211675 0
[pid=22393/tid=22394] ppid=22392 vsize=868512 CPUtime=4.36
/proc/22393/task/22394/stat : 22394 (java) R 22392 22379 22268 0 -1 64 3971 0 1 0 404 32 0 0 25 0 9 0 706593564 889356288 7449 996147200 134512640 134550740 4294955952 18446744073709551615 4126586551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22395] ppid=22392 vsize=868512 CPUtime=0.59
/proc/22393/task/22395/stat : 22395 (java) S 22392 22379 22268 0 -1 64 3341 0 0 0 50 9 0 0 16 0 9 0 706593565 889356288 7449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22396] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22396/stat : 22396 (java) S 22392 22379 22268 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 706593565 889356288 7449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22397] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22397/stat : 22397 (java) S 22392 22379 22268 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 706593565 889356288 7449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22398] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22398/stat : 22398 (java) S 22392 22379 22268 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 706593567 889356288 7449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22399] ppid=22392 vsize=868512 CPUtime=0.25
/proc/22393/task/22399/stat : 22399 (java) S 22392 22379 22268 0 -1 64 1505 0 0 0 25 0 0 0 15 0 9 0 706593567 889356288 7449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22400] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22400/stat : 22400 (java) S 22392 22379 22268 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 706593567 889356288 7449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22393/tid=22401] ppid=22392 vsize=868512 CPUtime=0
/proc/22393/task/22401/stat : 22401 (java) S 22392 22379 22268 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 706593567 889356288 7449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887468

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 22403
/proc/meminfo: memFree=1409712/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=36876 CPUtime=5.02
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 8201 0 0 0 233 269 0 0 25 0 1 0 706594226 37761024 8187 996147200 134512640 134931368 4294956256 18446744073709551615 134522315 0 0 4096 0 0 0 0 17 1 0 0
/proc/22403/statm: 9219 8187 40 102 0 9114 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 55832

[startup+25.5019 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 22403
/proc/meminfo: memFree=1361008/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=84864 CPUtime=17.71
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 20020 0 0 0 815 956 0 0 25 0 1 0 706594226 86900736 20006 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/22403/statm: 21216 20006 40 102 0 21111 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 103820

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 22403
/proc/meminfo: memFree=1339312/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=114548 CPUtime=43.07
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 25189 0 0 0 3039 1268 0 0 25 0 1 0 706594226 117297152 25175 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22403/statm: 28637 25175 42 102 0 28532 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 133504

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 22403
/proc/meminfo: memFree=1338992/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=114944 CPUtime=93.79
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 25281 0 0 0 8110 1269 0 0 25 0 1 0 706594226 117702656 25267 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22403/statm: 28736 25267 42 102 0 28631 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 133900

[startup+162.302 s]
/proc/loadavg: 2.12 2.03 2.01 3/75 22403
/proc/meminfo: memFree=1338480/2055920 swapFree=4156360/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=115340 CPUtime=153.22

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

/proc/meminfo: memFree=1028536/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=127088 CPUtime=1343.7
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 28390 0 0 0 133093 1277 0 0 25 0 1 0 706594226 130138112 28376 996147200 134512640 134931368 4294956256 18446744073709551615 134529095 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 31772 28376 42 102 0 31667 0
Current children cumulated CPU time (s) 1351.15
Current children cumulated vsize (KiB) 146044

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22470
/proc/meminfo: memFree=1027832/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=127748 CPUtime=1403.67
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 28578 0 0 0 139089 1278 0 0 25 0 1 0 706594226 130813952 28564 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 31937 28564 42 102 0 31832 0
Current children cumulated CPU time (s) 1411.12
Current children cumulated vsize (KiB) 146704

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22470
/proc/meminfo: memFree=1027128/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=128540 CPUtime=1463.63
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 28758 0 0 0 145085 1278 0 0 25 0 1 0 706594226 131624960 28744 996147200 134512640 134931368 4294956256 18446744073709551615 134525709 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 32135 28744 42 102 0 32030 0
Current children cumulated CPU time (s) 1471.08
Current children cumulated vsize (KiB) 147496

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22470
/proc/meminfo: memFree=1026424/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=129068 CPUtime=1523.59
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 28914 0 0 0 151081 1278 0 0 25 0 1 0 706594226 132165632 28900 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 32267 28900 42 102 0 32162 0
Current children cumulated CPU time (s) 1531.04
Current children cumulated vsize (KiB) 148024

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22470
/proc/meminfo: memFree=1025848/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=129728 CPUtime=1583.56
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 29072 0 0 0 157077 1279 0 0 25 0 1 0 706594226 132841472 29058 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 32432 29058 42 102 0 32327 0
Current children cumulated CPU time (s) 1591.01
Current children cumulated vsize (KiB) 148684

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22470
/proc/meminfo: memFree=1025144/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=130388 CPUtime=1643.52
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 29248 0 0 0 163073 1279 0 0 25 0 1 0 706594226 133517312 29234 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 32597 29234 42 102 0 32492 0
Current children cumulated CPU time (s) 1650.97
Current children cumulated vsize (KiB) 149344

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22470
/proc/meminfo: memFree=1024440/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=130660 CPUtime=1703.48
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 29474 0 0 0 169069 1279 0 0 25 0 1 0 706594226 133795840 29361 996147200 134512640 134931368 4294956256 18446744073709551615 134522848 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 32665 29361 48 102 0 32560 0
Current children cumulated CPU time (s) 1710.93
Current children cumulated vsize (KiB) 149616

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22470
/proc/meminfo: memFree=1024376/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=130660 CPUtime=1763.43
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 29474 0 0 0 175064 1279 0 0 25 0 1 0 706594226 133795840 29361 996147200 134512640 134931368 4294956256 18446744073709551615 134522728 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 32665 29361 48 102 0 32560 0
Current children cumulated CPU time (s) 1770.88
Current children cumulated vsize (KiB) 149616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22470
/proc/meminfo: memFree=1024312/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=130660 CPUtime=1792.62
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 29474 0 0 0 177983 1279 0 0 25 0 1 0 706594226 133795840 29361 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 32665 29361 48 102 0 32560 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 149616

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

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

[startup+1811.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22470
/proc/meminfo: memFree=1024312/2055920 swapFree=4156368/4192956
[pid=22379] ppid=22377 vsize=13600 CPUtime=7.45
/proc/22379/stat : 22379 (sugar) S 22377 22379 22268 0 -1 4194304 1022 17847 0 2 3 1 681 60 16 0 1 0 706593462 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22379/statm: 3400 799 370 3 0 500 0
[pid=22402] ppid=22379 vsize=5356 CPUtime=0
/proc/22402/stat : 22402 (sh) S 22379 22379 22268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706594226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22402/statm: 1339 232 193 169 0 50 0
[pid=22403] ppid=22402 vsize=130660 CPUtime=1792.62
/proc/22403/stat : 22403 (picosat) R 22402 22379 22268 0 -1 4194304 29474 0 0 0 177983 1279 0 0 25 0 1 0 706594226 133795840 29361 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/22403/statm: 32665 29361 48 102 0 32560 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 149616

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22379 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=851958
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=616906
# CPU time returned by wait4() is 7.46886
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.53
CPU time (s): 1800.07
CPU user time (s): 1786.67
CPU system time (s): 13.4
CPU usage (%): 99.3675
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.85196
system time used= 0.616906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19224
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= 13686
involuntary context switches= 13695

runsolver used 2.34764 second user time and 5.8881 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 04:51:11
IDJOB=1083225
IDBENCH=57429
IDSOLVER=345
FILE ID=node58/1083225-1215226271
PBS_JOBID= 7881856
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-8.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083225-1215226271/watcher-1083225-1215226271 -o /tmp/evaluation-result-1083225-1215226271/solver-1083225-1215226271 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1083225-1215226271.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc2484161be3248ca6cbf843f373e18c
RANDOM SEED=1364388062

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1502248 kB
Buffers:        109552 kB
Cached:         308176 kB
SwapCached:      30936 kB
Active:         211976 kB
Inactive:       263168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1502248 kB
SwapTotal:     4192956 kB
SwapFree:      4156360 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          64872 kB
Slab:            63920 kB
Committed_AS:  1213672 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= 66552 MiB
End job on node58 at 2008-07-05 05:21:24