Trace number 1120835

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-incMSAT (TO) 3600.14 3602.03

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-480-6_ext.xml
MD5SUM080572c6a3f4183878ca96d0cbad3cfb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints193
Best CPU time to get the best result obtained on this benchmark272.491
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints480
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension480
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Tue Jul 15 13:39:38 2008
0.00/0.08	c 0	PID 28516
0.00/0.08	c 0	HOST node1.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1120835-1216121978.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120835-1216121978.xml' 'HOME/temp.csp'
0.07/0.45	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 480 constraints
0.07/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.59	c 0	Parsing HOME/temp.csp
0.37/0.72	c 1	parsed 522 expressions
0.37/0.78	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.79	c 1	MAX CSP: 480 constraints
0.37/0.79	c 1	Converting to clausal form CSP
0.37/0.82	c 1	converted 101 (10%) expressions
0.37/0.84	c 1	converted 201 (20%) expressions
0.37/0.85	c 1	converted 302 (30%) expressions
0.37/0.85	c 1	converted 402 (40%) expressions
0.37/0.86	c 1	converted 503 (50%) expressions
0.37/0.87	c 1	converted 603 (60%) expressions
0.37/0.88	c 1	converted 704 (70%) expressions
0.37/0.88	c 1	converted 804 (80%) expressions
0.37/0.89	c 1	converted 905 (90%) expressions
0.94/1.12	c 1	converted 1005 (100%) expressions
0.94/1.12	c 1	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 721
0.94/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.12	c 1	Propagation in CSP
0.94/1.16	c 1	476 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.16	c 1	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 481
0.94/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.17	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.17	c 1	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 481
0.94/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.21	c 1	100 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.21	c 1	200 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.21	c 1	300 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.21	c 1	400 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.21	c 1	500 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.23	c 1	600 (60%) CSP integer variables are encoded (3592 clauses, 45803 bytes)
1.03/1.23	c 1	700 (70%) CSP integer variables are encoded (4613 clauses, 59076 bytes)
1.03/1.23	c 1	800 (80%) CSP integer variables are encoded (5649 clauses, 72544 bytes)
1.03/1.23	c 1	900 (90%) CSP integer variables are encoded (6276 clauses, 80695 bytes)
1.03/1.23	c 1	1000 (100%) CSP integer variables are encoded (7173 clauses, 92356 bytes)
1.03/1.26	c 1	144 (10%) CSP clauses are encoded (7461 clauses, 95938 bytes)
1.03/1.28	c 1	288 (20%) CSP clauses are encoded (7749 clauses, 99892 bytes)
1.03/1.29	c 1	432 (30%) CSP clauses are encoded (8037 clauses, 103924 bytes)
1.23/1.41	c 1	576 (40%) CSP clauses are encoded (42281 clauses, 704576 bytes)
1.33/1.57	c 1	720 (50%) CSP clauses are encoded (131247 clauses, 2334244 bytes)
1.33/1.58	c 1	864 (60%) CSP clauses are encoded (135685 clauses, 2411601 bytes)
1.52/1.78	c 2	1008 (70%) CSP clauses are encoded (249531 clauses, 4505665 bytes)
1.52/1.80	c 2	1152 (80%) CSP clauses are encoded (254599 clauses, 4594256 bytes)
1.62/1.82	c 2	1296 (90%) CSP clauses are encoded (266565 clauses, 4809520 bytes)
1.72/1.90	c 2	1439 (100%) CSP clauses are encoded (310479 clauses, 5610716 bytes)
1.72/1.90	c 2	1439 CSP clauses encoded
1.72/1.90	c 2	Writing map file : HOME/temp.map
1.72/1.91	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.91	c 2	SAT : 8173 SAT variables, 310479 SAT clauses, 5610716 bytes
1.72/1.91	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.92	c 2	OBJECTIVE minimize _COST
1.72/1.92	c 2	SOLVING HOME/temp.cnf
1.72/1.92	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.72/1.92	c 2	This is MiniSat 2.0 beta incremental
1.72/1.92	c 2	WARNING: for repeatability, setting FPU to use double precision
1.72/1.92	c 2	============================[ Problem Statistics ]=============================
1.72/1.92	c 2	|                                                                             |
1.72/1.92	c 2	|  Number of variables:  8173                                                 |
1.72/1.93	c 2	|  Number of clauses:    310479                                               |
1.75/2.07	c 2	|  Parsing time:         0.13         s                                       |
1.75/2.07	c 2	OK
1.75/2.07	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.75/2.07	c 2	SEARCHING: _COST <= 240
1.75/2.07	c 2	============================[ Search Statistics ]==============================
1.75/2.07	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.75/2.07	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.75/2.07	c 2	===============================================================================
1.75/2.07	c 2	|         0 |    8173   310479   909438 |   103493        0    nan |  0.000 % |
2.01/2.21	c 2	|       100 |    8173   310479   909438 |   113842      100     27 |  0.003 % |
2.11/2.30	c 2	|       250 |    8173   310479   909438 |   125226      250     30 |  0.003 % |
2.21/2.42	c 2	|       476 |    8173   310479   909438 |   137749      476     31 |  0.003 % |
2.31/2.53	c 2	|       813 |    8173   310479   909438 |   151524      813     27 |  0.003 % |
2.60/2.85	c 3	|      1319 |    8173   310479   909438 |   166676     1319     27 |  0.003 % |
3.10/3.37	c 3	|      2079 |    8173   310479   909438 |   183344     2079     30 |  0.003 % |
3.99/4.28	c 4	|      3218 |    8173   310479   909438 |   201678     3218     33 |  0.003 % |
4.88/5.13	c 5	|      4928 |    8173   310479   909438 |   221846     4928     33 |  0.003 % |
6.27/6.60	c 6	|      7491 |    8173   310479   909438 |   244031     7491     34 |  0.003 % |
6.46/6.75	c 7	===============================================================================
6.46/6.75	c 7	restarts              : 10
6.46/6.75	c 7	conflicts             : 7786          (1635 /sec)
6.46/6.75	c 7	decisions             : 10273         (0.28 % random) (2158 /sec)
6.46/6.75	c 7	propagations          : 3000884        (630269 /sec)
6.46/6.75	c 7	conflict literals     : 260951         (27.93 % deleted)
6.46/6.75	c 7	Memory used           : 16.07 MB
6.46/6.75	c 7	CPU time              : 4.76128 s
6.46/6.75	c 7	
6.46/6.75	c 7	SATISFIABLE
6.46/6.75	c 7	OK
6.46/6.75	c 7	FOUND: _COST <= 240
6.46/6.75	s SATISFIABLE
6.46/6.75	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.46/6.75	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.52/7.02	c 7	Decoding HOME/temp.out
6.52/7.14	c 7	OBJECTIVE _COST 240
6.52/7.14	o 240
6.52/7.14	v 1 1 0 1 1 0 0 0 1 0 1 0 1 0 1 1 0 1 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 1 1 0 0 1 1
6.52/7.15	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.78/7.22	c 7	OK
6.78/7.22	c 7	OBJECTIVE BOUND: 0 <= _COST <= 240
6.78/7.22	c 7	SEARCHING: _COST <= 120
6.78/7.22	c 7	============================[ Search Statistics ]==============================
6.78/7.22	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.78/7.22	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.78/7.22	c 7	===============================================================================
6.78/7.22	c 7	|      7786 |    6013   198764   580533 |    66254     7786     34 |  0.003 % |
6.78/7.26	c 7	|      7886 |    6013   198764   580533 |    72880     7886     33 | 26.430 % |
6.88/7.33	c 7	|      8036 |    6013   198764   580533 |    80168     8036     33 | 26.430 % |
6.98/7.45	c 7	|      8261 |    6013   198764   580533 |    88184     8261     33 | 26.430 % |
7.18/7.62	c 7	|      8598 |    6013   198764   580533 |    97003     8598     32 | 26.430 % |
7.37/7.89	c 8	|      9104 |    6013   198764   580533 |   106703     9104     31 | 26.430 % |
7.87/8.33	c 8	|      9863 |    6013   198764   580533 |   117374     9863     30 | 26.430 % |
8.47/8.96	c 9	|     11003 |    6013   198764   580533 |   129111    11003     29 | 26.430 % |
9.57/10.05	c 10	|     12711 |    6013   198764   580533 |   142022    12711     28 | 26.430 % |
11.48/11.99	c 12	|     15273 |    6013   198764   580533 |   156225    15273     28 | 26.430 % |
14.78/15.27	c 15	|     19117 |    6013   198764   580533 |   171847    19117     28 | 26.430 % |
20.57/21.08	c 21	|     24884 |    6013   198764   580533 |   189032    24884     27 | 26.430 % |
30.37/30.85	c 31	|     33535 |    6013   198764   580533 |   207935    33535     27 | 26.430 % |
44.66/45.19	c 45	|     46510 |    6013   198764   580533 |   228729    46510     27 | 26.430 % |
68.44/68.92	c 69	|     65971 |    6013   198764   580533 |   251601    65971     25 | 26.430 % |
112.83/113.31	c 113	|     95163 |    6013   198764   580533 |   276762    95163     26 | 26.430 % |
191.39/191.92	c 192	|    138953 |    6013   198764   580533 |   304438   138953     26 | 26.430 % |
338.44/339.09	c 339	|    204638 |    6013   198764   580533 |   334882   204638     27 | 26.430 % |
603.62/604.39	c 604	|    303164 |    6013   198764   580533 |   368370   303164     27 | 26.430 % |
957.48/958.35	c 958	|    450953 |    6013   198764   580533 |   405207    96233     27 | 26.430 % |
1589.01/1590.14	c 1590	|    672638 |    6013   198764   580533 |   445728   317918     27 | 26.430 % |
2543.34/2544.89	c 2545	|   1005164 |    6013   198764   580533 |   490301   218669     27 | 26.430 % |
3600.08/3602.01	c ERROR INTERRUPTED
3600.08/3602.02	c 3602	CPU 3599.5 (0.06 0.02 3599.44 0.59)
3600.08/3602.02	c 3602	END Tue Jul 15 14:39:40 2008

Verifier Data (download as text)

OK	232	248
232 unsatisfied constraints, 248 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-1120835-1216121978/watcher-1120835-1216121978 -o /tmp/evaluation-result-1120835-1216121978/solver-1120835-1216121978 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1120835-1216121978.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: 3.19 3.16 2.99 5/80 28516
/proc/meminfo: memFree=1662616/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=18572 CPUtime=0
/proc/28516/stat : 28516 (runsolver) R 28514 28516 27797 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 68901272 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28516/statm: 4643 292 257 25 0 2626 0

[startup+0.0923291 s]
/proc/loadavg: 3.19 3.16 2.99 5/80 28516
/proc/meminfo: memFree=1662616/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16740 CPUtime=0.07
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 68901272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28516/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101326 s]
/proc/loadavg: 3.19 3.16 2.99 5/80 28516
/proc/meminfo: memFree=1662616/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16740 CPUtime=0.07
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 68901272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28516/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301349 s]
/proc/loadavg: 3.19 3.16 2.99 5/80 28516
/proc/meminfo: memFree=1662616/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16740 CPUtime=0.07
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 68901272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28516/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701398 s]
/proc/loadavg: 3.19 3.16 2.99 5/80 28516
/proc/meminfo: memFree=1662616/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16740 CPUtime=0.37
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1296 4532 0 1 6 1 27 3 15 0 1 0 68901272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28516/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16740

[startup+1.50249 s]
/proc/loadavg: 3.19 3.16 2.99 4/91 28538
/proc/meminfo: memFree=1651520/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16740 CPUtime=0.37
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1297 4532 0 1 6 1 27 3 15 0 1 0 68901272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28516/statm: 4185 1104 409 3 0 764 0
[pid=28529] ppid=28516 vsize=5356 CPUtime=0
/proc/28529/stat : 28529 (sh) S 28516 28516 27797 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 68901323 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28529/statm: 1339 233 193 169 0 50 0
[pid=28530] ppid=28529 vsize=868492 CPUtime=0.96
/proc/28530/stat : 28530 (java) S 28529 28516 27797 0 -1 0 6487 0 1 0 91 5 0 0 18 0 9 0 68901323 889335808 5675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 217123 5675 2563 9 0 211670 0
[pid=28530/tid=28531] ppid=28529 vsize=868492 CPUtime=0.64
/proc/28530/task/28531/stat : 28531 (java) R 28529 28516 27797 0 -1 64 2760 0 1 0 62 2 0 0 19 0 9 0 68901324 889335808 5675 996147200 134512640 134550740 4294955920 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28532] ppid=28529 vsize=868492 CPUtime=0.07
/proc/28530/task/28532/stat : 28532 (java) S 28529 28516 27797 0 -1 64 1558 0 0 0 6 1 0 0 16 0 9 0 68901325 889335808 5675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28529 vsize=868492 CPUtime=0
/proc/28530/task/28533/stat : 28533 (java) S 28529 28516 27797 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68901325 889335808 5675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28529 vsize=868492 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28529 28516 27797 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 68901325 889335808 5675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28529 vsize=868492 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28529 28516 27797 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 68901327 889335808 5675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28529 vsize=868492 CPUtime=0.23
/proc/28530/task/28536/stat : 28536 (java) S 28529 28516 27797 0 -1 64 1476 0 0 0 22 1 0 0 16 0 9 0 68901327 889335808 5675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28529 vsize=868492 CPUtime=0
/proc/28530/task/28537/stat : 28537 (java) S 28529 28516 27797 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 68901327 889335808 5675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28529 vsize=868492 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) R 28529 28516 27797 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 68901327 889335808 5675 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 890588

[startup+3.10169 s]
/proc/loadavg: 3.10 3.14 2.99 4/82 28539
/proc/meminfo: memFree=1639816/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.75
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1474 11448 0 2 6 1 157 11 15 0 1 0 68901272 17276928 1125 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28516/statm: 4218 1125 414 3 0 797 0
[pid=28539] ppid=28516 vsize=15392 CPUtime=1.15
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 3766 0 0 0 114 1 0 0 25 0 1 0 68901464 15761408 3716 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28539/statm: 3848 3716 73 151 0 3694 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 32264

[startup+6.30206 s]
/proc/loadavg: 3.10 3.14 2.99 4/82 28539
/proc/meminfo: memFree=1638664/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.75
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1474 11448 0 2 6 1 157 11 15 0 1 0 68901272 17276928 1125 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28516/statm: 4218 1125 414 3 0 797 0
[pid=28539] ppid=28516 vsize=16324 CPUtime=4.32
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 4001 0 0 0 431 1 0 0 25 0 1 0 68901464 16715776 3951 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/28539/statm: 4081 3951 73 151 0 3927 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 33196

[startup+12.7018 s]
/proc/loadavg: 3.08 3.14 2.99 3/82 28549
/proc/meminfo: memFree=1638024/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.96
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 1 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=16608 CPUtime=10.32
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 4074 0 0 0 1030 2 0 0 25 0 1 0 68901464 17006592 4022 996147200 134512640 135134323 4294956192 18446744073709551615 134532340 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 4152 4022 79 151 0 3998 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 33480

[startup+25.5013 s]
/proc/loadavg: 3.07 3.13 2.99 3/82 28549
/proc/meminfo: memFree=1638216/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.96
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 1 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=16740 CPUtime=23.11
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 4129 0 0 0 2309 2 0 0 25 0 1 0 68901464 17141760 4077 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 4185 4077 79 151 0 4031 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 33612

[startup+51.1013 s]
/proc/loadavg: 2.91 3.09 2.98 3/82 28549
/proc/meminfo: memFree=1635272/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.96
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 1 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=19952 CPUtime=48.69
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 4917 0 0 0 4866 3 0 0 25 0 1 0 68901464 20430848 4865 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 4988 4865 79 151 0 4834 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 36824

[startup+102.306 s]
/proc/loadavg: 2.65 2.98 2.94 3/82 28549
/proc/meminfo: memFree=1630280/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.96
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 1 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=24756 CPUtime=99.87
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 6124 0 0 0 9983 4 0 0 25 0 1 0 68901464 25350144 6072 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 6189 6072 79 151 0 6035 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 41628

[startup+162.301 s]
/proc/loadavg: 2.71 2.94 2.93 3/82 28549
/proc/meminfo: memFree=1625096/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.96
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 1 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=30020 CPUtime=159.85
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 7415 0 0 0 15979 6 0 0 25 0 1 0 68901464 30740480 7363 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 7505 7363 79 151 0 7351 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 46892

[startup+222.301 s]
/proc/loadavg: 2.50 2.84 2.89 3/82 28549
/proc/meminfo: memFree=1620680/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.96
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 1 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=34728 CPUtime=219.82
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 8511 0 0 0 21975 7 0 0 25 0 1 0 68901464 35561472 8459 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 8682 8459 79 151 0 8528 0
Current children cumulated CPU time (s) 221.78
Current children cumulated vsize (KiB) 51600

[startup+282.301 s]
/proc/loadavg: 2.62 2.82 2.88 3/82 28549
/proc/meminfo: memFree=1616648/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.96
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 1 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=38612 CPUtime=279.8
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 9512 0 0 0 27972 8 0 0 25 0 1 0 68901464 39538688 9460 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 9653 9460 79 151 0 9499 0
Current children cumulated CPU time (s) 281.76
Current children cumulated vsize (KiB) 55484

[startup+342.301 s]
/proc/loadavg: 2.71 2.80 2.87 4/82 28549
/proc/meminfo: memFree=1612680/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.96
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 1 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=28539] ppid=28516 vsize=82304 CPUtime=2858.73
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20123 0 0 0 285834 39 0 0 25 0 1 0 68901464 84279296 20054 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 20576 20054 79 151 0 20422 0
Current children cumulated CPU time (s) 2860.7
Current children cumulated vsize (KiB) 99176

[startup+2922.3 s]
/proc/loadavg: 2.76 2.65 2.63 3/82 28595
/proc/meminfo: memFree=1572744/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=82424 CPUtime=2918.7
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20139 0 0 0 291831 39 0 0 25 0 1 0 68901464 84402176 20070 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 20606 20070 79 151 0 20452 0
Current children cumulated CPU time (s) 2920.67
Current children cumulated vsize (KiB) 99296

[startup+2982.3 s]
/proc/loadavg: 2.65 2.64 2.63 3/82 28595
/proc/meminfo: memFree=1572680/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=82424 CPUtime=2978.67
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20152 0 0 0 297828 39 0 0 25 0 1 0 68901464 84402176 20083 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 20606 20083 79 151 0 20452 0
Current children cumulated CPU time (s) 2980.64
Current children cumulated vsize (KiB) 99296

[startup+3042.3 s]
/proc/loadavg: 2.73 2.65 2.63 3/82 28595
/proc/meminfo: memFree=1572616/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=82544 CPUtime=3038.65
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20155 0 0 0 303826 39 0 0 25 0 1 0 68901464 84525056 20086 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 20636 20086 79 151 0 20482 0
Current children cumulated CPU time (s) 3040.62
Current children cumulated vsize (KiB) 99416

[startup+3102.3 s]
/proc/loadavg: 2.51 2.61 2.62 3/82 28595
/proc/meminfo: memFree=1572552/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=82544 CPUtime=3098.62
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20173 0 0 0 309823 39 0 0 25 0 1 0 68901464 84525056 20104 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 20636 20104 79 151 0 20482 0
Current children cumulated CPU time (s) 3100.59
Current children cumulated vsize (KiB) 99416

[startup+3162.3 s]
/proc/loadavg: 2.62 2.62 2.62 3/82 28595
/proc/meminfo: memFree=1572488/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=82544 CPUtime=3158.59
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20195 0 0 0 315820 39 0 0 25 0 1 0 68901464 84525056 20126 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 20636 20126 79 151 0 20482 0
Current children cumulated CPU time (s) 3160.56
Current children cumulated vsize (KiB) 99416

[startup+3222.3 s]
/proc/loadavg: 2.55 2.59 2.61 3/82 28595
/proc/meminfo: memFree=1572360/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=82708 CPUtime=3218.58
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20224 0 0 0 321818 40 0 0 25 0 1 0 68901464 84692992 20155 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 20677 20155 79 151 0 20523 0
Current children cumulated CPU time (s) 3220.55
Current children cumulated vsize (KiB) 99580

[startup+3282.3 s]
/proc/loadavg: 2.53 2.59 2.61 3/82 28595
/proc/meminfo: memFree=1572168/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=82868 CPUtime=3278.55
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20250 0 0 0 327815 40 0 0 25 0 1 0 68901464 84856832 20181 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 20717 20181 79 151 0 20563 0
Current children cumulated CPU time (s) 3280.52
Current children cumulated vsize (KiB) 99740

[startup+3342.3 s]
/proc/loadavg: 2.59 2.59 2.61 3/82 28595
/proc/meminfo: memFree=1572168/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=82868 CPUtime=3338.52
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20255 0 0 0 333812 40 0 0 25 0 1 0 68901464 84856832 20186 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 20717 20186 79 151 0 20563 0
Current children cumulated CPU time (s) 3340.49
Current children cumulated vsize (KiB) 99740

[startup+3402.31 s]
/proc/loadavg: 2.50 2.58 2.60 3/82 28595
/proc/meminfo: memFree=1570824/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=84220 CPUtime=3398.51
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 20572 0 0 0 339810 41 0 0 25 0 1 0 68901464 86241280 20503 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 21055 20503 79 151 0 20901 0
Current children cumulated CPU time (s) 3400.48
Current children cumulated vsize (KiB) 101092

[startup+3462.3 s]
/proc/loadavg: 2.66 2.61 2.61 3/82 28595
/proc/meminfo: memFree=1568968/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=85936 CPUtime=3458.47
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 21030 0 0 0 345806 41 0 0 25 0 1 0 68901464 87998464 20961 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 21484 20961 79 151 0 21330 0
Current children cumulated CPU time (s) 3460.44
Current children cumulated vsize (KiB) 102808

[startup+3522.3 s]
/proc/loadavg: 2.50 2.58 2.60 3/82 28595
/proc/meminfo: memFree=1566792/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=89260 CPUtime=3518.45
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 21574 0 0 0 351803 42 0 0 25 0 1 0 68901464 91402240 21505 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 22315 21505 79 151 0 22161 0
Current children cumulated CPU time (s) 3520.42
Current children cumulated vsize (KiB) 106132

[startup+3582.3 s]
/proc/loadavg: 2.55 2.57 2.60 3/82 28595
/proc/meminfo: memFree=1564744/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=91108 CPUtime=3578.42
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 22086 0 0 0 357799 43 0 0 25 0 1 0 68901464 93294592 22017 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 22777 22017 79 151 0 22623 0
Current children cumulated CPU time (s) 3580.39
Current children cumulated vsize (KiB) 107980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602 s]
/proc/loadavg: 2.56 2.57 2.59 3/82 28595
/proc/meminfo: memFree=1564424/2055920 swapFree=4180660/4192956
[pid=28516] ppid=28514 vsize=16872 CPUtime=1.97
/proc/28516/stat : 28516 (sugar++) S 28514 28516 27797 0 -1 4194304 1558 15323 0 3 6 2 175 14 16 0 1 0 68901272 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28516/statm: 4218 1126 414 3 0 797 0
[pid=28539] ppid=28516 vsize=91372 CPUtime=3598.11
/proc/28539/stat : 28539 (minisat-inc) R 28516 28516 27797 0 -1 4194304 22153 0 0 0 359768 43 0 0 25 0 1 0 68901464 93564928 22084 996147200 134512640 135134323 4294956192 18446744073709551615 134524710 0 0 4096 3 0 0 0 17 0 0 0
/proc/28539/statm: 22843 22084 79 151 0 22689 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 108244

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

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

Child status: 0
Real time (s): 3602.03
CPU time (s): 3600.14
CPU user time (s): 3599.51
CPU system time (s): 0.624905
CPU usage (%): 99.9476
Max. virtual memory (cumulated for all children) (KiB): 890588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.51
system time used= 0.624905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39112
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= 2684
involuntary context switches= 34890

runsolver used 4.46432 second user time and 10.9743 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-15 13:39:38
IDJOB=1120835
IDBENCH=62544
IDSOLVER=367
FILE ID=node1/1120835-1216121978
PBS_JOBID= 7905345
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-40/normalized-maxcut-40-480-6_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1120835-1216121978/watcher-1120835-1216121978 -o /tmp/evaluation-result-1120835-1216121978/solver-1120835-1216121978 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1120835-1216121978.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 080572c6a3f4183878ca96d0cbad3cfb
RANDOM SEED=1710182576

node1.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.244
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.244
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:       1663096 kB
Buffers:         72948 kB
Cached:         166016 kB
SwapCached:       6176 kB
Active:         239932 kB
Inactive:        83764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663096 kB
SwapTotal:     4192956 kB
SwapFree:      4180660 kB
Dirty:            1020 kB
Writeback:           0 kB
Mapped:         100960 kB
Slab:            54088 kB
Committed_AS:  1098376 kB
PageTables:       2056 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 node1 at 2008-07-15 14:39:42