Trace number 1091797

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+picosatSAT 345.198 348.574

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-14-26-13-7-6_glb.xml
MD5SUMe1820e75e057750598ad92ad496dc379
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.222
Satisfiable
(Un)Satisfiability was proved
Number of variables2730
Number of constraints2497
Maximum constraint arity26
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2366
Global constraints used (with number of constraints)weightedsum(131)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:59:46 2008
0.00/0.05	c 0	PID 21885
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091797-1215262786.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1091797-1215262786.xml' 'HOME/temp.csp'
0.03/0.67	c 1	1 domains, 2730 variables, 1 predicates, 0 relations, 2497 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.69	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.64/0.77	c 1	Parsing HOME/temp.csp
0.64/1.05	c 1	parsed 5229 expressions
0.64/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.64/1.06	c 1	Converting to clausal form CSP
0.64/1.09	c 1	converted 523 (10%) expressions
0.64/1.09	c 1	converted 1046 (20%) expressions
1.04/1.11	c 2	converted 1569 (30%) expressions
1.04/1.11	c 2	converted 2092 (40%) expressions
1.04/1.11	c 2	converted 2615 (50%) expressions
1.33/1.47	c 2	converted 3138 (60%) expressions
1.52/1.64	c 2	converted 3661 (70%) expressions
1.72/1.83	c 2	converted 4184 (80%) expressions
1.92/2.05	c 2	converted 4707 (90%) expressions
2.42/2.53	c 3	converted 5229 (100%) expressions
2.42/2.54	c 3	CSP : 13126 integers, 4732 booleans, 35250 clauses, largest domain size 14
2.42/2.54	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.42/2.54	c 3	Propagation in CSP
2.71/2.88	c 3	1456 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.71/2.89	c 3	CSP : 13126 integers, 4732 booleans, 35250 clauses, largest domain size 14
2.71/2.89	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.90	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.93	c 3	CSP : 13126 integers, 4732 booleans, 35250 clauses, largest domain size 14
2.81/2.93	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.08	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.02/3.11	c 4	1313 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.12	c 4	2626 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.12	c 4	3938 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.12	c 4	5251 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.12	c 4	6563 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.13	c 4	7876 (60%) CSP integer variables are encoded (966 clauses, 12622 bytes)
3.02/3.14	c 4	9189 (70%) CSP integer variables are encoded (4704 clauses, 67025 bytes)
3.02/3.14	c 4	10501 (80%) CSP integer variables are encoded (8314 clauses, 121175 bytes)
3.02/3.15	c 4	11814 (90%) CSP integer variables are encoded (11919 clauses, 175250 bytes)
3.02/3.16	c 4	13126 (100%) CSP integer variables are encoded (15540 clauses, 229565 bytes)
3.11/3.23	c 4	3525 (10%) CSP clauses are encoded (19065 clauses, 279548 bytes)
3.11/3.26	c 4	7050 (20%) CSP clauses are encoded (22590 clauses, 330257 bytes)
3.11/3.28	c 4	10575 (30%) CSP clauses are encoded (26115 clauses, 381656 bytes)
3.21/3.31	c 4	14100 (40%) CSP clauses are encoded (29640 clauses, 434179 bytes)
3.21/3.34	c 4	17625 (50%) CSP clauses are encoded (33165 clauses, 487053 bytes)
3.21/3.36	c 4	21150 (60%) CSP clauses are encoded (36690 clauses, 539929 bytes)
3.21/3.40	c 4	24675 (70%) CSP clauses are encoded (46131 clauses, 682966 bytes)
3.30/3.49	c 4	28200 (80%) CSP clauses are encoded (80036 clauses, 1291023 bytes)
3.40/3.58	c 4	31725 (90%) CSP clauses are encoded (112849 clauses, 1895972 bytes)
3.50/3.68	c 4	35250 (100%) CSP clauses are encoded (145672 clauses, 2502357 bytes)
3.50/3.68	c 4	35250 CSP clauses encoded
3.50/3.68	c 4	Writing map file : HOME/temp.map
3.60/3.73	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.73	c 4	SAT : 33398 SAT variables, 145672 SAT clauses, 2502357 bytes
3.60/3.73	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.79	c 4	SOLVING HOME/temp.cnf
3.60/3.79	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
344.52/347.94	c 348	DECODING HOME/temp.out WITH HOME/temp.map
344.52/347.94	c 348	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
344.57/348.03	c 348	Decoding HOME/temp.out
344.57/348.43	s SATISFIABLE
344.58/348.55	v 0 1 0 1 0 0 1 0 0 1 0 0 1 1 1 1 0 1 0 1 0 1 0 1 1 0 1 0 0 0 1 1 1 0 0 1 1 0 0 0 0 1 0 1 1 1 0 0 1 0 1 1 1 0 0 1 0 0 1 1 1 0 1 0 0 0 1 1 0 0 1 0 1 1 0 1 0 1 1 1 0 0 1 0 0 1 0 0 1 1 0 1 0 1 1 1 0 1 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 1 0 1 1 1 1 1 0 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 1 1 1 1 1 0 1 0 0 0 1 1 0 0 0 1 1 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 1 0 1 1 1 0 1 0 0 1 0 1 1 1 1 1 0 0 1 0 1 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1 0 0 0 1 1 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 1 1 1 0 1 0 0 1 1 0 1 1 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 1 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 1 0 1 0 0 1 0 1 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 1 1 0 0 1 0 0 0 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 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 1 0 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 1 0 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 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 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 1 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 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 1 1 1 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 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1 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 0 1 0 0 1 0 1 1 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 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 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 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 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 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 0 1 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 1 1 0 1 0
344.58/348.55	c 349	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
344.58/348.57	c 349	CPU 344.24 (0.05 0.02 344.19 0.91)
344.58/348.57	c 349	END Sat Jul  5 15:05:35 2008

Verifier Data (download as text)

OK

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-1091797-1215262786/watcher-1091797-1215262786 -o /tmp/evaluation-result-1091797-1215262786/solver-1091797-1215262786 -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-1091797-1215262786.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 21885
/proc/meminfo: memFree=1741656/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=12268 CPUtime=0
/proc/21885/stat : 21885 (sugar) R 21883 21885 21313 0 -1 4194304 331 0 0 0 0 0 0 0 23 0 1 0 647467920 12562432 299 996147200 4194304 4206940 548682068608 18446744073709551615 245500383296 0 0 4224 0 0 0 0 17 1 0 0
/proc/21885/statm: 3067 299 225 3 0 167 0

[startup+0.101233 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21885
/proc/meminfo: memFree=1741656/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=0.03
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 647467920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202243 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21885
/proc/meminfo: memFree=1741656/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=0.03
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 647467920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302254 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21885
/proc/meminfo: memFree=1741656/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=0.03
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 647467920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701298 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21885
/proc/meminfo: memFree=1741656/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=0.64
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 956 6865 0 1 3 0 56 5 16 0 1 0 647467920 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 21907
/proc/meminfo: memFree=1731456/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=0.64
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 974 6865 0 1 3 0 56 5 15 0 1 0 647467920 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 797 370 3 0 500 0
[pid=21898] ppid=21885 vsize=5356 CPUtime=0
/proc/21898/stat : 21898 (sh) S 21885 21885 21313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647467989 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21898/statm: 1339 233 193 169 0 50 0
[pid=21899] ppid=21898 vsize=868388 CPUtime=0.78
/proc/21899/stat : 21899 (java) S 21898 21885 21313 0 -1 0 7212 0 1 0 74 4 0 0 18 0 9 0 647467989 889229312 6445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21899/statm: 217097 6445 2541 9 0 211672 0
[pid=21899/tid=21900] ppid=21898 vsize=868388 CPUtime=0.46
/proc/21899/task/21900/stat : 21900 (java) R 21898 21885 21313 0 -1 64 2674 0 1 0 44 2 0 0 23 0 9 0 647467990 889229312 6445 996147200 134512640 134550740 4294955952 18446744073709551615 4126401472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21901] ppid=21898 vsize=868388 CPUtime=0.11
/proc/21899/task/21901/stat : 21901 (java) S 21898 21885 21313 0 -1 64 2378 0 0 0 10 1 0 0 16 0 9 0 647467991 889229312 6445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21902] ppid=21898 vsize=868388 CPUtime=0
/proc/21899/task/21902/stat : 21902 (java) S 21898 21885 21313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647467991 889229312 6445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21903] ppid=21898 vsize=868388 CPUtime=0
/proc/21899/task/21903/stat : 21903 (java) S 21898 21885 21313 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 647467991 889229312 6445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21904] ppid=21898 vsize=868388 CPUtime=0
/proc/21899/task/21904/stat : 21904 (java) S 21898 21885 21313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 647467993 889229312 6445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21905] ppid=21898 vsize=868388 CPUtime=0.2
/proc/21899/task/21905/stat : 21905 (java) S 21898 21885 21313 0 -1 64 1467 0 0 0 20 0 0 0 16 0 9 0 647467993 889229312 6445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21906] ppid=21898 vsize=868388 CPUtime=0
/proc/21899/task/21906/stat : 21906 (java) S 21898 21885 21313 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647467993 889229312 6445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21907] ppid=21898 vsize=868388 CPUtime=0
/proc/21899/task/21907/stat : 21907 (java) S 21898 21885 21313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647467993 889229312 6445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887344

[startup+3.10228 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 21907
/proc/meminfo: memFree=1713344/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=0.65
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 974 6865 0 1 4 0 56 5 15 0 1 0 647467920 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 797 370 3 0 500 0
[pid=21898] ppid=21885 vsize=5356 CPUtime=0
/proc/21898/stat : 21898 (sh) S 21885 21885 21313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647467989 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21898/statm: 1339 233 193 169 0 50 0
[pid=21899] ppid=21898 vsize=868500 CPUtime=2.37
/proc/21899/stat : 21899 (java) S 21898 21885 21313 0 -1 0 11988 0 1 0 228 9 0 0 18 0 9 0 647467989 889344000 10810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21899/statm: 217125 10810 2564 9 0 211672 0
[pid=21899/tid=21900] ppid=21898 vsize=868500 CPUtime=1.34
/proc/21899/task/21900/stat : 21900 (java) R 21898 21885 21313 0 -1 64 3038 0 1 0 131 3 0 0 23 0 9 0 647467990 889344000 10810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21901] ppid=21898 vsize=868500 CPUtime=0.74
/proc/21899/task/21901/stat : 21901 (java) S 21898 21885 21313 0 -1 64 6749 0 0 0 70 4 0 0 16 0 9 0 647467991 889344000 10810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21902] ppid=21898 vsize=868500 CPUtime=0
/proc/21899/task/21902/stat : 21902 (java) S 21898 21885 21313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647467991 889344000 10810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21903] ppid=21898 vsize=868500 CPUtime=0
/proc/21899/task/21903/stat : 21903 (java) S 21898 21885 21313 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 647467991 889344000 10810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21904] ppid=21898 vsize=868500 CPUtime=0
/proc/21899/task/21904/stat : 21904 (java) S 21898 21885 21313 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 647467993 889344000 10810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21905] ppid=21898 vsize=868500 CPUtime=0.26
/proc/21899/task/21905/stat : 21905 (java) S 21898 21885 21313 0 -1 64 1508 0 0 0 26 0 0 0 15 0 9 0 647467993 889344000 10810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21906] ppid=21898 vsize=868500 CPUtime=0
/proc/21899/task/21906/stat : 21906 (java) S 21898 21885 21313 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647467993 889344000 10810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21899/tid=21907] ppid=21898 vsize=868500 CPUtime=0
/proc/21899/task/21907/stat : 21907 (java) S 21898 21885 21313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647467993 889344000 10810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887456

[startup+6.30187 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 21909
/proc/meminfo: memFree=1730176/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=9444 CPUtime=2.47
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 1733 0 0 0 184 63 0 0 25 0 1 0 647468299 9670656 1711 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 2361 1711 42 102 0 2256 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 28400

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 21909
/proc/meminfo: memFree=1727872/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=11300 CPUtime=8.81
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 2222 0 0 0 817 64 0 0 25 0 1 0 647468299 11571200 2184 996147200 134512640 134931368 4294956256 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 2825 2184 48 102 0 2720 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 30256

[startup+25.5028 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 21909
/proc/meminfo: memFree=1726400/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=12864 CPUtime=21.49
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 2611 0 0 0 2084 65 0 0 25 0 1 0 647468299 13172736 2573 996147200 134512640 134931368 4294956256 18446744073709551615 134530859 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 3216 2573 48 102 0 3111 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 31820

[startup+51.1024 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 21909
/proc/meminfo: memFree=1725312/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=14056 CPUtime=46.85
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 2905 0 0 0 4620 65 0 0 25 0 1 0 647468299 14393344 2867 996147200 134512640 134931368 4294956256 18446744073709551615 134520104 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 3514 2867 48 102 0 3409 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 33012

[startup+102.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 21915
/proc/meminfo: memFree=1722488/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=16644 CPUtime=97.56
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 3669 0 0 0 9690 66 0 0 25 0 1 0 647468299 17043456 3527 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 4161 3527 48 102 0 4056 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 35600

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1720056/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=18884 CPUtime=156.99
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 4403 0 0 0 15633 66 0 0 25 0 1 0 647468299 19337216 4097 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 4721 4097 48 102 0 4616 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 37840

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1718200/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=20600 CPUtime=216.43
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 5040 0 0 0 21577 66 0 0 25 0 1 0 647468299 21094400 4543 996147200 134512640 134931368 4294956256 18446744073709551615 134522899 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 5150 4543 48 102 0 5045 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 39556

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1716792/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=22448 CPUtime=275.87
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 5673 0 0 0 27520 67 0 0 25 0 1 0 647468299 22986752 5014 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 5612 5014 48 102 0 5507 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 41404

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1713592/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=25696 CPUtime=335.31
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 6476 0 0 0 33463 68 0 0 25 0 1 0 647468299 26312704 5699 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 6424 5699 48 102 0 6319 0
Current children cumulated CPU time (s) 338.97
Current children cumulated vsize (KiB) 44652

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

[startup+342.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1713592/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=25696 CPUtime=335.41
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 6476 0 0 0 33473 68 0 0 25 0 1 0 647468299 26312704 5699 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 6424 5699 48 102 0 6319 0
Current children cumulated CPU time (s) 339.07
Current children cumulated vsize (KiB) 44652

[startup+345.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1713592/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=25696 CPUtime=338.58
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 6476 0 0 0 33790 68 0 0 25 0 1 0 647468299 26312704 5699 996147200 134512640 134931368 4294956256 18446744073709551615 134544814 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 6424 5699 48 102 0 6319 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 44652

[startup+347.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1713592/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=3.66
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1022 19240 0 2 4 0 344 18 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
[pid=21908] ppid=21885 vsize=5356 CPUtime=0
/proc/21908/stat : 21908 (sh) S 21885 21885 21313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647468299 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21908/statm: 1339 232 193 169 0 50 0
[pid=21909] ppid=21908 vsize=25696 CPUtime=340.16
/proc/21909/stat : 21909 (picosat) R 21908 21885 21313 0 -1 4194304 6476 0 0 0 33948 68 0 0 25 0 1 0 647468299 26312704 5699 996147200 134512640 134931368 4294956256 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 1 0 0
/proc/21909/statm: 6424 5699 48 102 0 6319 0
Current children cumulated CPU time (s) 343.82
Current children cumulated vsize (KiB) 44652

[startup+348.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1713592/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=344.57
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1073 26008 0 2 4 1 34366 86 17 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 344.57
Current children cumulated vsize (KiB) 13600

[startup+348.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1713592/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=344.57
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1091 26008 0 2 4 1 34366 86 16 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 344.57
Current children cumulated vsize (KiB) 13600

[startup+348.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21915
/proc/meminfo: memFree=1713592/2055920 swapFree=4179840/4192956
[pid=21885] ppid=21883 vsize=13600 CPUtime=344.58
/proc/21885/stat : 21885 (sugar) S 21883 21885 21313 0 -1 4194304 1091 26008 0 2 5 1 34366 86 15 0 1 0 647467920 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21885/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 344.58
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 348.574
CPU time (s): 345.198
CPU user time (s): 344.256
CPU system time (s): 0.941856
CPU usage (%): 99.0313
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 344.256
system time used= 0.941856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31201
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= 6576
involuntary context switches= 13851

runsolver used 0.402938 second user time and 1.19382 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-05 14:59:46
IDJOB=1091797
IDBENCH=58577
IDSOLVER=345
FILE ID=node17/1091797-1215262786
PBS_JOBID= 7882105
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-14-26-13-7-6_glb.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-1091797-1215262786/watcher-1091797-1215262786 -o /tmp/evaluation-result-1091797-1215262786/solver-1091797-1215262786 -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-1091797-1215262786.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e1820e75e057750598ad92ad496dc379
RANDOM SEED=2125863498

node17.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.234
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.234
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:       1742136 kB
Buffers:         28092 kB
Cached:         209216 kB
SwapCached:       7220 kB
Active:         129432 kB
Inactive:       133148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742136 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          32748 kB
Slab:            36528 kB
Committed_AS:  1118856 kB
PageTables:       1848 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= 66404 MiB
End job on node17 at 2008-07-05 15:05:35