Trace number 1120524

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+minisatMSAT (TO) 3600.09 3611.33

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-540-3_ext.xml
MD5SUM0144e582698f4c491aeaa3f9e4b2383e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints225
Best CPU time to get the best result obtained on this benchmark940.592
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints540
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension540
Number of constraints which are defined in intension0
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 Tue Jul 15 12:05:57 2008
0.00/0.04	c 0	PID 30858
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1120524-1216116357.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-1120524-1216116357.xml' 'HOME/temp.csp'
0.03/0.39	c 1	1 domains, 40 variables, 0 predicates, 1 relations, 540 constraints
0.03/0.42	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.38/0.50	c 1	Parsing HOME/temp.csp
0.39/0.63	c 1	parsed 582 expressions
0.39/0.63	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.64	c 1	MAX CSP: 540 constraints
0.39/0.64	c 1	Converting to clausal form CSP
0.39/0.68	c 1	converted 113 (10%) expressions
0.39/0.69	c 1	converted 225 (20%) expressions
0.39/0.70	c 1	converted 338 (30%) expressions
0.39/0.71	c 1	converted 450 (40%) expressions
0.39/0.72	c 1	converted 563 (50%) expressions
0.39/0.73	c 1	converted 675 (60%) expressions
0.39/0.74	c 1	converted 788 (70%) expressions
0.39/0.75	c 1	converted 900 (80%) expressions
0.39/0.75	c 1	converted 1013 (90%) expressions
0.39/0.93	c 1	converted 1125 (100%) expressions
0.39/0.93	c 1	CSP : 1120 integers, 0 booleans, 1619 clauses, largest domain size 811
0.39/0.93	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.93	c 1	Propagation in CSP
0.39/0.98	c 1	536 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.39/0.98	c 1	CSP : 1120 integers, 0 booleans, 1619 clauses, largest domain size 541
0.39/0.98	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.39/0.98	c 1	CSP : 1120 integers, 0 booleans, 1619 clauses, largest domain size 541
0.39/0.98	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.03	c 1	112 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.03	c 1	224 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.03	c 1	336 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.03	c 1	448 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.04	c 1	560 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.95/1.04	c 1	672 (60%) CSP integer variables are encoded (963 clauses, 11746 bytes)
0.95/1.05	c 1	784 (70%) CSP integer variables are encoded (5768 clauses, 74211 bytes)
0.95/1.05	c 1	896 (80%) CSP integer variables are encoded (6950 clauses, 89577 bytes)
0.95/1.06	c 1	1008 (90%) CSP integer variables are encoded (7674 clauses, 98989 bytes)
0.95/1.06	c 1	1120 (100%) CSP integer variables are encoded (8701 clauses, 112340 bytes)
0.95/1.08	c 1	162 (10%) CSP clauses are encoded (9025 clauses, 116388 bytes)
1.04/1.11	c 1	324 (20%) CSP clauses are encoded (9349 clauses, 120798 bytes)
1.04/1.12	c 1	486 (30%) CSP clauses are encoded (9673 clauses, 125334 bytes)
1.04/1.14	c 1	648 (40%) CSP clauses are encoded (11713 clauses, 159482 bytes)
1.44/1.50	c 2	810 (50%) CSP clauses are encoded (165609 clauses, 2949256 bytes)
1.44/1.51	c 2	972 (60%) CSP clauses are encoded (171183 clauses, 3046918 bytes)
1.64/1.77	c 2	1134 (70%) CSP clauses are encoded (314977 clauses, 5693332 bytes)
1.64/1.79	c 2	1296 (80%) CSP clauses are encoded (321395 clauses, 5806071 bytes)
1.73/1.82	c 2	1458 (90%) CSP clauses are encoded (336353 clauses, 6075814 bytes)
1.83/1.92	c 2	1619 (100%) CSP clauses are encoded (391683 clauses, 7086661 bytes)
1.83/1.93	c 2	1619 CSP clauses encoded
1.83/1.93	c 2	Writing map file : HOME/temp.map
1.83/1.94	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.94	c 2	SAT : 9821 SAT variables, 391683 SAT clauses, 7086661 bytes
1.83/1.94	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.99	c 2	OBJECTIVE minimize _COST
1.83/1.99	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.83/1.99	c 2	SEARCHING: _COST <= 270
1.83/1.99	c 2	SOLVING HOME/temp.cnf
1.83/1.99	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.83/1.99	c 2	This is MiniSat 2.0 beta
1.83/1.99	c 2	WARNING: for repeatability, setting FPU to use double precision
1.83/1.99	c 2	============================[ Problem Statistics ]=============================
1.83/1.99	c 2	|                                                                             |
1.83/2.00	c 2	|  Number of variables:  9821                                                 |
1.83/2.00	c 2	|  Number of clauses:    391684                                               |
1.98/2.19	c 3	|  Parsing time:         0.16         s                                       |
2.18/2.30	c 3	============================[ Search Statistics ]==============================
2.18/2.30	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.30	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.30	c 3	===============================================================================
2.18/2.30	c 3	|         0 |    7121   250378   732321 |    83459        0    nan |  0.000 % |
2.28/2.42	c 3	|       100 |    7121   250378   732321 |    91805      100     26 | 27.492 % |
2.28/2.47	c 3	|       251 |    7121   250378   732321 |   100985      251     26 | 27.492 % |
2.38/2.55	c 3	|       477 |    7121   250378   732321 |   111084      477     27 | 27.492 % |
2.48/2.64	c 3	|       815 |    7121   250378   732321 |   122192      815     26 | 27.492 % |
2.58/2.77	c 3	|      1321 |    7121   250378   732321 |   134412     1321     25 | 27.492 % |
2.77/3.00	c 3	|      2081 |    7121   250378   732321 |   147853     2081     24 | 27.492 % |
3.17/3.32	c 4	|      3220 |    7121   250378   732321 |   162638     3220     25 | 27.492 % |
3.96/4.15	c 4	|      4928 |    7121   250378   732321 |   178902     4928     27 | 27.492 % |
4.85/5.01	c 5	===============================================================================
4.85/5.02	c 5	restarts              : 9
4.85/5.02	c 5	conflicts             : 6810           (2297 /sec)
4.85/5.02	c 5	decisions             : 8771           (0.67 % random) (2959 /sec)
4.85/5.02	c 5	propagations          : 2732103        (921591 /sec)
4.85/5.02	c 5	conflict literals     : 194104         (26.27 % deleted)
4.85/5.02	c 5	Memory used           : 17.68 MB
4.85/5.02	c 5	CPU time              : 2.96455 s
4.85/5.02	c 5	
4.85/5.02	c 5	SATISFIABLE
4.85/5.03	c 5	FOUND: _COST <= 270
4.85/5.03	s SATISFIABLE
4.85/5.03	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.85/5.03	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.88/5.11	c 5	Decoding HOME/temp.out
4.88/5.21	c 6	OBJECTIVE _COST 270
4.88/5.21	o 270
4.88/5.22	v 1 1 0 0 1 1 1 1 1 0 1 1 0 1 0 1 0 1 0 0 0 1 1 0 1 1 0 1 0 0 0 0 1 1 1 0 0 1 0 1
4.88/5.22	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.88/5.24	c 6	OBJECTIVE BOUND: 0 <= _COST <= 270
4.88/5.24	c 6	SEARCHING: _COST <= 135
4.88/5.24	c 6	SOLVING HOME/temp.cnf
4.88/5.24	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.88/5.24	c 6	This is MiniSat 2.0 beta
4.88/5.24	c 6	WARNING: for repeatability, setting FPU to use double precision
4.88/5.25	c 6	============================[ Problem Statistics ]=============================
4.88/5.25	c 6	|                                                                             |
4.88/5.25	c 6	|  Number of variables:  9821                                                 |
4.88/5.25	c 6	|  Number of clauses:    391684                                               |
5.21/5.45	c 6	|  Parsing time:         0.17         s                                       |
5.41/5.61	c 6	============================[ Search Statistics ]==============================
5.41/5.61	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.41/5.61	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.41/5.61	c 6	===============================================================================
5.41/5.61	c 6	|         0 |    5636   164113   477846 |    54704        0    nan |  0.000 % |
5.51/5.71	c 6	|       102 |    5636   164113   477846 |    60174      102     22 | 42.613 % |
5.51/5.77	c 6	|       252 |    5636   164113   477846 |    66192      252     23 | 42.613 % |
5.61/5.88	c 6	|       477 |    5636   164113   477846 |    72811      477     23 | 42.613 % |
5.81/6.05	c 6	|       814 |    5636   164113   477846 |    80092      814     23 | 42.613 % |
6.00/6.25	c 7	|      1321 |    5636   164113   477846 |    88101     1321     22 | 42.613 % |
6.20/6.49	c 7	|      2080 |    5636   164113   477846 |    96912     2080     23 | 42.613 % |
6.69/6.99	c 7	|      3219 |    5636   164113   477846 |   106603     3219     23 | 42.613 % |
8.09/8.30	c 9	|      4927 |    5636   164113   477846 |   117263     4927     24 | 42.613 % |
9.86/10.19	c 11	|      7489 |    5636   164113   477846 |   128989     7489     25 | 42.613 % |
13.43/13.77	c 14	|     11334 |    5636   164113   477846 |   141888    11334     25 | 42.613 % |
19.37/19.73	c 20	|     17100 |    5636   164113   477846 |   156077    17100     25 | 42.613 % |
29.18/29.66	c 30	|     25750 |    5636   164113   477846 |   171685    25750     26 | 42.613 % |
46.51/47.12	c 47	|     38726 |    5636   164113   477846 |   188854    38726     26 | 42.613 % |
74.24/75.19	c 76	|     58188 |    5636   164113   477846 |   207739    58188     26 | 42.613 % |
123.49/124.86	c 125	|     87380 |    5636   164113   477846 |   228513    87380     26 | 42.613 % |
208.38/210.54	c 211	|    131170 |    5636   164113   477846 |   251364   131170     26 | 42.613 % |
366.00/369.63	c 370	|    196854 |    5636   164113   477846 |   276501   196854     26 | 42.613 % |
663.37/669.85	c 670	|    295382 |    5636   164113   477846 |   304151    32214     23 | 42.613 % |
941.24/950.39	c 951	|    443172 |    5636   164113   477846 |   334566   180004     26 | 42.613 % |
1589.47/1599.91	c 1600	|    664855 |    5636   164113   477846 |   368023    79936     25 | 42.613 % |
2690.74/2701.62	c 2702	|    997380 |    5636   164113   477846 |   404825    59671     23 | 42.613 % |
3600.09/3611.32	c ERROR unknown output  in HOME/temp.out
3600.09/3611.32	c 3612	CPU 4.89 (0.04 0.01 4.85 0.19)
3600.09/3611.32	c 3612	END Tue Jul 15 13:06:09 2008
3600.09/3611.32	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	257	283
257 unsatisfied constraints, 283 satisfied constraints

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-1120524-1216116357/watcher-1120524-1216116357 -o /tmp/evaluation-result-1120524-1216116357/solver-1120524-1216116357 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1120524-1216116357.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.06 2.08 2.14 4/73 30858
/proc/meminfo: memFree=1762096/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=12268 CPUtime=0
/proc/30858/stat : 30858 (sugar) R 30856 30858 29971 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 68337721 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 238487829093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30858/statm: 3067 316 241 3 0 167 0

[startup+0.053045 s]
/proc/loadavg: 2.06 2.08 2.14 4/73 30858
/proc/meminfo: memFree=1762096/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13600 CPUtime=0.03
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 68337721 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102053 s]
/proc/loadavg: 2.06 2.08 2.14 4/73 30858
/proc/meminfo: memFree=1762096/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13600 CPUtime=0.03
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 68337721 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302077 s]
/proc/loadavg: 2.06 2.08 2.14 4/73 30858
/proc/meminfo: memFree=1762096/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13600 CPUtime=0.03
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 68337721 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702119 s]
/proc/loadavg: 2.06 2.08 2.14 4/73 30858
/proc/meminfo: memFree=1762096/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13600 CPUtime=0.39
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 974 4337 0 1 3 1 32 3 15 0 1 0 68337721 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50222 s]
/proc/loadavg: 1.98 2.06 2.14 4/84 30880
/proc/meminfo: memFree=1747864/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13600 CPUtime=0.39
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 974 4337 0 1 3 1 32 3 15 0 1 0 68337721 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3400 797 370 3 0 500 0
[pid=30871] ppid=30858 vsize=5356 CPUtime=0
/proc/30871/stat : 30871 (sh) S 30858 30858 29971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 68337764 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30871/statm: 1339 233 193 169 0 50 0
[pid=30872] ppid=30871 vsize=868376 CPUtime=1.05
/proc/30872/stat : 30872 (java) S 30871 30858 29971 0 -1 0 6579 0 1 0 99 6 0 0 18 0 9 0 68337764 889217024 5723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30872/statm: 217094 5723 2563 9 0 211641 0
[pid=30872/tid=30873] ppid=30871 vsize=868376 CPUtime=0.69
/proc/30872/task/30873/stat : 30873 (java) R 30871 30858 29971 0 -1 64 2805 0 1 0 66 3 0 0 21 0 9 0 68337765 889217024 5723 996147200 134512640 134550740 4294955936 18446744073709551615 4126949176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30872/tid=30874] ppid=30871 vsize=868376 CPUtime=0.08
/proc/30872/task/30874/stat : 30874 (java) S 30871 30858 29971 0 -1 64 1596 0 0 0 8 0 0 0 16 0 9 0 68337766 889217024 5723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30872/tid=30875] ppid=30871 vsize=868376 CPUtime=0
/proc/30872/task/30875/stat : 30875 (java) S 30871 30858 29971 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68337766 889217024 5723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30872/tid=30876] ppid=30871 vsize=868376 CPUtime=0
/proc/30872/task/30876/stat : 30876 (java) S 30871 30858 29971 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 68337766 889217024 5723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30872/tid=30877] ppid=30871 vsize=868376 CPUtime=0
/proc/30872/task/30877/stat : 30877 (java) S 30871 30858 29971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 68337768 889217024 5723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30872/tid=30878] ppid=30871 vsize=868376 CPUtime=0.25
/proc/30872/task/30878/stat : 30878 (java) S 30871 30858 29971 0 -1 64 1484 0 0 0 24 1 0 0 16 0 9 0 68337768 889217024 5723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30872/tid=30879] ppid=30871 vsize=868376 CPUtime=0
/proc/30872/task/30879/stat : 30879 (java) S 30871 30858 29971 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 68337768 889217024 5723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30872/tid=30880] ppid=30871 vsize=868376 CPUtime=0
/proc/30872/task/30880/stat : 30880 (java) S 30871 30858 29971 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 68337768 889217024 5723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887332

[startup+3.1014 s]
/proc/loadavg: 1.98 2.06 2.14 3/76 30882
/proc/meminfo: memFree=1742808/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=1.89
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1071 11352 0 2 3 1 172 13 15 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30881] ppid=30858 vsize=5356 CPUtime=0
/proc/30881/stat : 30881 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68337921 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30881/statm: 1339 232 193 169 0 50 0
[pid=30882] ppid=30881 vsize=18104 CPUtime=1.08
/proc/30882/stat : 30882 (minisat) R 30881 30858 29971 0 -1 4194304 4329 0 0 0 106 2 0 0 25 0 1 0 68337921 18538496 4315 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/30882/statm: 4526 4315 75 150 0 4373 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 37192

[startup+6.30176 s]
/proc/loadavg: 1.98 2.06 2.14 3/76 30894
/proc/meminfo: memFree=1738648/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.07
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 3 1 484 19 15 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=18228 CPUtime=1.03
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 4362 0 0 0 101 2 0 0 25 0 1 0 68338246 18665472 4348 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/30894/statm: 4557 4348 75 150 0 4404 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 37316

[startup+12.7015 s]
/proc/loadavg: 2.06 2.07 2.14 3/76 30894
/proc/meminfo: memFree=1735192/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.07
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 3 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=18228 CPUtime=7.37
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 4374 0 0 0 735 2 0 0 25 0 1 0 68338246 18665472 4360 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30894/statm: 4557 4360 75 150 0 4404 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 37316

[startup+25.503 s]
/proc/loadavg: 2.05 2.07 2.14 3/76 30894
/proc/meminfo: memFree=1735256/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.07
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 3 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=18360 CPUtime=20.05
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 4387 0 0 0 2003 2 0 0 25 0 1 0 68338246 18800640 4373 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/30894/statm: 4590 4373 75 150 0 4437 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 37448

[startup+51.1029 s]
/proc/loadavg: 2.03 2.06 2.13 3/76 30894
/proc/meminfo: memFree=1734552/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.07
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 3 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=19132 CPUtime=45.4
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 4581 0 0 0 4538 2 0 0 25 0 1 0 68338246 19591168 4567 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30894/statm: 4783 4567 75 150 0 4630 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 38220

[startup+102.307 s]
/proc/loadavg: 2.01 2.05 2.12 3/76 30894
/proc/meminfo: memFree=1729880/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=23792 CPUtime=96.12
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 5739 0 0 0 9609 3 0 0 25 0 1 0 68338246 24363008 5725 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30894/statm: 5948 5725 75 150 0 5795 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 42880

[startup+162.303 s]
/proc/loadavg: 2.00 2.04 2.11 3/76 30894
/proc/meminfo: memFree=1724952/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=28724 CPUtime=155.56
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 6933 0 0 0 15552 4 0 0 25 0 1 0 68338246 29413376 6919 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30894/statm: 7181 6919 75 150 0 7028 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 47812

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.10 3/76 30894
/proc/meminfo: memFree=1720920/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1582872/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=70812 CPUtime=3146.18
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17115 0 0 0 314596 22 0 0 25 0 1 0 68338246 72511488 17093 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17703 17093 75 150 0 17550 0
Current children cumulated CPU time (s) 3151.26
Current children cumulated vsize (KiB) 89900

[startup+3222.3 s]
/proc/loadavg: 2.08 2.18 2.09 3/76 30955
/proc/meminfo: memFree=1582872/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=70932 CPUtime=3206.16
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17131 0 0 0 320594 22 0 0 25 0 1 0 68338246 72634368 17109 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17733 17109 75 150 0 17580 0
Current children cumulated CPU time (s) 3211.24
Current children cumulated vsize (KiB) 90020

[startup+3282.3 s]
/proc/loadavg: 2.03 2.14 2.08 3/76 30955
/proc/meminfo: memFree=1582808/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=70932 CPUtime=3266.14
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17139 0 0 0 326592 22 0 0 25 0 1 0 68338246 72634368 17117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17733 17117 75 150 0 17580 0
Current children cumulated CPU time (s) 3271.22
Current children cumulated vsize (KiB) 90020

[startup+3342.3 s]
/proc/loadavg: 2.12 2.14 2.09 3/76 30961
/proc/meminfo: memFree=1582616/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=70932 CPUtime=3326.11
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17140 0 0 0 332588 23 0 0 25 0 1 0 68338246 72634368 17118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17733 17118 75 150 0 17580 0
Current children cumulated CPU time (s) 3331.19
Current children cumulated vsize (KiB) 90020

[startup+3402.31 s]
/proc/loadavg: 2.04 2.12 2.08 3/76 30961
/proc/meminfo: memFree=1582424/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=70932 CPUtime=3386.09
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17141 0 0 0 338586 23 0 0 25 0 1 0 68338246 72634368 17119 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17733 17119 75 150 0 17580 0
Current children cumulated CPU time (s) 3391.17
Current children cumulated vsize (KiB) 90020

[startup+3462.3 s]
/proc/loadavg: 2.01 2.09 2.08 3/76 30961
/proc/meminfo: memFree=1582168/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=71096 CPUtime=3446.06
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17173 0 0 0 344583 23 0 0 25 0 1 0 68338246 72802304 17151 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17774 17151 75 150 0 17621 0
Current children cumulated CPU time (s) 3451.14
Current children cumulated vsize (KiB) 90184

[startup+3522.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/76 30961
/proc/meminfo: memFree=1582104/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=71260 CPUtime=3506.04
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17191 0 0 0 350581 23 0 0 25 0 1 0 68338246 72970240 17169 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17815 17169 75 150 0 17662 0
Current children cumulated CPU time (s) 3511.12
Current children cumulated vsize (KiB) 90348

[startup+3582.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/76 30961
/proc/meminfo: memFree=1582040/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=71260 CPUtime=3566.01
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17192 0 0 0 356578 23 0 0 25 0 1 0 68338246 72970240 17170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17815 17170 75 150 0 17662 0
Current children cumulated CPU time (s) 3571.09
Current children cumulated vsize (KiB) 90348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.31 s]
/proc/loadavg: 2.00 2.05 2.06 3/76 30961
/proc/meminfo: memFree=1581848/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=71380 CPUtime=3595.01
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17242 0 0 0 359478 23 0 0 25 0 1 0 68338246 73093120 17220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17845 17220 75 150 0 17692 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 90468

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

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

[startup+3611.31 s]
/proc/loadavg: 2.00 2.05 2.06 3/76 30961
/proc/meminfo: memFree=1581848/2055920 swapFree=4181112/4192956
[pid=30858] ppid=30856 vsize=13732 CPUtime=5.08
/proc/30858/stat : 30858 (sugar) S 30856 30858 29971 0 -1 4194304 1191 19852 0 3 4 1 484 19 16 0 1 0 68337721 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 3433 819 374 3 0 533 0
[pid=30893] ppid=30858 vsize=5356 CPUtime=0
/proc/30893/stat : 30893 (sh) S 30858 30858 29971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68338246 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30893/statm: 1339 232 193 169 0 50 0
[pid=30894] ppid=30893 vsize=71380 CPUtime=3595.01
/proc/30894/stat : 30894 (minisat) R 30893 30858 29971 0 -1 4194304 17242 0 0 0 359478 23 0 0 25 0 1 0 68338246 73093120 17220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30894/statm: 17845 17220 75 150 0 17692 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 90468

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30858 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=892256
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=217966
# CPU time returned by wait4() is 5.11022
# while last known CPU time is 3600.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3611.33
CPU time (s): 3600.09
CPU user time (s): 3599.66
CPU system time (s): 0.43
CPU usage (%): 99.6888
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.89226
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21387
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= 3447
involuntary context switches= 3318

runsolver used 4.09738 second user time and 12.3381 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-15 12:05:57
IDJOB=1120524
IDBENCH=62505
IDSOLVER=368
FILE ID=node23/1120524-1216116357
PBS_JOBID= 7905293
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-40/normalized-maxcut-40-540-3_ext.xml
COMMAND LINE= DIR/sugar -max -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-1120524-1216116357/watcher-1120524-1216116357 -o /tmp/evaluation-result-1120524-1216116357/solver-1120524-1216116357 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1120524-1216116357.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0144e582698f4c491aeaa3f9e4b2383e
RANDOM SEED=1325504760

node23.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.240
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.240
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:       1762576 kB
Buffers:         68248 kB
Cached:         158520 kB
SwapCached:       5792 kB
Active:         166444 kB
Inactive:        71880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762576 kB
SwapTotal:     4192956 kB
SwapFree:      4181112 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          18352 kB
Slab:            40392 kB
Committed_AS:   259712 kB
PageTables:       1816 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= 66552 MiB
End job on node23 at 2008-07-15 13:06:11