Trace number 2068409

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+minisatSAT 20.007 20.7477

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-data-8-3.xml
MD5SUMa80e9ca6f14152a808d5210c0080ccc5
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 benchmark18.2032
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16376
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16376
Global constraints used (with number of constraints)

Solver Data

0.04/0.59	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.59	c 0	BEGIN Sat Jul 11 23:19:02 2009
0.04/0.59	c 0	PID 18357
0.04/0.59	c 0	HOST node43.alineos.net
0.04/0.59	c 0	CONVERTING HOME/instance-2068409-1247347141.xml TO HOME/temp.csp
0.04/0.59	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068409-1247347141.xml' 'HOME/temp.csp'
1.45/2.05	c 1	1 domains, 1344 variables, 19 predicates, 0 relations, 16376 constraints
1.50/2.11	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.50/2.11	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.50/2.19	c 1	Parsing HOME/temp.csp
1.69/2.36	c 2	parsed 10000 expressions
1.98/2.66	c 2	parsed 17740 expressions
1.98/2.67	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.98/2.67	c 2	Converting to clausal form CSP
2.08/2.80	c 2	converted 1774 (10%) expressions
2.27/2.95	c 2	converted 3548 (20%) expressions
2.38/3.01	c 2	converted 5322 (30%) expressions
2.49/3.16	c 2	converted 7096 (40%) expressions
2.59/3.21	c 3	converted 8870 (50%) expressions
2.59/3.29	c 3	converted 10644 (60%) expressions
2.69/3.40	c 3	converted 12418 (70%) expressions
2.88/3.54	c 3	converted 14192 (80%) expressions
3.28/3.91	c 3	converted 15966 (90%) expressions
4.18/4.82	c 4	converted 17740 (100%) expressions
4.18/4.82	c 4	CSP : 7992 integers, 0 booleans, 29672 clauses, largest domain size 17
4.18/4.82	c 4	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.18/4.82	c 4	Propagation in CSP
4.47/5.14	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.47/5.14	c 4	CSP : 7992 integers, 0 booleans, 29672 clauses, largest domain size 17
4.47/5.14	c 4	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.47/5.16	c 4	Simplifing CSP by introducing new Boolean variables
4.47/5.18	c 4	CSP : 7992 integers, 0 booleans, 29672 clauses, largest domain size 17
4.47/5.18	c 4	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.67/5.31	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.67/5.33	c 5	800 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.67/5.34	c 5	1599 (20%) CSP integer variables are encoded (2295 clauses, 29899 bytes)
4.67/5.35	c 5	2398 (30%) CSP integer variables are encoded (9489 clauses, 126820 bytes)
4.67/5.36	c 5	3197 (40%) CSP integer variables are encoded (16683 clauses, 234730 bytes)
4.67/5.37	c 5	3996 (50%) CSP integer variables are encoded (24504 clauses, 352045 bytes)
4.67/5.38	c 5	4796 (60%) CSP integer variables are encoded (32511 clauses, 472150 bytes)
4.67/5.40	c 5	5595 (70%) CSP integer variables are encoded (40383 clauses, 590230 bytes)
4.76/5.42	c 5	6394 (80%) CSP integer variables are encoded (48131 clauses, 706450 bytes)
4.76/5.43	c 5	7193 (90%) CSP integer variables are encoded (55879 clauses, 822670 bytes)
4.76/5.43	c 5	7992 (100%) CSP integer variables are encoded (61624 clauses, 908845 bytes)
4.76/5.49	c 5	2968 (10%) CSP clauses are encoded (64592 clauses, 945884 bytes)
4.86/5.51	c 5	5935 (20%) CSP clauses are encoded (67559 clauses, 992635 bytes)
4.86/5.55	c 5	8902 (30%) CSP clauses are encoded (71242 clauses, 1048809 bytes)
5.26/5.99	c 5	11869 (40%) CSP clauses are encoded (89053 clauses, 1294141 bytes)
14.41/15.10	c 14	14836 (50%) CSP clauses are encoded (120340 clauses, 1776443 bytes)
14.52/15.28	c 15	17804 (60%) CSP clauses are encoded (175460 clauses, 2757775 bytes)
14.72/15.50	c 15	20771 (70%) CSP clauses are encoded (240661 clauses, 3989336 bytes)
15.00/15.75	c 15	23738 (80%) CSP clauses are encoded (311928 clauses, 5357536 bytes)
15.30/16.05	c 15	26705 (90%) CSP clauses are encoded (392183 clauses, 6909096 bytes)
18.89/19.63	c 19	29672 (100%) CSP clauses are encoded (548568 clauses, 10212308 bytes)
18.89/19.63	c 19	29672 CSP clauses encoded
18.89/19.63	c 19	Writing map file : HOME/temp.map
18.89/19.64	c 19	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.89/19.64	c 19	SAT : 69616 SAT variables, 548568 SAT clauses, 10212308 bytes
18.89/19.64	c 19	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.89/19.67	c 19	SOLVING HOME/temp.cnf
18.89/19.67	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.89/19.68	c 19	This is MiniSat 2.0 beta
18.89/19.68	c 19	WARNING: for repeatability, setting FPU to use double precision
18.89/19.68	c 19	============================[ Problem Statistics ]=============================
18.89/19.68	c 19	|                                                                             |
18.89/19.68	c 19	|  Number of variables:  69616                                                |
18.89/19.68	c 19	|  Number of clauses:    548568                                               |
19.19/19.98	c 19	|  Parsing time:         0.25         s                                       |
19.19/20.00	c 19	============================[ Search Statistics ]==============================
19.19/20.00	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.19/20.00	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.19/20.00	c 19	===============================================================================
19.19/20.00	c 19	|         0 |   69616   548568  1789056 |   182856        0    nan |  0.000 % |
19.37/20.19	c 19	|       102 |   69616   548568  1789056 |   201141      102     30 |  0.000 % |
19.57/20.32	c 20	===============================================================================
19.57/20.32	c 20	restarts              : 2
19.57/20.32	c 20	conflicts             : 135            (229 /sec)
19.57/20.32	c 20	decisions             : 283            (0.35 % random) (481 /sec)
19.57/20.32	c 20	propagations          : 533049         (905145 /sec)
19.57/20.33	c 20	conflict literals     : 4693           (6.06 % deleted)
19.57/20.33	c 20	Memory used           : 31.76 MB
19.57/20.33	c 20	CPU time              : 0.58891 s
19.57/20.33	c 20	
19.57/20.35	c 20	SATISFIABLE
19.57/20.36	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.57/20.36	c 20	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'
19.65/20.44	c 20	Decoding HOME/temp.out
19.65/20.63	s SATISFIABLE
19.65/20.69	v 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 1 1 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 1 0
19.65/20.70	c 20	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.65/20.74	c 20	CPU 19.97 (0.06 0.02 19.55 0.34)
19.65/20.74	c 20	END Sat Jul 11 23:19:22 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068409-1247347141/watcher-2068409-1247347141 -o /tmp/evaluation-result-2068409-1247347141/solver-2068409-1247347141 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068409-1247347141.xml 

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


[startup+0 s]
/proc/loadavg: 1.76 1.94 1.98 4/81 18357
/proc/meminfo: memFree=1899720/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=18576 CPUtime=0
/proc/18357/stat : 18357 (runsolver) D 18355 18357 16897 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 21778012 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221954764071 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/18357/statm: 4644 284 249 26 0 2626 0

[startup+0.104688 s]
/proc/loadavg: 1.76 1.94 1.98 4/81 18357
/proc/meminfo: memFree=1899720/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=12412 CPUtime=0
/proc/18357/stat : 18357 (sugar) D 18355 18357 16897 0 -1 4194304 422 0 3 0 0 0 0 0 18 0 1 0 21778012 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/18357/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.201697 s]
/proc/loadavg: 1.76 1.94 1.98 4/81 18357
/proc/meminfo: memFree=1899720/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=13336 CPUtime=0.02
/proc/18357/stat : 18357 (sugar) D 18355 18357 16897 0 -1 4194304 736 0 3 0 2 0 0 0 18 0 1 0 21778012 13656064 707 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/18357/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.301706 s]
/proc/loadavg: 1.76 1.94 1.98 4/81 18357
/proc/meminfo: memFree=1899720/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=13468 CPUtime=0.02
/proc/18357/stat : 18357 (sugar) D 18355 18357 16897 0 -1 4194304 751 0 3 0 2 0 0 0 18 0 1 0 21778012 13791232 722 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/18357/statm: 3367 722 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.701743 s]
/proc/loadavg: 1.76 1.94 1.98 4/81 18357
/proc/meminfo: memFree=1899720/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=0.06
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 21778012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 1.76 1.94 1.98 3/92 18369
/proc/meminfo: memFree=1883504/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=0.06
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 21778012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1111 409 3 0 796 0
[pid=18360] ppid=18357 vsize=5356 CPUtime=0
/proc/18360/stat : 18360 (sh) S 18357 18357 16897 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 21778071 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18360/statm: 1339 233 193 169 0 50 0
[pid=18361] ppid=18360 vsize=864772 CPUtime=0.89
/proc/18361/stat : 18361 (java) S 18360 18357 16897 0 -1 0 9898 0 1 0 85 4 0 0 18 0 9 0 21778071 885526528 8405 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18361/statm: 216193 8405 2556 9 0 210705 0
[pid=18361/tid=18362] ppid=18360 vsize=864772 CPUtime=0.54
/proc/18361/task/18362/stat : 18362 (java) R 18360 18357 16897 0 -1 64 2883 0 1 0 53 1 0 0 17 0 9 0 21778072 885526528 8405 996147200 134512640 134550932 4294955984 18446744073709551615 4125960407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18361/tid=18363] ppid=18360 vsize=864772 CPUtime=0.2
/proc/18361/task/18363/stat : 18363 (java) S 18360 18357 16897 0 -1 64 5802 0 0 0 19 1 0 0 16 0 9 0 21778073 885526528 8405 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18361/tid=18364] ppid=18360 vsize=864772 CPUtime=0
/proc/18361/task/18364/stat : 18364 (java) S 18360 18357 16897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21778074 885526528 8405 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18361/tid=18365] ppid=18360 vsize=864772 CPUtime=0
/proc/18361/task/18365/stat : 18365 (java) S 18360 18357 16897 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21778074 885526528 8405 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18361/tid=18366] ppid=18360 vsize=864772 CPUtime=0
/proc/18361/task/18366/stat : 18366 (java) S 18360 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21778076 885526528 8405 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18361/tid=18367] ppid=18360 vsize=864772 CPUtime=0.11
/proc/18361/task/18367/stat : 18367 (java) S 18360 18357 16897 0 -1 64 508 0 0 0 11 0 0 0 16 0 9 0 21778076 885526528 8405 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18361/tid=18368] ppid=18360 vsize=864772 CPUtime=0
/proc/18361/task/18368/stat : 18368 (java) S 18360 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21778076 885526528 8405 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18361/tid=18369] ppid=18360 vsize=864772 CPUtime=0
/proc/18361/task/18369/stat : 18369 (java) S 18360 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21778076 885526528 8405 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 886996

[startup+3.10296 s]
/proc/loadavg: 1.76 1.94 1.98 3/92 18379
/proc/meminfo: memFree=1885296/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=1.52
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1304 12736 5 1 6 1 139 6 15 0 1 0 21778012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1111 409 3 0 796 0
[pid=18370] ppid=18357 vsize=5356 CPUtime=0
/proc/18370/stat : 18370 (sh) S 18357 18357 16897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21778223 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18370/statm: 1339 233 193 169 0 50 0
[pid=18371] ppid=18370 vsize=868888 CPUtime=0.97
/proc/18371/stat : 18371 (java) S 18370 18357 16897 0 -1 0 9624 0 1 0 93 4 0 0 18 0 9 0 21778223 889741312 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18371/statm: 217222 8791 2566 9 0 211727 0
[pid=18371/tid=18372] ppid=18370 vsize=868888 CPUtime=0.53
/proc/18371/task/18372/stat : 18372 (java) R 18370 18357 16897 0 -1 64 2597 0 1 0 52 1 0 0 19 0 9 0 21778224 889741312 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18373] ppid=18370 vsize=868888 CPUtime=0.26
/proc/18371/task/18373/stat : 18373 (java) R 18370 18357 16897 0 -1 64 4849 0 0 0 25 1 0 0 16 0 9 0 21778225 889741312 8791 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18374] ppid=18370 vsize=868888 CPUtime=0
/proc/18371/task/18374/stat : 18374 (java) S 18370 18357 16897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21778226 889741312 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18375] ppid=18370 vsize=868888 CPUtime=0
/proc/18371/task/18375/stat : 18375 (java) S 18370 18357 16897 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21778226 889741312 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18376] ppid=18370 vsize=868888 CPUtime=0
/proc/18371/task/18376/stat : 18376 (java) S 18370 18357 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21778228 889741312 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18377] ppid=18370 vsize=868888 CPUtime=0.15
/proc/18371/task/18377/stat : 18377 (java) S 18370 18357 16897 0 -1 64 1475 0 0 0 15 0 0 0 16 0 9 0 21778228 889741312 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18378] ppid=18370 vsize=868888 CPUtime=0
/proc/18371/task/18378/stat : 18378 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21778228 889741312 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18379] ppid=18370 vsize=868888 CPUtime=0
/proc/18371/task/18379/stat : 18379 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21778228 889741312 8791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 891112

[startup+6.30125 s]
/proc/loadavg: 1.78 1.94 1.98 3/92 18379
/proc/meminfo: memFree=1837488/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=1.52
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1305 12736 5 1 6 1 139 6 15 0 1 0 21778012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1111 409 3 0 796 0
[pid=18370] ppid=18357 vsize=5356 CPUtime=0
/proc/18370/stat : 18370 (sh) S 18357 18357 16897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21778223 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18370/statm: 1339 233 193 169 0 50 0
[pid=18371] ppid=18370 vsize=868748 CPUtime=4.14
/proc/18371/stat : 18371 (java) S 18370 18357 16897 0 -1 0 14279 0 3 0 405 9 0 0 18 0 9 0 21778223 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18371/statm: 217187 12936 2590 9 0 211664 0
[pid=18371/tid=18372] ppid=18370 vsize=868748 CPUtime=3.07
/proc/18371/task/18372/stat : 18372 (java) R 18370 18357 16897 0 -1 64 3075 0 3 0 304 3 0 0 25 0 9 0 21778224 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4126526395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18373] ppid=18370 vsize=868748 CPUtime=0.81
/proc/18371/task/18373/stat : 18373 (java) S 18370 18357 16897 0 -1 64 8974 0 0 0 77 4 0 0 16 0 9 0 21778225 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18374] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18374/stat : 18374 (java) S 18370 18357 16897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18375] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18375/stat : 18375 (java) S 18370 18357 16897 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18376] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18376/stat : 18376 (java) S 18370 18357 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18377] ppid=18370 vsize=868748 CPUtime=0.22
/proc/18371/task/18377/stat : 18377 (java) S 18370 18357 16897 0 -1 64 1527 0 0 0 22 0 0 0 16 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18378] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18378/stat : 18378 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18379] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18379/stat : 18379 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 890972

[startup+12.7028 s]
/proc/loadavg: 1.79 1.94 1.98 3/93 18380
/proc/meminfo: memFree=1807208/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=1.52
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1305 12736 5 1 6 1 139 6 15 0 1 0 21778012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1111 409 3 0 796 0
[pid=18370] ppid=18357 vsize=5356 CPUtime=0
/proc/18370/stat : 18370 (sh) S 18357 18357 16897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21778223 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18370/statm: 1339 233 193 169 0 50 0
[pid=18371] ppid=18370 vsize=868748 CPUtime=10.51
/proc/18371/stat : 18371 (java) S 18370 18357 16897 0 -1 0 14345 0 3 0 1041 10 0 0 18 0 9 0 21778223 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18371/statm: 217187 12936 2590 9 0 211664 0
[pid=18371/tid=18372] ppid=18370 vsize=868748 CPUtime=9.41
/proc/18371/task/18372/stat : 18372 (java) R 18370 18357 16897 0 -1 64 3141 0 3 0 938 3 0 0 25 0 9 0 21778224 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4126526422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18373] ppid=18370 vsize=868748 CPUtime=0.83
/proc/18371/task/18373/stat : 18373 (java) S 18370 18357 16897 0 -1 64 8974 0 0 0 79 4 0 0 16 0 9 0 21778225 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18374] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18374/stat : 18374 (java) S 18370 18357 16897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18375] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18375/stat : 18375 (java) S 18370 18357 16897 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18376] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18376/stat : 18376 (java) S 18370 18357 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18377] ppid=18370 vsize=868748 CPUtime=0.22
/proc/18371/task/18377/stat : 18377 (java) S 18370 18357 16897 0 -1 64 1527 0 0 0 22 0 0 0 16 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18378] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18378/stat : 18378 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18379] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18379/stat : 18379 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 890972

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

[startup+12.8028 s]
/proc/loadavg: 1.79 1.94 1.98 3/93 18380
/proc/meminfo: memFree=1807208/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=1.52
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1305 12736 5 1 6 1 139 6 15 0 1 0 21778012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1111 409 3 0 796 0
[pid=18370] ppid=18357 vsize=5356 CPUtime=0
/proc/18370/stat : 18370 (sh) S 18357 18357 16897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21778223 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18370/statm: 1339 233 193 169 0 50 0
[pid=18371] ppid=18370 vsize=868748 CPUtime=10.61
/proc/18371/stat : 18371 (java) S 18370 18357 16897 0 -1 0 14346 0 3 0 1051 10 0 0 18 0 9 0 21778223 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18371/statm: 217187 12936 2590 9 0 211664 0
[pid=18371/tid=18372] ppid=18370 vsize=868748 CPUtime=9.51
/proc/18371/task/18372/stat : 18372 (java) R 18370 18357 16897 0 -1 64 3142 0 3 0 948 3 0 0 25 0 9 0 21778224 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4127025754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18373] ppid=18370 vsize=868748 CPUtime=0.83
/proc/18371/task/18373/stat : 18373 (java) S 18370 18357 16897 0 -1 64 8974 0 0 0 79 4 0 0 16 0 9 0 21778225 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18374] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18374/stat : 18374 (java) S 18370 18357 16897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18375] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18375/stat : 18375 (java) S 18370 18357 16897 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18376] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18376/stat : 18376 (java) S 18370 18357 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18377] ppid=18370 vsize=868748 CPUtime=0.22
/proc/18371/task/18377/stat : 18377 (java) S 18370 18357 16897 0 -1 64 1527 0 0 0 22 0 0 0 16 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18378] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18378/stat : 18378 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18379] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18379/stat : 18379 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21778228 889597952 12936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 890972

[startup+16.0011 s]
/proc/loadavg: 1.81 1.94 1.98 3/93 18380
/proc/meminfo: memFree=1798896/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=1.52
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1305 12736 5 1 6 1 139 6 15 0 1 0 21778012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1111 409 3 0 796 0
[pid=18370] ppid=18357 vsize=5356 CPUtime=0
/proc/18370/stat : 18370 (sh) S 18357 18357 16897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21778223 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18370/statm: 1339 233 193 169 0 50 0
[pid=18371] ppid=18370 vsize=868748 CPUtime=13.78
/proc/18371/stat : 18371 (java) S 18370 18357 16897 0 -1 0 14438 0 3 0 1365 13 0 0 18 0 9 0 21778223 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18371/statm: 217187 12941 2590 9 0 211664 0
[pid=18371/tid=18372] ppid=18370 vsize=868748 CPUtime=12.63
/proc/18371/task/18372/stat : 18372 (java) R 18370 18357 16897 0 -1 64 3229 0 3 0 1257 6 0 0 25 0 9 0 21778224 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 102093950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18373] ppid=18370 vsize=868748 CPUtime=0.89
/proc/18371/task/18373/stat : 18373 (java) S 18370 18357 16897 0 -1 64 8974 0 0 0 84 5 0 0 16 0 9 0 21778225 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18374] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18374/stat : 18374 (java) S 18370 18357 16897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18375] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18375/stat : 18375 (java) S 18370 18357 16897 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18376] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18376/stat : 18376 (java) S 18370 18357 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21778228 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18377] ppid=18370 vsize=868748 CPUtime=0.23
/proc/18371/task/18377/stat : 18377 (java) S 18370 18357 16897 0 -1 64 1532 0 0 0 23 0 0 0 16 0 9 0 21778228 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18378] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18378/stat : 18378 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21778228 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18379] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18379/stat : 18379 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21778228 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.3
Current children cumulated vsize (KiB) 890972

[startup+19.2024 s]
/proc/loadavg: 1.81 1.94 1.98 3/93 18380
/proc/meminfo: memFree=1792624/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=1.52
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1305 12736 5 1 6 1 139 6 15 0 1 0 21778012 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1111 409 3 0 796 0
[pid=18370] ppid=18357 vsize=5356 CPUtime=0
/proc/18370/stat : 18370 (sh) S 18357 18357 16897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21778223 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18370/statm: 1339 233 193 169 0 50 0
[pid=18371] ppid=18370 vsize=868748 CPUtime=16.97
/proc/18371/stat : 18371 (java) S 18370 18357 16897 0 -1 0 14513 0 3 0 1681 16 0 0 18 0 9 0 21778223 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18371/statm: 217187 12941 2590 9 0 211664 0
[pid=18371/tid=18372] ppid=18370 vsize=868748 CPUtime=15.79
/proc/18371/task/18372/stat : 18372 (java) R 18370 18357 16897 0 -1 64 3304 0 3 0 1570 9 0 0 25 0 9 0 21778224 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4126527524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18373] ppid=18370 vsize=868748 CPUtime=0.91
/proc/18371/task/18373/stat : 18373 (java) S 18370 18357 16897 0 -1 64 8974 0 0 0 86 5 0 0 16 0 9 0 21778225 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18374] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18374/stat : 18374 (java) S 18370 18357 16897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18375] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18375/stat : 18375 (java) S 18370 18357 16897 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21778226 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18376] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18376/stat : 18376 (java) S 18370 18357 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21778228 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18377] ppid=18370 vsize=868748 CPUtime=0.23
/proc/18371/task/18377/stat : 18377 (java) S 18370 18357 16897 0 -1 64 1532 0 0 0 23 0 0 0 16 0 9 0 21778228 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18378] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18378/stat : 18378 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21778228 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18371/tid=18379] ppid=18370 vsize=868748 CPUtime=0
/proc/18371/task/18379/stat : 18379 (java) S 18370 18357 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21778228 889597952 12941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.49
Current children cumulated vsize (KiB) 890972

[startup+20.0015 s]
/proc/loadavg: 1.82 1.94 1.98 3/85 18382
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=18.97
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1371 27564 5 4 6 1 1865 25 15 0 1 0 21778012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1113 409 3 0 796 0
[pid=18381] ppid=18357 vsize=5356 CPUtime=0
/proc/18381/stat : 18381 (sh) S 18357 18357 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21779980 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18381/statm: 1339 232 193 169 0 50 0
[pid=18382] ppid=18381 vsize=31148 CPUtime=0.31
/proc/18382/stat : 18382 (minisat) R 18381 18357 16897 0 -1 4194304 7212 0 0 0 27 4 0 0 21 0 1 0 21779980 31895552 7199 996147200 134512640 135127466 4294956256 18446744073709551615 134801180 0 0 4096 3 0 0 0 17 1 0 0
/proc/18382/statm: 7787 7199 73 150 0 7634 0
Current children cumulated CPU time (s) 19.28
Current children cumulated vsize (KiB) 53372

[startup+20.4015 s]
/proc/loadavg: 1.82 1.94 1.98 3/85 18382
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=19.65
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1425 35400 5 4 6 2 1926 31 16 0 1 0 21778012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 19.65
Current children cumulated vsize (KiB) 16868

[startup+20.6015 s]
/proc/loadavg: 1.82 1.94 1.98 3/85 18382
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=19.65
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1443 35400 5 4 6 2 1926 31 16 0 1 0 21778012 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 19.65
Current children cumulated vsize (KiB) 16868

[startup+20.7015 s]
/proc/loadavg: 1.82 1.94 1.98 3/85 18382
/proc/meminfo: memFree=1819440/2055920 swapFree=4192812/4192956
[pid=18357] ppid=18355 vsize=16868 CPUtime=19.65
/proc/18357/stat : 18357 (sugar) S 18355 18357 16897 0 -1 4194304 1446 35400 5 4 6 2 1926 31 15 0 1 0 21778012 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18357/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 19.65
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 20.7477
CPU time (s): 20.007
CPU user time (s): 19.623
CPU system time (s): 0.383941
CPU usage (%): 96.4296
Max. virtual memory (cumulated for all children) (KiB): 891364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.623
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40918
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7718
involuntary context switches= 8165

runsolver used 0.033994 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-11 23:19:01
IDJOB=2068409
IDBENCH=54860
IDSOLVER=739
FILE ID=node43/2068409-1247347141
PBS_JOBID= 9506796
Free space on /tmp= 66184 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ttp/normalized-data-8-3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068409-1247347141/watcher-2068409-1247347141 -o /tmp/evaluation-result-2068409-1247347141/solver-2068409-1247347141 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2068409-1247347141.xml

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

MD5SUM BENCH= a80e9ca6f14152a808d5210c0080ccc5
RANDOM SEED=1715073529

node43.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.213
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	: 5931.00
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.213
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:       1900456 kB
Buffers:          4188 kB
Cached:          66124 kB
SwapCached:          0 kB
Active:          83176 kB
Inactive:        25032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9004 kB
Writeback:           0 kB
Mapped:          58352 kB
Slab:            32500 kB
Committed_AS:   219256 kB
PageTables:       1944 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= 66184 MiB
End job on node43 at 2009-07-11 23:19:22