Trace number 1065219

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+minisat? (TO) 1800.18 1817.61

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-l152lav.xml
MD5SUM9169d620fc88fcbfc7ec2d65a69dcbe5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints193
Maximum constraint arity1989
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension193
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 06:34:52 2008
0.00/0.04	c 0	PID 6589
0.00/0.05	c 0	HOST node3.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1065219-1215146092.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-1065219-1215146092.xml' 'HOME/temp.csp'
0.04/0.68	c 1	1 domains, 1989 variables, 137 predicates, 0 relations, 193 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	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.67/0.81	c 1	Parsing HOME/temp.csp
1.90/2.09	c 2	parsed 2320 expressions
1.90/2.09	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.90/2.09	c 2	Converting to clausal form CSP
1.99/2.12	c 2	converted 232 (10%) expressions
1.99/2.13	c 2	converted 464 (20%) expressions
1.99/2.13	c 2	converted 696 (30%) expressions
1.99/2.13	c 2	converted 928 (40%) expressions
1.99/2.14	c 2	converted 1160 (50%) expressions
1.99/2.14	c 2	converted 1392 (60%) expressions
1.99/2.15	c 2	converted 1624 (70%) expressions
1.99/2.15	c 2	converted 1856 (80%) expressions
1.99/2.16	c 2	converted 2088 (90%) expressions
3.68/3.83	c 4	converted 2320 (100%) expressions
3.68/3.84	c 4	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 12673
3.68/3.84	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.68/3.84	c 4	Propagation in CSP
4.07/4.29	c 4	186224 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.17/4.30	c 4	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 996
4.17/4.30	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.17/4.32	c 4	Simplifing CSP by introducing new Boolean variables
4.17/4.34	c 4	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 996
4.17/4.34	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.27/4.49	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.37/4.53	c 4	2042 (10%) CSP integer variables are encoded (74 clauses, 1026 bytes)
4.37/4.54	c 5	4083 (20%) CSP integer variables are encoded (3813 clauses, 49633 bytes)
4.37/4.54	c 5	6124 (30%) CSP integer variables are encoded (7952 clauses, 108929 bytes)
4.37/4.55	c 5	8165 (40%) CSP integer variables are encoded (12596 clauses, 178589 bytes)
4.37/4.56	c 5	10206 (50%) CSP integer variables are encoded (17588 clauses, 253469 bytes)
4.37/4.57	c 5	12248 (60%) CSP integer variables are encoded (22566 clauses, 328139 bytes)
4.37/4.58	c 5	14289 (70%) CSP integer variables are encoded (27980 clauses, 409349 bytes)
4.47/4.67	c 5	16330 (80%) CSP integer variables are encoded (95568 clauses, 1446635 bytes)
4.56/4.70	c 5	18371 (90%) CSP integer variables are encoded (119308 clauses, 1850215 bytes)
4.56/4.72	c 5	20412 (100%) CSP integer variables are encoded (130891 clauses, 2047126 bytes)
4.66/4.85	c 5	3704 (10%) CSP clauses are encoded (160594 clauses, 2528148 bytes)
4.77/4.96	c 5	7408 (20%) CSP clauses are encoded (200268 clauses, 3240965 bytes)
4.86/5.07	c 5	11112 (30%) CSP clauses are encoded (247330 clauses, 4159988 bytes)
5.07/5.21	c 5	14816 (40%) CSP clauses are encoded (305316 clauses, 5306068 bytes)
5.15/5.37	c 5	18520 (50%) CSP clauses are encoded (368184 clauses, 6558624 bytes)
5.36/5.53	c 5	22224 (60%) CSP clauses are encoded (438258 clauses, 7965032 bytes)
5.55/5.72	c 6	25928 (70%) CSP clauses are encoded (527140 clauses, 9769556 bytes)
13.52/13.82	c 14	29632 (80%) CSP clauses are encoded (4807269 clauses, 104512094 bytes)
17.27/17.62	c 18	33336 (90%) CSP clauses are encoded (6764546 clauses, 152167920 bytes)
17.48/17.89	c 18	37039 (100%) CSP clauses are encoded (6889466 clauses, 155033964 bytes)
17.48/17.89	c 18	37039 CSP clauses encoded
17.48/17.89	c 18	Writing map file : HOME/temp.map
17.58/17.94	c 18	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.58/17.94	c 18	SAT : 151303 SAT variables, 6889466 SAT clauses, 155033964 bytes
17.58/17.94	c 18	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.58/17.99	c 18	SOLVING HOME/temp.cnf
17.58/17.99	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.64/18.00	c 18	This is MiniSat 2.0 beta
17.64/18.00	c 18	WARNING: for repeatability, setting FPU to use double precision
17.64/18.00	c 18	============================[ Problem Statistics ]=============================
17.64/18.00	c 18	|                                                                             |
17.64/18.00	c 18	|  Number of variables:  151303                                               |
17.64/18.00	c 18	|  Number of clauses:    6889466                                              |
21.07/21.60	c 22	|  Parsing time:         3.06         s                                       |
21.26/21.77	c 22	============================[ Search Statistics ]==============================
21.26/21.77	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.26/21.77	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.26/21.77	c 22	===============================================================================
21.26/21.77	c 22	|         0 |  151303  6889466 20253251 |  2296488        0    nan |  0.000 % |
23.25/23.76	c 24	|       101 |  151303  6889466 20253251 |  2526137      101     95 |  0.000 % |
24.13/24.69	c 25	|       251 |  151303  6889466 20253251 |  2778751      251     79 |  0.000 % |
26.11/26.69	c 27	|       476 |  151303  6889466 20253251 |  3056626      476     75 |  0.000 % |
31.76/32.33	c 32	|       814 |  151303  6889466 20253251 |  3362289      814     90 |  0.000 % |
36.52/37.10	c 37	|      1320 |  151303  6889466 20253251 |  3698517     1320    135 |  0.000 % |
39.19/39.81	c 40	|      2081 |  151303  6889466 20253251 |  4068369     2081    132 |  0.000 % |
45.92/46.69	c 47	|      3222 |  151303  6889466 20253251 |  4475206     3222    145 |  0.000 % |
58.51/59.39	c 59	|      4932 |  151303  6889466 20253251 |  4922727     4932    148 |  0.000 % |
72.07/73.01	c 73	|      7495 |  151303  6889466 20253251 |  5415000     7494    175 |  0.003 % |
86.03/87.10	c 87	|     11339 |  151299  6889423 20253139 |  5956500    11338    227 |  0.003 % |
116.06/117.43	c 117	|     17105 |  151299  6889423 20253139 |  6552150    17104    249 |  0.003 % |
164.31/166.12	c 166	|     25755 |  151299  6889423 20253139 |  7207365    25753    261 |  0.005 % |
294.86/298.00	c 298	|     38729 |  151295  6889380 20253027 |  7928101    38727    317 |  0.005 % |
416.64/420.94	c 421	|     58192 |  151295  6889380 20253027 |  8720911    58190    331 |  0.005 % |
579.20/585.03	c 585	|     87384 |  151295  6889380 20253027 |  9593003    87382    411 |  0.005 % |
725.52/732.71	c 733	|    131173 |  151295  6889380 20253027 | 10552303   131171    370 |  0.005 % |
1212.81/1224.68	c 1225	|    196859 |  151295  6889380 20253027 | 11607533   196857    388 |  0.005 % |
1800.05/1817.41	c ERROR INTERRUPTED
1800.16/1817.53	s UNKNOWN
1800.16/1817.53	c 1817	CPU 16.43 (0.04 0.01 16.39 1.21)
1800.16/1817.53	c 1817	END Fri Jul  4 07:05:09 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065219-1215146092/watcher-1065219-1215146092 -o /tmp/evaluation-result-1065219-1215146092/solver-1065219-1215146092 -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/minisat -tmp=HOME/temp HOME/instance-1065219-1215146092.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: 1.99 2.00 2.00 4/72 6589
/proc/meminfo: memFree=1553648/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=18572 CPUtime=0
/proc/6589/stat : 6589 (runsolver) R 6587 6589 4629 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993584610 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6589/statm: 4643 292 257 25 0 2626 0

[startup+0.090431 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 6589
/proc/meminfo: memFree=1553648/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=0.04
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1993584610 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102035 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 6589
/proc/meminfo: memFree=1553648/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=0.04
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1993584610 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302032 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 6589
/proc/meminfo: memFree=1553648/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=0.04
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1993584610 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70106 s]
/proc/loadavg: 1.99 2.00 2.00 4/72 6589
/proc/meminfo: memFree=1553648/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=0.04
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1993584610 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50213 s]
/proc/loadavg: 1.99 2.00 2.00 4/83 6611
/proc/meminfo: memFree=1544920/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=0.67
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 973 6664 0 1 3 1 57 6 16 0 1 0 1993584610 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 797 370 3 0 500 0
[pid=6602] ppid=6589 vsize=5356 CPUtime=0
/proc/6602/stat : 6602 (sh) S 6589 6589 4629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993584684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6602/statm: 1339 233 193 169 0 50 0
[pid=6603] ppid=6602 vsize=864012 CPUtime=0.74
/proc/6603/stat : 6603 (java) S 6602 6589 4629 0 -1 0 6559 0 1 0 70 4 0 0 18 0 9 0 1993584684 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6603/statm: 216003 5754 2532 9 0 210585 0
[pid=6603/tid=6604] ppid=6602 vsize=864012 CPUtime=0.47
/proc/6603/task/6604/stat : 6604 (java) R 6602 6589 4629 0 -1 64 2550 0 1 0 46 1 0 0 23 0 9 0 1993584685 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6605] ppid=6602 vsize=864012 CPUtime=0.16
/proc/6603/task/6605/stat : 6605 (java) R 6602 6589 4629 0 -1 64 2975 0 0 0 15 1 0 0 15 0 9 0 1993584686 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6606] ppid=6602 vsize=864012 CPUtime=0
/proc/6603/task/6606/stat : 6606 (java) S 6602 6589 4629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993584687 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6607] ppid=6602 vsize=864012 CPUtime=0
/proc/6603/task/6607/stat : 6607 (java) S 6602 6589 4629 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993584687 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6608] ppid=6602 vsize=864012 CPUtime=0
/proc/6603/task/6608/stat : 6608 (java) S 6602 6589 4629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993584689 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6609] ppid=6602 vsize=864012 CPUtime=0.07
/proc/6603/task/6609/stat : 6609 (java) S 6602 6589 4629 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1993584689 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6610] ppid=6602 vsize=864012 CPUtime=0
/proc/6603/task/6610/stat : 6610 (java) S 6602 6589 4629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993584689 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6611] ppid=6602 vsize=864012 CPUtime=0
/proc/6603/task/6611/stat : 6611 (java) S 6602 6589 4629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993584689 884748288 5754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882968

[startup+3.10226 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 6611
/proc/meminfo: memFree=1536024/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=0.67
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 974 6664 0 1 3 1 57 6 16 0 1 0 1993584610 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 797 370 3 0 500 0
[pid=6602] ppid=6589 vsize=5356 CPUtime=0
/proc/6602/stat : 6602 (sh) S 6589 6589 4629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993584684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6602/statm: 1339 233 193 169 0 50 0
[pid=6603] ppid=6602 vsize=868408 CPUtime=2.31
/proc/6603/stat : 6603 (java) S 6602 6589 4629 0 -1 0 10855 0 1 0 224 7 0 0 18 0 9 0 1993584684 889249792 9795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6603/statm: 217102 9795 2541 9 0 211677 0
[pid=6603/tid=6604] ppid=6602 vsize=868408 CPUtime=1.35
/proc/6603/task/6604/stat : 6604 (java) R 6602 6589 4629 0 -1 64 2956 0 1 0 133 2 0 0 25 0 9 0 1993584685 889249792 9795 996147200 134512640 134550740 4294955952 18446744073709551615 4126659095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6605] ppid=6602 vsize=868408 CPUtime=0.73
/proc/6603/task/6605/stat : 6605 (java) S 6602 6589 4629 0 -1 64 5721 0 0 0 69 4 0 0 16 0 9 0 1993584686 889249792 9795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6606] ppid=6602 vsize=868408 CPUtime=0
/proc/6603/task/6606/stat : 6606 (java) S 6602 6589 4629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993584687 889249792 9795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6607] ppid=6602 vsize=868408 CPUtime=0
/proc/6603/task/6607/stat : 6607 (java) S 6602 6589 4629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993584687 889249792 9795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6608] ppid=6602 vsize=868408 CPUtime=0
/proc/6603/task/6608/stat : 6608 (java) S 6602 6589 4629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993584689 889249792 9795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6609] ppid=6602 vsize=868408 CPUtime=0.2
/proc/6603/task/6609/stat : 6609 (java) S 6602 6589 4629 0 -1 64 1481 0 0 0 20 0 0 0 16 0 9 0 1993584689 889249792 9795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6610] ppid=6602 vsize=868408 CPUtime=0
/proc/6603/task/6610/stat : 6610 (java) S 6602 6589 4629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993584689 889249792 9795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6611] ppid=6602 vsize=868408 CPUtime=0
/proc/6603/task/6611/stat : 6611 (java) S 6602 6589 4629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993584689 889249792 9795 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887364

[startup+6.30257 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 6611
/proc/meminfo: memFree=1502744/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=0.67
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 974 6664 0 1 3 1 57 6 15 0 1 0 1993584610 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 797 370 3 0 500 0
[pid=6602] ppid=6589 vsize=5356 CPUtime=0
/proc/6602/stat : 6602 (sh) S 6589 6589 4629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993584684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6602/statm: 1339 233 193 169 0 50 0
[pid=6603] ppid=6602 vsize=868520 CPUtime=5.48
/proc/6603/stat : 6603 (java) S 6602 6589 4629 0 -1 0 14360 0 1 0 527 21 0 0 18 0 9 0 1993584684 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6603/statm: 217130 12791 2565 9 0 211677 0
[pid=6603/tid=6604] ppid=6602 vsize=868520 CPUtime=3.94
/proc/6603/task/6604/stat : 6604 (java) R 6602 6589 4629 0 -1 64 3417 0 1 0 381 13 0 0 25 0 9 0 1993584685 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6605] ppid=6602 vsize=868520 CPUtime=1.24
/proc/6603/task/6605/stat : 6605 (java) S 6602 6589 4629 0 -1 64 8724 0 0 0 118 6 0 0 15 0 9 0 1993584686 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6606] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6606/stat : 6606 (java) S 6602 6589 4629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993584687 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6607] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6607/stat : 6607 (java) S 6602 6589 4629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993584687 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6608] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6608/stat : 6608 (java) S 6602 6589 4629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993584689 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6609] ppid=6602 vsize=868520 CPUtime=0.27
/proc/6603/task/6609/stat : 6609 (java) S 6602 6589 4629 0 -1 64 1522 0 0 0 27 0 0 0 16 0 9 0 1993584689 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6610] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6610/stat : 6610 (java) S 6602 6589 4629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993584689 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6611] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6611/stat : 6611 (java) S 6602 6589 4629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993584689 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887476

[startup+12.7021 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 6611
/proc/meminfo: memFree=1427096/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=0.67
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 974 6664 0 1 3 1 57 6 15 0 1 0 1993584610 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 797 370 3 0 500 0
[pid=6602] ppid=6589 vsize=5356 CPUtime=0
/proc/6602/stat : 6602 (sh) S 6589 6589 4629 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993584684 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6602/statm: 1339 233 193 169 0 50 0
[pid=6603] ppid=6602 vsize=868520 CPUtime=11.79
/proc/6603/stat : 6603 (java) S 6602 6589 4629 0 -1 0 15035 0 1 0 1110 69 0 0 18 0 9 0 1993584684 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6603/statm: 217130 12791 2565 9 0 211677 0
[pid=6603/tid=6604] ppid=6602 vsize=868520 CPUtime=9.98
/proc/6603/task/6604/stat : 6604 (java) R 6602 6589 4629 0 -1 64 4092 0 1 0 941 57 0 0 25 0 9 0 1993584685 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4127049380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6605] ppid=6602 vsize=868520 CPUtime=1.51
/proc/6603/task/6605/stat : 6605 (java) S 6602 6589 4629 0 -1 64 8724 0 0 0 141 10 0 0 16 0 9 0 1993584686 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6606] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6606/stat : 6606 (java) S 6602 6589 4629 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993584687 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6607] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6607/stat : 6607 (java) S 6602 6589 4629 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993584687 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6608] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6608/stat : 6608 (java) S 6602 6589 4629 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993584689 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6609] ppid=6602 vsize=868520 CPUtime=0.27
/proc/6603/task/6609/stat : 6609 (java) S 6602 6589 4629 0 -1 64 1522 0 0 0 27 0 0 0 16 0 9 0 1993584689 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6610] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6610/stat : 6610 (java) S 6602 6589 4629 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993584689 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6603/tid=6611] ppid=6602 vsize=868520 CPUtime=0
/proc/6603/task/6611/stat : 6611 (java) S 6602 6589 4629 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993584689 889364480 12791 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887476

[startup+25.5021 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 6613
/proc/meminfo: memFree=1104728/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.64
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1033 22578 0 2 3 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 799 370 3 0 500 0
[pid=6612] ppid=6589 vsize=5356 CPUtime=0
/proc/6612/stat : 6612 (sh) S 6589 6589 4629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993586410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6612/statm: 1339 232 193 169 0 50 0
[pid=6613] ppid=6612 vsize=297768 CPUtime=7.38
/proc/6613/stat : 6613 (minisat) R 6612 6589 4629 0 -1 4194304 72829 0 0 0 688 50 0 0 25 0 1 0 1993586410 304914432 72815 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 74442 72815 75 150 0 74289 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 316724

[startup+51.1022 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 6613
/proc/meminfo: memFree=1103320/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.64
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1033 22578 0 2 3 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=6612] ppid=6589 vsize=5356 CPUtime=0
/proc/6612/stat : 6612 (sh) S 6589 6589 4629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993586410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6612/statm: 1339 232 193 169 0 50 0
[pid=6613] ppid=6612 vsize=631812 CPUtime=1391.02
/proc/6613/stat : 6613 (minisat) R 6612 6589 4629 0 -1 4194304 156244 0 0 0 138975 127 0 0 25 0 1 0 1993586410 646975488 156230 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 157953 156230 76 150 0 157800 0
Current children cumulated CPU time (s) 1408.67
Current children cumulated vsize (KiB) 650768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 6687
/proc/meminfo: memFree=821264/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.65
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1033 22578 0 2 4 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 799 370 3 0 500 0
[pid=6612] ppid=6589 vsize=5356 CPUtime=0
/proc/6612/stat : 6612 (sh) S 6589 6589 4629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993586410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6612/statm: 1339 232 193 169 0 50 0
[pid=6613] ppid=6612 vsize=641892 CPUtime=1450.45
/proc/6613/stat : 6613 (minisat) R 6612 6589 4629 0 -1 4194304 158760 0 0 0 144916 129 0 0 25 0 1 0 1993586410 657297408 158746 996147200 134512640 135127466 4294956272 18446744073709551615 134529285 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 160473 158746 76 150 0 160320 0
Current children cumulated CPU time (s) 1468.1
Current children cumulated vsize (KiB) 660848

[startup+1542.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/84 6687
/proc/meminfo: memFree=809168/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.65
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1033 22578 0 2 4 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 799 370 3 0 500 0
[pid=6612] ppid=6589 vsize=5356 CPUtime=0
/proc/6612/stat : 6612 (sh) S 6589 6589 4629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993586410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6612/statm: 1339 232 193 169 0 50 0
[pid=6613] ppid=6612 vsize=653796 CPUtime=1509.89
/proc/6613/stat : 6613 (minisat) R 6612 6589 4629 0 -1 4194304 161727 0 0 0 150857 132 0 0 25 0 1 0 1993586410 669487104 161713 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 163449 161713 76 150 0 163296 0
Current children cumulated CPU time (s) 1527.54
Current children cumulated vsize (KiB) 672752

[startup+1602.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/84 6693
/proc/meminfo: memFree=790416/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.65
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1033 22578 0 2 4 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 799 370 3 0 500 0
[pid=6612] ppid=6589 vsize=5356 CPUtime=0
/proc/6612/stat : 6612 (sh) S 6589 6589 4629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993586410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6612/statm: 1339 232 193 169 0 50 0
[pid=6613] ppid=6612 vsize=672764 CPUtime=1569.32
/proc/6613/stat : 6613 (minisat) R 6612 6589 4629 0 -1 4194304 166488 0 0 0 156795 137 0 0 25 0 1 0 1993586410 688910336 166474 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 168191 166474 76 150 0 168038 0
Current children cumulated CPU time (s) 1586.97
Current children cumulated vsize (KiB) 691720

[startup+1662.3 s]
/proc/loadavg: 2.18 2.06 2.01 3/84 6693
/proc/meminfo: memFree=767760/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.65
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1033 22578 0 2 4 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 799 370 3 0 500 0
[pid=6612] ppid=6589 vsize=5356 CPUtime=0
/proc/6612/stat : 6612 (sh) S 6589 6589 4629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993586410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6612/statm: 1339 232 193 169 0 50 0
[pid=6613] ppid=6612 vsize=695136 CPUtime=1628.75
/proc/6613/stat : 6613 (minisat) R 6612 6589 4629 0 -1 4194304 172090 0 0 0 162734 141 0 0 25 0 1 0 1993586410 711819264 172076 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 173784 172076 76 150 0 173631 0
Current children cumulated CPU time (s) 1646.4
Current children cumulated vsize (KiB) 714092

[startup+1722.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/84 6693
/proc/meminfo: memFree=746448/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.65
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1033 22578 0 2 4 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 799 370 3 0 500 0
[pid=6612] ppid=6589 vsize=5356 CPUtime=0
/proc/6612/stat : 6612 (sh) S 6589 6589 4629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993586410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6612/statm: 1339 232 193 169 0 50 0
[pid=6613] ppid=6612 vsize=716556 CPUtime=1688.19
/proc/6613/stat : 6613 (minisat) R 6612 6589 4629 0 -1 4194304 177471 0 0 0 168673 146 0 0 25 0 1 0 1993586410 733753344 177457 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 179139 177457 76 150 0 178986 0
Current children cumulated CPU time (s) 1705.84
Current children cumulated vsize (KiB) 735512

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/84 6693
/proc/meminfo: memFree=727568/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.65
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1033 22578 0 2 4 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 799 370 3 0 500 0
[pid=6612] ppid=6589 vsize=5356 CPUtime=0
/proc/6612/stat : 6612 (sh) S 6589 6589 4629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993586410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6612/statm: 1339 232 193 169 0 50 0
[pid=6613] ppid=6612 vsize=735068 CPUtime=1747.63
/proc/6613/stat : 6613 (minisat) R 6612 6589 4629 0 -1 4194304 182093 0 0 0 174611 152 0 0 25 0 1 0 1993586410 752709632 182079 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 183767 182079 76 150 0 183614 0
Current children cumulated CPU time (s) 1765.28
Current children cumulated vsize (KiB) 754024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.4 s]
/proc/loadavg: 2.33 2.12 2.03 3/84 6693
/proc/meminfo: memFree=715728/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.65
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1033 22578 0 2 4 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 799 370 3 0 500 0
[pid=6612] ppid=6589 vsize=5356 CPUtime=0
/proc/6612/stat : 6612 (sh) S 6589 6589 4629 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993586410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6612/statm: 1339 232 193 169 0 50 0
[pid=6613] ppid=6612 vsize=746840 CPUtime=1782.4
/proc/6613/stat : 6613 (minisat) R 6612 6589 4629 0 -1 4194304 185047 0 0 0 178086 154 0 0 25 0 1 0 1993586410 764764160 185033 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 186710 185033 76 150 0 186557 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 765796

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

[startup+1817.52 s]
/proc/loadavg: 2.33 2.12 2.03 3/84 6693
/proc/meminfo: memFree=715728/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.65
/proc/6589/stat : 6589 (sugar) S 6587 6589 4629 0 -1 4194304 1044 22578 0 2 4 1 1639 121 16 0 1 0 1993584610 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6589/statm: 3400 799 370 3 0 500 0
[pid=6612] ppid=6589 vsize=0 CPUtime=0
/proc/6612/stat : 6612 (sh) Z 6589 6589 4629 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1993586410 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/6612/statm: 0 0 0 0 0 0 0
[pid=6613] ppid=1 vsize=0 CPUtime=1782.51
/proc/6613/stat : 6613 (minisat) R 1 6589 4629 0 -1 4195332 185047 0 0 0 178086 165 0 0 25 0 1 0 1993586410 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/6613/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (17.73 s) is less than in the last sample (1800.16 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1782.43 s) to the 'lost time'.

[startup+1817.6 s]
/proc/loadavg: 2.33 2.12 2.03 3/84 6693
/proc/meminfo: memFree=715728/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.73
/proc/6589/stat : 6589 (sugar) R 6587 6589 4629 0 -1 4194304 1069 22855 0 2 4 9 1639 121 16 0 1 0 1993584610 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/6589/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 17.73
Current children cumulated vsize (KiB) 13600

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

[startup+1817.6 s]
/proc/loadavg: 2.33 2.12 2.03 3/84 6693
/proc/meminfo: memFree=715728/2055920 swapFree=4180472/4192956
[pid=6589] ppid=6587 vsize=13600 CPUtime=17.73
/proc/6589/stat : 6589 (sugar) R 6587 6589 4629 0 -1 4194304 1069 22855 0 2 4 9 1639 121 16 0 1 0 1993584610 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 1 0 0
/proc/6589/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 17.73
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1782.43
#  lost CPU user time (s): 1780.86
#  lost CPU system time (s): 1.57

Real time (s): 1817.61
CPU time (s): 1800.18
CPU user time (s): 1797.29
CPU system time (s): 2.8848
CPU usage (%): 99.0412
Max. virtual memory (cumulated for all children) (KiB): 887868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4335
system time used= 1.3148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23955
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14808
involuntary context switches= 15012

runsolver used 2.81357 second user time and 5.49816 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 06:34:52
IDJOB=1065219
IDBENCH=55048
IDSOLVER=346
FILE ID=node3/1065219-1215146092
PBS_JOBID= 7877312
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-l152lav.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065219-1215146092/watcher-1065219-1215146092 -o /tmp/evaluation-result-1065219-1215146092/solver-1065219-1215146092 -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/minisat" -tmp="HOME/temp" HOME/instance-1065219-1215146092.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9169d620fc88fcbfc7ec2d65a69dcbe5
RANDOM SEED=302523590

node3.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.232
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.232
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:       1554128 kB
Buffers:         61092 kB
Cached:         296208 kB
SwapCached:       6568 kB
Active:         289968 kB
Inactive:       147544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554128 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            2084 kB
Writeback:           0 kB
Mapped:          87732 kB
Slab:            49412 kB
Committed_AS:  3413972 kB
PageTables:       1896 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= 66560 MiB
End job on node3 at 2008-07-04 07:05:11