Trace number 2068419

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+picosatSAT 83.3783 124.87

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-circ-10-3.xml
MD5SUM11f7abfc110ac22ef81d83cb5f40489e
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 benchmark55.3816
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints43070
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43070
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 23:19:45 2009
0.00/0.07	c 0	PID 15242
0.00/0.07	c 0	HOST node77.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2068419-1247347184.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068419-1247347184.xml' 'HOME/temp.csp'
2.34/2.42	c 2	1 domains, 2700 variables, 23 predicates, 0 relations, 43070 constraints
2.34/2.48	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.34/2.48	c 2	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'
2.39/2.55	c 2	Parsing HOME/temp.csp
2.39/2.75	c 3	parsed 10000 expressions
2.39/2.90	c 3	parsed 20000 expressions
2.39/3.11	c 3	parsed 30000 expressions
3.48/3.62	c 3	parsed 40000 expressions
3.68/3.85	c 4	parsed 45794 expressions
3.68/3.86	c 4	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.68/3.86	c 4	Converting to clausal form CSP
3.97/4.13	c 4	converted 4580 (10%) expressions
4.07/4.26	c 4	converted 9159 (20%) expressions
4.47/4.63	c 4	converted 13739 (30%) expressions
4.57/4.75	c 5	converted 18318 (40%) expressions
4.67/4.88	c 5	converted 22897 (50%) expressions
4.96/5.11	c 5	converted 27477 (60%) expressions
5.26/5.45	c 5	converted 32056 (70%) expressions
6.05/6.28	c 6	converted 36636 (80%) expressions
8.43/8.62	c 8	converted 41215 (90%) expressions
10.60/10.89	c 11	converted 45794 (100%) expressions
10.70/10.90	c 11	CSP : 34830 integers, 0 booleans, 107330 clauses, largest domain size 22
10.70/10.90	c 11	Heap : 100 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.70/10.90	c 11	Propagation in CSP
11.89/12.19	c 12	2700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.89/12.20	c 12	CSP : 34830 integers, 0 booleans, 107330 clauses, largest domain size 22
11.89/12.20	c 12	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.99/12.24	c 12	Simplifing CSP by introducing new Boolean variables
11.99/12.28	c 12	CSP : 34830 integers, 0 booleans, 107330 clauses, largest domain size 22
11.99/12.28	c 12	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.48/12.74	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.48/12.78	c 13	3483 (10%) CSP integer variables are encoded (7047 clauses, 92630 bytes)
12.58/12.82	c 13	6966 (20%) CSP integer variables are encoded (38394 clauses, 562835 bytes)
12.58/12.87	c 13	10449 (30%) CSP integer variables are encoded (73170 clauses, 1084475 bytes)
12.67/12.92	c 13	13932 (40%) CSP integer variables are encoded (110592 clauses, 1690766 bytes)
12.67/12.97	c 13	17415 (50%) CSP integer variables are encoded (150660 clauses, 2371922 bytes)
12.78/13.02	c 13	20898 (60%) CSP integer variables are encoded (193374 clauses, 3098060 bytes)
12.78/13.08	c 13	24381 (70%) CSP integer variables are encoded (238734 clauses, 3869180 bytes)
12.87/13.15	c 13	27864 (80%) CSP integer variables are encoded (287496 clauses, 4698134 bytes)
12.97/13.21	c 13	31347 (90%) CSP integer variables are encoded (335160 clauses, 5508422 bytes)
12.97/13.25	c 13	34830 (100%) CSP integer variables are encoded (366930 clauses, 6048512 bytes)
13.06/13.39	c 13	10733 (10%) CSP clauses are encoded (377663 clauses, 6203773 bytes)
13.27/13.53	c 13	21466 (20%) CSP clauses are encoded (389644 clauses, 6413465 bytes)
29.40/29.86	c 30	32199 (30%) CSP clauses are encoded (468501 clauses, 7632860 bytes)
34.15/34.67	c 34	42932 (40%) CSP clauses are encoded (664436 clauses, 11395900 bytes)
35.24/35.72	c 36	53665 (50%) CSP clauses are encoded (924949 clauses, 16707486 bytes)
36.43/36.96	c 37	64398 (60%) CSP clauses are encoded (1247376 clauses, 23859088 bytes)
38.02/38.54	c 38	75131 (70%) CSP clauses are encoded (1650709 clauses, 33034958 bytes)
40.08/40.68	c 40	85864 (80%) CSP clauses are encoded (2167862 clauses, 45233850 bytes)
42.85/43.44	c 43	96597 (90%) CSP clauses are encoded (2790045 clauses, 60120909 bytes)
45.63/46.30	c 46	107330 (100%) CSP clauses are encoded (3367950 clauses, 73946910 bytes)
45.63/46.30	c 46	107330 CSP clauses encoded
45.63/46.30	c 46	Writing map file : HOME/temp.map
45.72/46.32	c 46	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
45.72/46.32	c 46	SAT : 401760 SAT variables, 3367950 SAT clauses, 73946910 bytes
45.72/46.32	c 46	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
45.72/46.37	c 46	SOLVING HOME/temp.cnf
45.72/46.37	c 46	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
82.54/83.54	c 83	DECODING HOME/temp.out WITH HOME/temp.map
82.54/83.54	c 83	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'
82.61/107.10	c 107	Decoding HOME/temp.out
82.61/107.64	s SATISFIABLE
83.26/107.73	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 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 0 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 0 0 0 1 0 0 0 1 0 0 0 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 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 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 0 0 1 0 0 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 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 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 0 0 0 1 0 0 0 1 0 0 0 0 0 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 0 0 1 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 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 0 0 1 0 0 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 1 0 0 0 0 0 0 0 0 0 1 0 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 0 0 1 0 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 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 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 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 1 0 0 0 0 0 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 0 0 0 0 1 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 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 0 1 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 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 0 0 0 0 0 1 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 0 0 0 0 0 1 0 0 0 1 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 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 0 0 1 0 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 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 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 0 0 1 0 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 0 0 0 1 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 0 0 0 0 0 1 0 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 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 0 0 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 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 1 0 0 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 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 0 1 0 0 0 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 0 0 0 0 1 0 0 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 0 0 0 0 1 0 0 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 0 1 0 0 0 0 0 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 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 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 0 1 0 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 0 1 0 0 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 1 0 0 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 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 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 0 0 1 0 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 1 0 0 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 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 0 0 1 0 0 1 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 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 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 1 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 1 0 0 0 0 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 0 0 0 0 1 1 0 0 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 1 1 0 1 0 1 1 1 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 0 0 1 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 1 1 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 1 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 1 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 0 0 0 1 0 0 0 0 0 0 1 0 1 1 0 1 0 1 1 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 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 1 0 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 1 0 1 1 1 0 0 1 0 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 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 0 0 1 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 1 1 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 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 1 0 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 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 1 0 1 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 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 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 0 0 0 1 0 1 1 1 1 0 1 1 0 0 0 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 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 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 1 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 0 0 1 1 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 1
83.26/107.74	c 108	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
83.26/107.77	c 108	CPU 83.31 (0.06 0.03 65.57 17.65)
83.26/107.77	c 108	END Sat Jul 11 23:21:33 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-2068419-1247347184/watcher-2068419-1247347184 -o /tmp/evaluation-result-2068419-1247347184/solver-2068419-1247347184 -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-2068419-1247347184.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.59 2.33 2.12 4/76 15242
/proc/meminfo: memFree=1133632/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=12272 CPUtime=0
/proc/15242/stat : 15242 (sugar) R 15240 15242 13920 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21783693 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228052745214 0 0 4224 0 0 0 0 17 1 0 0
/proc/15242/statm: 3068 327 246 3 0 168 0

[startup+0.014342 s]
/proc/loadavg: 2.59 2.33 2.12 4/76 15242
/proc/meminfo: memFree=1133632/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=12544 CPUtime=0
/proc/15242/stat : 15242 (sugar) R 15240 15242 13920 0 -1 4194304 486 0 0 0 0 0 0 0 18 0 1 0 21783693 12845056 454 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 1 0 0
/proc/15242/statm: 3136 454 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.102366 s]
/proc/loadavg: 2.59 2.33 2.12 4/76 15242
/proc/meminfo: memFree=1133632/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=0.06
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21783693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15242/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302405 s]
/proc/loadavg: 2.59 2.33 2.12 4/76 15242
/proc/meminfo: memFree=1133632/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=0.06
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21783693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15242/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702482 s]
/proc/loadavg: 2.59 2.33 2.12 4/76 15242
/proc/meminfo: memFree=1133632/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=0.06
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21783693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15242/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50164 s]
/proc/loadavg: 2.59 2.33 2.12 3/87 15254
/proc/meminfo: memFree=1095784/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=0.06
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21783693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15242/statm: 4217 1111 409 3 0 796 0
[pid=15245] ppid=15242 vsize=5356 CPUtime=0
/proc/15245/stat : 15245 (sh) S 15242 15242 13920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21783700 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15245/statm: 1339 233 193 169 0 50 0
[pid=15246] ppid=15245 vsize=864776 CPUtime=1.4
/proc/15246/stat : 15246 (java) S 15245 15242 13920 0 -1 0 19464 0 1 0 131 9 0 0 19 0 9 0 21783700 885530624 16528 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15246/statm: 216194 16528 2556 9 0 210706 0
[pid=15246/tid=15247] ppid=15245 vsize=864776 CPUtime=0.69
/proc/15246/task/15247/stat : 15247 (java) R 15245 15242 13920 0 -1 64 3361 0 1 0 67 2 0 0 25 0 9 0 21783701 885530624 16528 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15246/tid=15248] ppid=15245 vsize=864776 CPUtime=0.57
/proc/15246/task/15248/stat : 15248 (java) R 15245 15242 13920 0 -1 64 14887 0 0 0 52 5 0 0 16 0 9 0 21783703 885530624 16528 996147200 134512640 134550932 4294955984 18446744073709551615 102709375 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15246/tid=15249] ppid=15245 vsize=864776 CPUtime=0
/proc/15246/task/15249/stat : 15249 (java) S 15245 15242 13920 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21783703 885530624 16528 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15246/tid=15250] ppid=15245 vsize=864776 CPUtime=0
/proc/15246/task/15250/stat : 15250 (java) S 15245 15242 13920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 21783703 885530624 16528 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15246/tid=15251] ppid=15245 vsize=864776 CPUtime=0
/proc/15246/task/15251/stat : 15251 (java) S 15245 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21783705 885530624 16528 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15246/tid=15252] ppid=15245 vsize=864776 CPUtime=0.11
/proc/15246/task/15252/stat : 15252 (java) S 15245 15242 13920 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 21783705 885530624 16528 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15246/tid=15253] ppid=15245 vsize=864776 CPUtime=0
/proc/15246/task/15253/stat : 15253 (java) S 15245 15242 13920 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21783705 885530624 16528 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15246/tid=15254] ppid=15245 vsize=864776 CPUtime=0
/proc/15246/task/15254/stat : 15254 (java) S 15245 15242 13920 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21783705 885530624 16528 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887000

[startup+3.10196 s]
/proc/loadavg: 2.59 2.33 2.12 3/87 15254
/proc/meminfo: memFree=1057064/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=2.39
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1309 24234 0 1 5 1 219 14 16 0 1 0 21783693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15242/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30159 s]
/proc/loadavg: 2.62 2.34 2.13 3/87 15264
/proc/meminfo: memFree=1063216/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=2.39
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1309 24234 0 1 5 1 219 14 16 0 1 0 21783693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15242/statm: 4217 1111 409 3 0 796 0
[pid=15255] ppid=15242 vsize=5356 CPUtime=0
/proc/15255/stat : 15255 (sh) S 15242 15242 13920 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21783941 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15255/statm: 1339 233 193 169 0 50 0
[pid=15256] ppid=15255 vsize=868640 CPUtime=3.76
/proc/15256/stat : 15256 (java) S 15255 15242 13920 0 -1 0 21813 0 1 0 365 11 0 0 20 0 9 0 21783941 889487360 20353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15256/statm: 217160 20353 2566 9 0 211665 0
[pid=15256/tid=15257] ppid=15255 vsize=868640 CPUtime=2.5
/proc/15256/task/15257/stat : 15257 (java) R 15255 15242 13920 0 -1 64 3209 0 1 0 247 3 0 0 25 0 9 0 21783942 889487360 20353 996147200 134512640 134550932 4294955936 18446744073709551615 4126409822 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15258] ppid=15255 vsize=868640 CPUtime=1.07
/proc/15256/task/15258/stat : 15258 (java) S 15255 15242 13920 0 -1 64 16411 0 0 0 100 7 0 0 16 0 9 0 21783943 889487360 20353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15259] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15259/stat : 15259 (java) S 15255 15242 13920 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21783944 889487360 20353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15260] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15260/stat : 15260 (java) S 15255 15242 13920 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21783944 889487360 20353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15261] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15261/stat : 15261 (java) S 15255 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21783946 889487360 20353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15262] ppid=15255 vsize=868640 CPUtime=0.17
/proc/15256/task/15262/stat : 15262 (java) S 15255 15242 13920 0 -1 64 1489 0 0 0 17 0 0 0 16 0 9 0 21783946 889487360 20353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15263] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15263/stat : 15263 (java) S 15255 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21783946 889487360 20353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15264] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15264/stat : 15264 (java) S 15255 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21783946 889487360 20353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890864

[startup+12.7029 s]
/proc/loadavg: 2.73 2.37 2.14 3/87 15264
/proc/meminfo: memFree=1007856/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=2.39
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1310 24234 0 1 5 1 219 14 15 0 1 0 21783693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15242/statm: 4217 1111 409 3 0 796 0
[pid=15255] ppid=15242 vsize=5356 CPUtime=0
/proc/15255/stat : 15255 (sh) S 15242 15242 13920 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21783941 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15255/statm: 1339 233 193 169 0 50 0
[pid=15256] ppid=15255 vsize=868640 CPUtime=10.09
/proc/15256/stat : 15256 (java) S 15255 15242 13920 0 -1 0 45923 0 1 0 986 23 0 0 20 0 9 0 21783941 889487360 31990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15256/statm: 217160 31990 2567 9 0 211665 0
[pid=15256/tid=15257] ppid=15255 vsize=868640 CPUtime=7.17
/proc/15256/task/15257/stat : 15257 (java) R 15255 15242 13920 0 -1 64 3801 0 1 0 713 4 0 0 25 0 9 0 21783942 889487360 31990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15258] ppid=15255 vsize=868640 CPUtime=2.71
/proc/15256/task/15258/stat : 15258 (java) S 15255 15242 13920 0 -1 64 39919 0 0 0 253 18 0 0 16 0 9 0 21783943 889487360 31990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15259] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15259/stat : 15259 (java) S 15255 15242 13920 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21783944 889487360 31990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15260] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15260/stat : 15260 (java) S 15255 15242 13920 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21783944 889487360 31990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15261] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15261/stat : 15261 (java) S 15255 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21783946 889487360 31990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15262] ppid=15255 vsize=868640 CPUtime=0.18
/proc/15256/task/15262/stat : 15262 (java) R 15255 15242 13920 0 -1 64 1499 0 0 0 18 0 0 0 16 0 9 0 21783946 889487360 31990 996147200 134512640 134550932 4294955936 18446744073709551615 101586481 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15263] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15263/stat : 15263 (java) S 15255 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21783946 889487360 31990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15264] ppid=15255 vsize=868640 CPUtime=0
/proc/15256/task/15264/stat : 15264 (java) S 15255 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21783946 889487360 31990 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890864

[startup+25.5024 s]
/proc/loadavg: 2.92 2.43 2.16 3/88 15265
/proc/meminfo: memFree=1000296/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=2.39
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1310 24234 0 1 5 1 219 14 16 0 1 0 21783693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15242/statm: 4217 1111 409 3 0 796 0
[pid=15255] ppid=15242 vsize=5356 CPUtime=0
/proc/15255/stat : 15255 (sh) S 15242 15242 13920 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 21783941 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15255/statm: 1339 233 193 169 0 50 0
[pid=15256] ppid=15255 vsize=868752 CPUtime=22.75
/proc/15256/stat : 15256 (java) S 15255 15242 13920 0 -1 0 46082 0 1 0 2247 28 0 0 20 0 9 0 21783941 889602048 32057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15256/statm: 217188 32057 2591 9 0 211665 0
[pid=15256/tid=15257] ppid=15255 vsize=868752 CPUtime=19.74
/proc/15256/task/15257/stat : 15257 (java) R 15255 15242 13920 0 -1 64 3929 0 1 0 1966 8 0 0 25 0 9 0 21783942 889602048 32057 996147200 134512640 134550932 4294955936 18446744073709551615 4126554168 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15258] ppid=15255 vsize=868752 CPUtime=2.76
/proc/15256/task/15258/stat : 15258 (java) S 15255 15242 13920 0 -1 64 39919 0 0 0 258 18 0 0 16 0 9 0 21783943 889602048 32057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15259] ppid=15255 vsize=868752 CPUtime=0
/proc/15256/task/15259/stat : 15259 (java) S 15255 15242 13920 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21783944 889602048 32057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15260] ppid=15255 vsize=868752 CPUtime=0
/proc/15256/task/15260/stat : 15260 (java) S 15255 15242 13920 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21783944 889602048 32057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15261] ppid=15255 vsize=868752 CPUtime=0
/proc/15256/task/15261/stat : 15261 (java) S 15255 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21783946 889602048 32057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15262] ppid=15255 vsize=868752 CPUtime=0.22
/proc/15256/task/15262/stat : 15262 (java) S 15255 15242 13920 0 -1 64 1530 0 0 0 22 0 0 0 16 0 9 0 21783946 889602048 32057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15263] ppid=15255 vsize=868752 CPUtime=0
/proc/15256/task/15263/stat : 15263 (java) S 15255 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21783946 889602048 32057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15256/tid=15264] ppid=15255 vsize=868752 CPUtime=0
/proc/15256/task/15264/stat : 15264 (java) S 15255 15242 13920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21783946 889602048 32057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890976

[startup+51.1024 s]
/proc/loadavg: 3.01 2.49 2.19 3/80 15267
/proc/meminfo: memFree=1008424/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=45.78
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1365 70945 0 2 6 1 4488 83 17 0 1 0 21783693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15242/statm: 4217 1113 409 3 0 796 0
[pid=15266] ppid=15242 vsize=5356 CPUtime=0
/proc/15266/stat : 15266 (sh) S 15242 15242 13920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21788331 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15266/statm: 1339 232 193 169 0 50 0
[pid=15267] ppid=15266 vsize=52500 CPUtime=4.68
/proc/15267/stat : 15267 (picosat) R 15266 15242 13920 0 -1 4194304 11141 0 0 0 217 251 0 0 25 0 1 0 21788331 53760000 11127 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15267/statm: 13125 11127 40 102 0 13020 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 74724

[startup+102.307 s]
/proc/loadavg: 3.30 2.64 2.25 2/79 15268
/proc/meminfo: memFree=1048304/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=82.61
/proc/15242/stat : 15242 (sugar) S 15240 15242 13920 0 -1 4194304 1428 105732 0 2 6 2 6491 1762 17 0 1 0 21783693 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15242/statm: 4217 1113 409 3 0 796 0
[pid=15268] ppid=15242 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) D 15242 15242 13920 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 0 21792048 5484544 145 996147200 4194304 4889804 548682068752 18446744073709551615 228044013650 0 0 4096 0 18446744072099202260 0 0 17 0 0 0
/proc/15268/statm: 1339 145 118 169 0 50 0
Current children cumulated CPU time (s) 82.61
Current children cumulated vsize (KiB) 22224

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

[startup+115.101 s]
/proc/loadavg: 3.46 2.71 2.28 2/78 15277
/proc/meminfo: memFree=1090808/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=83.33
/proc/15242/stat : 15242 (sugar) D 15240 15242 13920 0 -1 4194304 1479 109869 0 3 6 5 6557 1765 15 0 1 0 21783693 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15242/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 83.33
Current children cumulated vsize (KiB) 16868

[startup+121.501 s]
/proc/loadavg: 3.50 2.73 2.29 2/78 15277
/proc/meminfo: memFree=1126584/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=83.36
/proc/15242/stat : 15242 (sugar) D 15240 15242 13920 0 -1 4194304 1479 109869 0 3 6 8 6557 1765 15 0 1 0 21783693 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/15242/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 83.36
Current children cumulated vsize (KiB) 16868

[startup+123.102 s]
/proc/loadavg: 3.54 2.75 2.30 2/78 15277
/proc/meminfo: memFree=1126648/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=83.36
/proc/15242/stat : 15242 (sugar) D 15240 15242 13920 0 -1 4194304 1479 109869 0 3 6 8 6557 1765 15 0 1 0 21783693 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/15242/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 83.36
Current children cumulated vsize (KiB) 16868

[startup+123.902 s]
/proc/loadavg: 3.54 2.75 2.30 2/78 15277
/proc/meminfo: memFree=1126648/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=83.36
/proc/15242/stat : 15242 (sugar) D 15240 15242 13920 0 -1 4194304 1479 109869 0 3 6 8 6557 1765 15 0 1 0 21783693 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/15242/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 83.36
Current children cumulated vsize (KiB) 16868

[startup+124.306 s]
/proc/loadavg: 3.54 2.75 2.30 2/78 15277
/proc/meminfo: memFree=1126712/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=83.36
/proc/15242/stat : 15242 (sugar) D 15240 15242 13920 0 -1 4194304 1479 109869 0 3 6 8 6557 1765 15 0 1 0 21783693 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/15242/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 83.36
Current children cumulated vsize (KiB) 16868

[startup+124.702 s]
/proc/loadavg: 3.54 2.75 2.30 2/78 15277
/proc/meminfo: memFree=1126712/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=83.36
/proc/15242/stat : 15242 (sugar) D 15240 15242 13920 0 -1 4194304 1479 109869 0 3 6 8 6557 1765 15 0 1 0 21783693 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/15242/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 83.36
Current children cumulated vsize (KiB) 16868

[startup+124.802 s]
/proc/loadavg: 3.54 2.75 2.30 2/78 15277
/proc/meminfo: memFree=1126712/2055920 swapFree=4192948/4192956
[pid=15242] ppid=15240 vsize=16868 CPUtime=83.36
/proc/15242/stat : 15242 (sugar) D 15240 15242 13920 0 -1 4194304 1479 109869 0 3 6 8 6557 1765 15 0 1 0 21783693 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/15242/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 83.36
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 124.87
CPU time (s): 83.3783
CPU user time (s): 65.642
CPU system time (s): 17.7363
CPU usage (%): 66.7718
Max. virtual memory (cumulated for all children) (KiB): 912356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.642
system time used= 17.7363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111408
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11766
involuntary context switches= 13410

runsolver used 0.13098 second user time and 0.39294 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-11 23:19:45
IDJOB=2068419
IDBENCH=54863
IDSOLVER=738
FILE ID=node77/2068419-1247347184
PBS_JOBID= 9506719
Free space on /tmp= 66148 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/ttp/normalized-circ-10-3.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-2068419-1247347184/watcher-2068419-1247347184 -o /tmp/evaluation-result-2068419-1247347184/solver-2068419-1247347184 -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-2068419-1247347184.xml

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

MD5SUM BENCH= 11f7abfc110ac22ef81d83cb5f40489e
RANDOM SEED=2034680090

node77.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1134048 kB
Buffers:         57836 kB
Cached:         746664 kB
SwapCached:          8 kB
Active:         149464 kB
Inactive:       718088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1134048 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:           10236 kB
Writeback:           0 kB
Mapped:          72228 kB
Slab:            39552 kB
Committed_AS:   273100 kB
PageTables:       1876 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= 66148 MiB
End job on node77 at 2009-07-11 23:21:50