Trace number 1042289

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 542.258 547.807

General information on the benchmark

Namecsp/allsquares/
normalized-squares-33-33.xml
MD5SUMd3e9fb88cfd1b07e17afb6e1c39c5e12
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark542.258
Satisfiable
(Un)Satisfiability was proved
Number of variables2178
Number of constraints2643
Maximum constraint arity33
Maximum domain size113
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)cumulative(2),weightedsum(528)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Wed Jul  2 14:49:33 2008
0.00/0.05	c 0	PID 30547
0.03/0.05	c 0	HOST node12.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1042289-1215002973.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042289-1215002973.xml' 'HOME/temp.csp'
0.03/0.81	c 1	34 domains, 2178 variables, 2 predicates, 0 relations, 2643 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	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.79/0.92	c 1	Parsing HOME/temp.csp
1.04/1.19	c 1	parsed 4857 expressions
1.04/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.19	c 1	Converting to clausal form CSP
1.13/1.22	c 1	converted 486 (10%) expressions
1.13/1.23	c 1	converted 972 (20%) expressions
1.13/1.23	c 1	converted 1458 (30%) expressions
1.13/1.24	c 1	converted 1943 (40%) expressions
1.33/1.41	c 1	converted 2429 (50%) expressions
1.33/1.47	c 2	converted 2915 (60%) expressions
1.43/1.51	c 2	converted 3400 (70%) expressions
1.43/1.56	c 2	converted 3886 (80%) expressions
1.53/1.64	c 2	converted 4372 (90%) expressions
3.11/3.30	c 3	converted 4857 (100%) expressions
3.21/3.31	c 3	CSP : 16642 integers, 5134 booleans, 44095 clauses, largest domain size 290
3.21/3.31	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.31	c 3	Propagation in CSP
3.40/3.56	c 4	83928 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.40/3.57	c 4	CSP : 16642 integers, 5134 booleans, 44095 clauses, largest domain size 114
3.40/3.57	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.59	c 4	Simplifing CSP by introducing new Boolean variables
3.51/3.61	c 4	CSP : 16642 integers, 5134 booleans, 44095 clauses, largest domain size 114
3.51/3.61	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.70/3.80	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.70/3.85	c 4	1665 (10%) CSP integer variables are encoded (6190 clauses, 78341 bytes)
3.70/3.88	c 4	3329 (20%) CSP integer variables are encoded (28788 clauses, 414176 bytes)
3.80/3.92	c 4	4993 (30%) CSP integer variables are encoded (60950 clauses, 896606 bytes)
3.80/3.96	c 4	6657 (40%) CSP integer variables are encoded (93112 clauses, 1379036 bytes)
3.90/4.00	c 4	8321 (50%) CSP integer variables are encoded (122997 clauses, 1886696 bytes)
3.90/4.04	c 4	9986 (60%) CSP integer variables are encoded (153531 clauses, 2405774 bytes)
3.90/4.08	c 4	11650 (70%) CSP integer variables are encoded (185693 clauses, 2952528 bytes)
4.00/4.13	c 4	13314 (80%) CSP integer variables are encoded (218418 clauses, 3508853 bytes)
4.00/4.17	c 4	14978 (90%) CSP integer variables are encoded (249194 clauses, 4032045 bytes)
4.09/4.21	c 4	16642 (100%) CSP integer variables are encoded (278782 clauses, 4535041 bytes)
4.69/4.85	c 5	4410 (10%) CSP clauses are encoded (610847 clauses, 10536753 bytes)
7.06/7.23	c 7	8819 (20%) CSP clauses are encoded (1897942 clauses, 37640872 bytes)
9.12/9.34	c 9	13229 (30%) CSP clauses are encoded (3015230 clauses, 61343013 bytes)
11.20/11.47	c 12	17638 (40%) CSP clauses are encoded (4132517 clauses, 85320844 bytes)
13.37/13.61	c 14	22048 (50%) CSP clauses are encoded (5216569 clauses, 111507485 bytes)
16.01/16.38	c 16	26457 (60%) CSP clauses are encoded (6592158 clauses, 144689271 bytes)
18.39/18.78	c 19	30867 (70%) CSP clauses are encoded (7805351 clauses, 174011233 bytes)
20.75/21.11	c 21	35276 (80%) CSP clauses are encoded (8955573 clauses, 201812344 bytes)
22.81/23.24	c 23	39686 (90%) CSP clauses are encoded (10009909 clauses, 227285294 bytes)
25.24/25.71	c 26	44095 (100%) CSP clauses are encoded (11223722 clauses, 256557974 bytes)
25.24/25.71	c 26	44095 CSP clauses encoded
25.24/25.71	c 26	Writing map file : HOME/temp.map
25.24/25.77	c 26	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.24/25.77	c 26	SAT : 300478 SAT variables, 11223722 SAT clauses, 256557974 bytes
25.24/25.77	c 26	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.33/25.83	c 26	SOLVING HOME/temp.cnf
25.33/25.83	c 26	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
541.25/546.81	c 547	DECODING HOME/temp.out WITH HOME/temp.map
541.25/546.81	c 547	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
541.28/546.90	c 547	Decoding HOME/temp.out
541.28/547.56	s SATISFIABLE
541.28/547.64	v 29 61 85 33 63 24 30 61 61 61 49 37 69 47 49 47 64 63 71 61 26 25 90 0 0 60 86 33 30 0 82 81 0 39 65 19 28 64 33 33 56 0 9 28 28 56 54 39 68 39 69 0 19 40 61 0 34 58 87 86 0 84 83 55 23 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0
541.28/547.65	c 548	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
541.28/547.67	c 548	CPU 485.99 (0.04 0.02 485.95 56.09)
541.28/547.67	c 548	END Wed Jul  2 14:58:41 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-1042289-1215002973/watcher-1042289-1215002973 -o /tmp/evaluation-result-1042289-1215002973/solver-1042289-1215002973 -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-1042289-1215002973.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.05 2.00 1.96 4/80 30547
/proc/meminfo: memFree=1447856/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=12268 CPUtime=0
/proc/30547/stat : 30547 (sugar) R 30545 30547 30034 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1529972344 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30547/statm: 3067 316 241 3 0 167 0

[startup+0.0506701 s]
/proc/loadavg: 2.05 2.00 1.96 4/80 30547
/proc/meminfo: memFree=1447856/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=0.03
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1529972344 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102092 s]
/proc/loadavg: 2.05 2.00 1.96 4/80 30547
/proc/meminfo: memFree=1447856/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=0.03
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1529972344 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301107 s]
/proc/loadavg: 2.05 2.00 1.96 4/80 30547
/proc/meminfo: memFree=1447856/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=0.03
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1529972344 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701153 s]
/proc/loadavg: 2.05 2.00 1.96 4/80 30547
/proc/meminfo: memFree=1447856/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=0.03
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1529972344 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50223 s]
/proc/loadavg: 2.05 2.00 1.96 3/91 30569
/proc/meminfo: memFree=1440152/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=0.79
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 974 6877 0 1 3 1 71 4 15 0 1 0 1529972344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 797 370 3 0 500 0
[pid=30560] ppid=30547 vsize=5356 CPUtime=0
/proc/30560/stat : 30560 (sh) S 30547 30547 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529972428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30560/statm: 1339 233 193 169 0 50 0
[pid=30561] ppid=30560 vsize=868272 CPUtime=0.64
/proc/30561/stat : 30561 (java) S 30560 30547 30034 0 -1 0 5612 0 1 0 60 4 0 0 18 0 9 0 1529972428 889110528 5026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30561/statm: 217068 5026 1734 9 0 211643 0
[pid=30561/tid=30562] ppid=30560 vsize=868272 CPUtime=0.38
/proc/30561/task/30562/stat : 30562 (java) R 30560 30547 30034 0 -1 64 2660 0 1 0 36 2 0 0 22 0 9 0 1529972429 889110528 5026 996147200 134512640 134550740 4294955952 18446744073709551615 4126579220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30563] ppid=30560 vsize=868272 CPUtime=0.04
/proc/30561/task/30563/stat : 30563 (java) S 30560 30547 30034 0 -1 64 801 0 0 0 4 0 0 0 16 0 9 0 1529972430 889110528 5026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30564] ppid=30560 vsize=868272 CPUtime=0
/proc/30561/task/30564/stat : 30564 (java) S 30560 30547 30034 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1529972430 889110528 5026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30565] ppid=30560 vsize=868272 CPUtime=0
/proc/30561/task/30565/stat : 30565 (java) S 30560 30547 30034 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1529972430 889110528 5026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30566] ppid=30560 vsize=868272 CPUtime=0
/proc/30561/task/30566/stat : 30566 (java) S 30560 30547 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529972432 889110528 5026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30567] ppid=30560 vsize=868272 CPUtime=0.2
/proc/30561/task/30567/stat : 30567 (java) S 30560 30547 30034 0 -1 64 1459 0 0 0 19 1 0 0 16 0 9 0 1529972432 889110528 5026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30568] ppid=30560 vsize=868272 CPUtime=0
/proc/30561/task/30568/stat : 30568 (java) S 30560 30547 30034 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529972432 889110528 5026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30569] ppid=30560 vsize=868272 CPUtime=0
/proc/30561/task/30569/stat : 30569 (java) S 30560 30547 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529972432 889110528 5026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887228

[startup+3.10424 s]
/proc/loadavg: 2.05 2.00 1.96 3/91 30569
/proc/meminfo: memFree=1423832/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=0.79
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 974 6877 0 1 3 1 71 4 15 0 1 0 1529972344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 797 370 3 0 500 0
[pid=30560] ppid=30547 vsize=5356 CPUtime=0
/proc/30560/stat : 30560 (sh) S 30547 30547 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529972428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30560/statm: 1339 233 193 169 0 50 0
[pid=30561] ppid=30560 vsize=868388 CPUtime=2.22
/proc/30561/stat : 30561 (java) S 30560 30547 30034 0 -1 0 12272 0 1 0 215 7 0 0 18 0 9 0 1529972428 889229312 11309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30561/statm: 217097 11309 2541 9 0 211672 0
[pid=30561/tid=30562] ppid=30560 vsize=868388 CPUtime=1.34
/proc/30561/task/30562/stat : 30562 (java) R 30560 30547 30034 0 -1 64 2970 0 1 0 132 2 0 0 25 0 9 0 1529972429 889229312 11309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30563] ppid=30560 vsize=868388 CPUtime=0.61
/proc/30561/task/30563/stat : 30563 (java) S 30560 30547 30034 0 -1 64 7107 0 0 0 58 3 0 0 15 0 9 0 1529972430 889229312 11309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30564] ppid=30560 vsize=868388 CPUtime=0
/proc/30561/task/30564/stat : 30564 (java) S 30560 30547 30034 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1529972430 889229312 11309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30565] ppid=30560 vsize=868388 CPUtime=0
/proc/30561/task/30565/stat : 30565 (java) S 30560 30547 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529972430 889229312 11309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30566] ppid=30560 vsize=868388 CPUtime=0
/proc/30561/task/30566/stat : 30566 (java) S 30560 30547 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529972432 889229312 11309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30567] ppid=30560 vsize=868388 CPUtime=0.25
/proc/30561/task/30567/stat : 30567 (java) S 30560 30547 30034 0 -1 64 1502 0 0 0 24 1 0 0 16 0 9 0 1529972432 889229312 11309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30568] ppid=30560 vsize=868388 CPUtime=0
/proc/30561/task/30568/stat : 30568 (java) S 30560 30547 30034 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529972432 889229312 11309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30569] ppid=30560 vsize=868388 CPUtime=0
/proc/30561/task/30569/stat : 30569 (java) S 30560 30547 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529972432 889229312 11309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887344

[startup+6.30171 s]
/proc/loadavg: 2.12 2.02 1.97 4/91 30569
/proc/meminfo: memFree=1386520/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=0.79
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 974 6877 0 1 3 1 71 4 15 0 1 0 1529972344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 797 370 3 0 500 0
[pid=30560] ppid=30547 vsize=5356 CPUtime=0
/proc/30560/stat : 30560 (sh) S 30547 30547 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529972428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30560/statm: 1339 233 193 169 0 50 0
[pid=30561] ppid=30560 vsize=868500 CPUtime=5.38
/proc/30561/stat : 30561 (java) S 30560 30547 30034 0 -1 0 14451 0 1 0 512 26 0 0 18 0 9 0 1529972428 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30561/statm: 217125 13011 2565 9 0 211672 0
[pid=30561/tid=30562] ppid=30560 vsize=868500 CPUtime=4.06
/proc/30561/task/30562/stat : 30562 (java) R 30560 30547 30034 0 -1 64 3365 0 1 0 389 17 0 0 25 0 9 0 1529972429 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4127144810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30563] ppid=30560 vsize=868500 CPUtime=0.97
/proc/30561/task/30563/stat : 30563 (java) S 30560 30547 30034 0 -1 64 8847 0 0 0 91 6 0 0 16 0 9 0 1529972430 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30564] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30564/stat : 30564 (java) S 30560 30547 30034 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1529972430 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30565] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30565/stat : 30565 (java) S 30560 30547 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529972430 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30566] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30566/stat : 30566 (java) S 30560 30547 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529972432 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30567] ppid=30560 vsize=868500 CPUtime=0.32
/proc/30561/task/30567/stat : 30567 (java) S 30560 30547 30034 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 1529972432 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30568] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30568/stat : 30568 (java) S 30560 30547 30034 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529972432 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30569] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30569/stat : 30569 (java) S 30560 30547 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529972432 889344000 13011 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887456

[startup+12.7023 s]
/proc/loadavg: 2.11 2.02 1.97 3/91 30569
/proc/meminfo: memFree=1311960/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=0.79
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 974 6877 0 1 3 1 71 4 16 0 1 0 1529972344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 797 370 3 0 500 0
[pid=30560] ppid=30547 vsize=5356 CPUtime=0
/proc/30560/stat : 30560 (sh) S 30547 30547 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529972428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30560/statm: 1339 233 193 169 0 50 0
[pid=30561] ppid=30560 vsize=868500 CPUtime=11.69
/proc/30561/stat : 30561 (java) S 30560 30547 30034 0 -1 0 15045 0 1 0 1092 77 0 0 18 0 9 0 1529972428 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30561/statm: 217125 13012 2565 9 0 211672 0
[pid=30561/tid=30562] ppid=30560 vsize=868500 CPUtime=10.12
/proc/30561/task/30562/stat : 30562 (java) R 30560 30547 30034 0 -1 64 3958 0 1 0 947 65 0 0 25 0 9 0 1529972429 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4127170060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30563] ppid=30560 vsize=868500 CPUtime=1.22
/proc/30561/task/30563/stat : 30563 (java) S 30560 30547 30034 0 -1 64 8847 0 0 0 112 10 0 0 16 0 9 0 1529972430 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30564] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30564/stat : 30564 (java) S 30560 30547 30034 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1529972430 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30565] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30565/stat : 30565 (java) S 30560 30547 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529972430 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30566] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30566/stat : 30566 (java) S 30560 30547 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529972432 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30567] ppid=30560 vsize=868500 CPUtime=0.32
/proc/30561/task/30567/stat : 30567 (java) S 30560 30547 30034 0 -1 64 1547 0 0 0 31 1 0 0 17 0 9 0 1529972432 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30568] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30568/stat : 30568 (java) S 30560 30547 30034 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529972432 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30569] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30569/stat : 30569 (java) S 30560 30547 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529972432 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887456

[startup+25.5026 s]
/proc/loadavg: 2.15 2.03 1.97 3/91 30569
/proc/meminfo: memFree=1151448/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=0.79
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 974 6877 0 1 3 1 71 4 16 0 1 0 1529972344 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 797 370 3 0 500 0
[pid=30560] ppid=30547 vsize=5356 CPUtime=0
/proc/30560/stat : 30560 (sh) S 30547 30547 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529972428 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30560/statm: 1339 233 193 169 0 50 0
[pid=30561] ppid=30560 vsize=868500 CPUtime=24.25
/proc/30561/stat : 30561 (java) S 30560 30547 30034 0 -1 0 16228 0 1 0 2243 182 0 0 18 0 9 0 1529972428 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30561/statm: 217125 13012 2565 9 0 211672 0
[pid=30561/tid=30562] ppid=30560 vsize=868500 CPUtime=22.21
/proc/30561/task/30562/stat : 30562 (java) R 30560 30547 30034 0 -1 64 5141 0 1 0 2059 162 0 0 25 0 9 0 1529972429 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4127144954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30563] ppid=30560 vsize=868500 CPUtime=1.7
/proc/30561/task/30563/stat : 30563 (java) S 30560 30547 30034 0 -1 64 8847 0 0 0 152 18 0 0 16 0 9 0 1529972430 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30564] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30564/stat : 30564 (java) S 30560 30547 30034 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1529972430 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30561/tid=30565] ppid=30560 vsize=868500 CPUtime=0
/proc/30561/task/30565/stat : 30565 (java) S 30560 30547 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529972430 889344000 13012 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=443724 CPUtime=194.44
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 100621 0 0 0 14037 5407 0 0 25 0 1 0 1529974928 454373376 100605 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 110931 100605 48 102 0 110826 0
Current children cumulated CPU time (s) 219.78
Current children cumulated vsize (KiB) 462680

[startup+282.301 s]
/proc/loadavg: 2.35 2.13 2.02 3/83 30571
/proc/meminfo: memFree=786136/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=25.34
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1022 23445 0 2 4 1 2340 189 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
[pid=30570] ppid=30547 vsize=5356 CPUtime=0
/proc/30570/stat : 30570 (sh) S 30547 30547 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529974927 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=444120 CPUtime=253.88
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 100757 0 0 0 19981 5407 0 0 25 0 1 0 1529974928 454778880 100741 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 111030 100741 48 102 0 110925 0
Current children cumulated CPU time (s) 279.22
Current children cumulated vsize (KiB) 463076

[startup+342.301 s]
/proc/loadavg: 2.16 2.11 2.02 3/83 30571
/proc/meminfo: memFree=785752/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=25.34
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1022 23445 0 2 4 1 2340 189 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
[pid=30570] ppid=30547 vsize=5356 CPUtime=0
/proc/30570/stat : 30570 (sh) S 30547 30547 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529974927 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=444516 CPUtime=313.33
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 100842 0 0 0 25925 5408 0 0 25 0 1 0 1529974928 455184384 100826 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 111129 100826 48 102 0 111024 0
Current children cumulated CPU time (s) 338.67
Current children cumulated vsize (KiB) 463472

[startup+402.301 s]
/proc/loadavg: 2.06 2.09 2.01 3/83 30571
/proc/meminfo: memFree=785368/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=25.34
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1022 23445 0 2 4 1 2340 189 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
[pid=30570] ppid=30547 vsize=5356 CPUtime=0
/proc/30570/stat : 30570 (sh) S 30547 30547 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529974927 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=444912 CPUtime=372.77
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 100939 0 0 0 31869 5408 0 0 25 0 1 0 1529974928 455589888 100923 996147200 134512640 134931368 4294956256 18446744073709551615 134525637 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 111228 100923 48 102 0 111123 0
Current children cumulated CPU time (s) 398.11
Current children cumulated vsize (KiB) 463868

[startup+462.301 s]
/proc/loadavg: 2.02 2.07 2.01 3/83 30571
/proc/meminfo: memFree=784920/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=25.34
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1022 23445 0 2 4 1 2340 189 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
[pid=30570] ppid=30547 vsize=5356 CPUtime=0
/proc/30570/stat : 30570 (sh) S 30547 30547 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529974927 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=449272 CPUtime=432.21
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 101030 0 0 0 37813 5408 0 0 25 0 1 0 1529974928 460054528 101014 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 112318 101014 48 102 0 112213 0
Current children cumulated CPU time (s) 457.55
Current children cumulated vsize (KiB) 468228

[startup+522.301 s]
/proc/loadavg: 2.00 2.06 2.00 3/83 30571
/proc/meminfo: memFree=784408/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=25.34
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1022 23445 0 2 4 1 2340 189 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
[pid=30570] ppid=30547 vsize=5356 CPUtime=0
/proc/30570/stat : 30570 (sh) S 30547 30547 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529974927 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=449796 CPUtime=491.64
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 101156 0 0 0 43756 5408 0 0 25 0 1 0 1529974928 460591104 101140 996147200 134512640 134931368 4294956256 18446744073709551615 134524238 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 112449 101140 48 102 0 112344 0
Current children cumulated CPU time (s) 516.98
Current children cumulated vsize (KiB) 468752

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

[startup+524.706 s]
/proc/loadavg: 2.00 2.05 2.00 3/83 30571
/proc/meminfo: memFree=784344/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=25.34
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1022 23445 0 2 4 1 2340 189 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
[pid=30570] ppid=30547 vsize=5356 CPUtime=0
/proc/30570/stat : 30570 (sh) S 30547 30547 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529974927 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=449796 CPUtime=494.02
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 101164 0 0 0 43994 5408 0 0 25 0 1 0 1529974928 460591104 101148 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 112449 101148 48 102 0 112344 0
Current children cumulated CPU time (s) 519.36
Current children cumulated vsize (KiB) 468752

[startup+537.502 s]
/proc/loadavg: 2.00 2.05 2.00 3/83 30571
/proc/meminfo: memFree=784280/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=25.34
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1022 23445 0 2 4 1 2340 189 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
[pid=30570] ppid=30547 vsize=5356 CPUtime=0
/proc/30570/stat : 30570 (sh) S 30547 30547 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529974927 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=449928 CPUtime=506.7
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 101179 0 0 0 45262 5408 0 0 25 0 1 0 1529974928 460726272 101163 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 112482 101163 48 102 0 112377 0
Current children cumulated CPU time (s) 532.04
Current children cumulated vsize (KiB) 468884

[startup+543.902 s]
/proc/loadavg: 2.00 2.05 2.00 3/83 30571
/proc/meminfo: memFree=784216/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=25.34
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1022 23445 0 2 4 1 2340 189 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
[pid=30570] ppid=30547 vsize=5356 CPUtime=0
/proc/30570/stat : 30570 (sh) S 30547 30547 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529974927 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=449928 CPUtime=513.04
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 101190 0 0 0 45896 5408 0 0 25 0 1 0 1529974928 460726272 101174 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 112482 101174 48 102 0 112377 0
Current children cumulated CPU time (s) 538.38
Current children cumulated vsize (KiB) 468884

[startup+545.501 s]
/proc/loadavg: 2.00 2.05 2.00 3/83 30571
/proc/meminfo: memFree=784216/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=25.34
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1022 23445 0 2 4 1 2340 189 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
[pid=30570] ppid=30547 vsize=5356 CPUtime=0
/proc/30570/stat : 30570 (sh) S 30547 30547 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529974927 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30570/statm: 1339 232 193 169 0 50 0
[pid=30571] ppid=30570 vsize=449928 CPUtime=514.63
/proc/30571/stat : 30571 (picosat) R 30570 30547 30034 0 -1 4194304 101195 0 0 0 46055 5408 0 0 25 0 1 0 1529974928 460726272 101179 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/30571/statm: 112482 101179 48 102 0 112377 0
Current children cumulated CPU time (s) 539.97
Current children cumulated vsize (KiB) 468884

[startup+547.102 s]
/proc/loadavg: 2.00 2.05 2.00 3/83 30571
/proc/meminfo: memFree=781848/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=541.28
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1091 124968 0 2 4 1 48518 5605 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 541.28
Current children cumulated vsize (KiB) 13600

[startup+547.502 s]
/proc/loadavg: 2.00 2.05 2.00 3/83 30571
/proc/meminfo: memFree=781848/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=541.28
/proc/30547/stat : 30547 (sugar) S 30545 30547 30034 0 -1 4194304 1091 124968 0 2 4 1 48518 5605 16 0 1 0 1529972344 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30547/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 541.28
Current children cumulated vsize (KiB) 13600

[startup+547.702 s]
/proc/loadavg: 2.00 2.05 2.00 3/81 30581
/proc/meminfo: memFree=1263656/2055920 swapFree=4122540/4192956
[pid=30547] ppid=30545 vsize=13600 CPUtime=542.13
/proc/30547/stat : 30547 (sugar) R 30545 30547 30034 0 -1 4194304 1120 129001 0 3 4 5 48595 5609 16 0 1 0 1529972344 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30547/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 542.13
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 547.807
CPU time (s): 542.258
CPU user time (s): 486.003
CPU system time (s): 56.2544
CPU usage (%): 98.9871
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 486.003
system time used= 56.2544
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130151
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= 20668
involuntary context switches= 32229

runsolver used 0.791879 second user time and 1.71874 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-02 14:49:33
IDJOB=1042289
IDBENCH=53891
IDSOLVER=345
FILE ID=node12/1042289-1215002973
PBS_JOBID= 7870925
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-33-33.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-1042289-1215002973/watcher-1042289-1215002973 -o /tmp/evaluation-result-1042289-1215002973/solver-1042289-1215002973 -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-1042289-1215002973.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d3e9fb88cfd1b07e17afb6e1c39c5e12
RANDOM SEED=2066524126

node12.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.236
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.236
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:       1448336 kB
Buffers:         55316 kB
Cached:         290600 kB
SwapCached:      64464 kB
Active:         291668 kB
Inactive:       234716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448336 kB
SwapTotal:     4192956 kB
SwapFree:      4122540 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:         194156 kB
Slab:            66068 kB
Committed_AS:  3593868 kB
PageTables:       2136 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= 66536 MiB
End job on node12 at 2008-07-02 14:58:41