Trace number 1120499

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.13 3611.12

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-480-8_ext.xml
MD5SUM533503f626a46cfb8a6d7cbc0db61281
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints192
Best CPU time to get the best result obtained on this benchmark283.354
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 12:00:09 2008
0.00/0.08	c 0	PID 26752
0.07/0.08	c 0	HOST node57.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1120499-1216116008.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120499-1216116008.xml' 'HOME/temp.csp'
0.07/0.47	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 480 constraints
0.07/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.53	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.46/0.61	c 0	Parsing HOME/temp.csp
0.46/0.72	c 0	parsed 522 expressions
0.46/0.73	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.74	c 0	MAX CSP: 480 constraints
0.46/0.74	c 0	Converting to clausal form CSP
0.46/0.77	c 0	converted 101 (10%) expressions
0.46/0.78	c 0	converted 201 (20%) expressions
0.46/0.79	c 0	converted 302 (30%) expressions
0.46/0.80	c 0	converted 402 (40%) expressions
0.46/0.81	c 0	converted 503 (50%) expressions
0.46/0.81	c 0	converted 603 (60%) expressions
0.46/0.82	c 0	converted 704 (70%) expressions
0.46/0.83	c 0	converted 804 (80%) expressions
0.46/0.83	c 0	converted 905 (90%) expressions
0.46/0.99	c 1	converted 1005 (100%) expressions
0.46/0.99	c 1	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 721
0.46/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.46/0.99	c 1	Propagation in CSP
0.91/1.03	c 1	476 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.03	c 1	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 481
0.91/1.03	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.03	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.04	c 1	CSP : 1000 integers, 0 booleans, 1439 clauses, largest domain size 481
0.91/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.07	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.07	c 1	100 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.07	c 1	200 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.08	c 1	300 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.08	c 1	400 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.08	c 1	500 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.91/1.09	c 1	600 (60%) CSP integer variables are encoded (3592 clauses, 45803 bytes)
0.91/1.09	c 1	700 (70%) CSP integer variables are encoded (4613 clauses, 59076 bytes)
0.91/1.09	c 1	800 (80%) CSP integer variables are encoded (5649 clauses, 72544 bytes)
0.91/1.10	c 1	900 (90%) CSP integer variables are encoded (6276 clauses, 80695 bytes)
0.91/1.10	c 1	1000 (100%) CSP integer variables are encoded (7173 clauses, 92356 bytes)
1.01/1.12	c 1	144 (10%) CSP clauses are encoded (7461 clauses, 95940 bytes)
1.01/1.14	c 1	288 (20%) CSP clauses are encoded (7749 clauses, 99862 bytes)
1.01/1.15	c 1	432 (30%) CSP clauses are encoded (8037 clauses, 103894 bytes)
1.10/1.26	c 1	576 (40%) CSP clauses are encoded (42281 clauses, 704546 bytes)
1.30/1.40	c 1	720 (50%) CSP clauses are encoded (131247 clauses, 2334214 bytes)
1.30/1.41	c 1	864 (60%) CSP clauses are encoded (135685 clauses, 2411571 bytes)
1.40/1.60	c 1	1008 (70%) CSP clauses are encoded (249531 clauses, 4505635 bytes)
1.50/1.61	c 1	1152 (80%) CSP clauses are encoded (254599 clauses, 4594226 bytes)
1.50/1.63	c 1	1296 (90%) CSP clauses are encoded (266565 clauses, 4809490 bytes)
1.60/1.70	c 1	1439 (100%) CSP clauses are encoded (310479 clauses, 5610686 bytes)
1.60/1.70	c 1	1439 CSP clauses encoded
1.60/1.70	c 1	Writing map file : HOME/temp.map
1.60/1.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.71	c 1	SAT : 8173 SAT variables, 310479 SAT clauses, 5610686 bytes
1.60/1.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.76	c 1	OBJECTIVE minimize _COST
1.60/1.76	c 1	SOLVING HOME/temp.cnf
1.60/1.76	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.60/1.79	c 1	This is MiniSat 2.0 beta incremental
1.60/1.79	c 1	WARNING: for repeatability, setting FPU to use double precision
1.64/1.80	c 1	============================[ Problem Statistics ]=============================
1.64/1.80	c 1	|                                                                             |
1.64/1.85	c 1	|  Number of variables:  8173                                                 |
1.64/1.85	c 1	|  Number of clauses:    310479                                               |
1.64/1.98	c 2	|  Parsing time:         0.11         s                                       |
1.64/1.99	c 2	OK
1.64/1.99	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.64/1.99	c 2	SEARCHING: _COST <= 240
1.64/1.99	c 2	============================[ Search Statistics ]==============================
1.64/1.99	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.64/1.99	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.64/1.99	c 2	===============================================================================
1.64/1.99	c 2	|         0 |    8173   310479   909438 |   103493        0    nan |  0.000 % |
1.89/2.13	c 2	|       100 |    8173   310479   909438 |   113842      100     32 |  0.003 % |
1.89/2.19	c 2	|       250 |    8173   310479   909438 |   125226      250     31 |  0.003 % |
1.98/2.24	c 2	|       477 |    8173   310479   909438 |   137749      477     29 |  0.003 % |
2.08/2.34	c 2	|       814 |    8173   310479   909438 |   151524      814     29 |  0.003 % |
2.28/2.50	c 2	|      1320 |    8173   310479   909438 |   166676     1320     29 |  0.003 % |
2.38/2.63	c 2	|      2079 |    8173   310479   909438 |   183344     2079     28 |  0.003 % |
3.28/3.52	c 3	|      3219 |    8173   310479   909438 |   201678     3219     31 |  0.003 % |
4.08/4.35	c 4	===============================================================================
4.08/4.35	c 4	restarts              : 8
4.08/4.35	c 4	conflicts             : 4255          (1720 /sec)
4.08/4.35	c 4	decisions             : 5884          (0.29 % random) (2379 /sec)
4.08/4.35	c 4	propagations          : 1680894        (679527 /sec)
4.08/4.35	c 4	conflict literals     : 139083         (29.28 % deleted)
4.08/4.35	c 4	Memory used           : 15.44 MB
4.08/4.35	c 4	CPU time              : 2.47362 s
4.08/4.35	c 4	
4.08/4.35	c 4	SATISFIABLE
4.08/4.35	c 4	OK
4.08/4.35	c 4	FOUND: _COST <= 240
4.08/4.35	s SATISFIABLE
4.08/4.35	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.08/4.35	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.13/4.43	c 4	Decoding HOME/temp.out
4.13/4.54	c 4	OBJECTIVE _COST 240
4.13/4.54	o 240
4.13/4.55	v 0 1 1 1 1 1 0 1 1 0 1 0 1 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 1
4.13/4.55	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.35/4.66	c 4	OK
4.35/4.66	c 4	OBJECTIVE BOUND: 0 <= _COST <= 240
4.35/4.66	c 4	SEARCHING: _COST <= 120
4.35/4.66	c 4	============================[ Search Statistics ]==============================
4.35/4.66	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.35/4.66	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.35/4.66	c 4	===============================================================================
4.35/4.66	c 4	|      4255 |    6013   198764   580533 |    66254     4255     33 |  0.003 % |
4.45/4.73	c 4	|      4355 |    6013   198764   580533 |    72880     4355     32 | 26.430 % |
4.55/4.81	c 4	|      4505 |    6013   198764   580533 |    80168     4505     32 | 26.430 % |
4.65/4.95	c 5	|      4730 |    6013   198764   580533 |    88184     4730     32 | 26.430 % |
4.85/5.11	c 5	|      5067 |    6013   198764   580533 |    97003     5067     30 | 26.430 % |
5.04/5.34	c 5	|      5575 |    6013   198764   580533 |   106703     5575     29 | 26.430 % |
5.44/5.77	c 5	|      6337 |    6013   198764   580533 |   117374     6337     27 | 26.430 % |
6.23/6.57	c 6	|      7476 |    6013   198764   580533 |   129111     7476     27 | 26.430 % |
7.42/7.78	c 7	|      9184 |    6013   198764   580533 |   142022     9184     27 | 26.430 % |
8.70/9.01	c 9	|     11747 |    6013   198764   580533 |   156225    11747     26 | 26.430 % |
10.78/11.12	c 11	|     15592 |    6013   198764   580533 |   171847    15592     25 | 26.430 % |
14.65/15.03	c 15	|     21359 |    6013   198764   580533 |   189032    21359     25 | 26.430 % |
23.66/24.14	c 24	|     30008 |    6013   198764   580533 |   207935    30008     25 | 26.430 % |
38.33/38.98	c 39	|     42982 |    6013   198764   580533 |   228729    42982     26 | 26.430 % |
62.39/63.22	c 63	|     62444 |    6013   198764   580533 |   251601    62444     26 | 26.430 % |
102.83/104.02	c 104	|     91636 |    6013   198764   580533 |   276762    91636     26 | 26.430 % |
180.41/182.32	c 182	|    135425 |    6013   198764   580533 |   304438   135425     27 | 26.430 % |
334.52/337.81	c 337	|    201109 |    6013   198764   580533 |   334882   201109     27 | 26.430 % |
638.77/644.82	c 644	|    299636 |    6013   198764   580533 |   368370   299636     27 | 26.430 % |
1032.61/1042.28	c 1042	|    447425 |    6013   198764   580533 |   405207    93898     26 | 26.430 % |
1596.97/1607.32	c 1607	|    669109 |    6013   198764   580533 |   445728   315582     27 | 26.430 % |
2671.99/2682.78	c 2682	|   1001635 |    6013   198764   580533 |   490301   217210     28 | 26.430 % |
3600.07/3611.11	c ERROR INTERRUPTED
3600.07/3611.12	c 3611	CPU 3599.51 (0.06 0.02 3599.45 0.57)
3600.07/3611.12	c 3611	END Tue Jul 15 13:00:20 2008

Verifier Data (download as text)

OK	236	244
236 unsatisfied constraints, 244 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-1120499-1216116008/watcher-1120499-1216116008 -o /tmp/evaluation-result-1120499-1216116008/solver-1120499-1216116008 -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-1120499-1216116008.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.30 3.28 3.21 4/80 26752
/proc/meminfo: memFree=1656192/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=12268 CPUtime=0
/proc/26752/stat : 26752 (sugar++) R 26750 26752 26242 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 68299408 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 218076248677 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26752/statm: 3067 316 241 3 0 167 0

[startup+0.08346 s]
/proc/loadavg: 3.30 3.28 3.21 4/80 26752
/proc/meminfo: memFree=1656192/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16740 CPUtime=0.07
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 68299408 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101063 s]
/proc/loadavg: 3.30 3.28 3.21 4/80 26752
/proc/meminfo: memFree=1656192/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16740 CPUtime=0.07
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 68299408 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301081 s]
/proc/loadavg: 3.30 3.28 3.21 4/80 26752
/proc/meminfo: memFree=1656192/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16740 CPUtime=0.07
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 68299408 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.70111 s]
/proc/loadavg: 3.30 3.28 3.21 4/80 26752
/proc/meminfo: memFree=1656192/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16740 CPUtime=0.46
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1296 4531 0 1 6 1 36 3 15 0 1 0 68299408 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16740

[startup+1.50118 s]
/proc/loadavg: 3.27 3.28 3.21 3/91 26774
/proc/meminfo: memFree=1641448/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16740 CPUtime=0.46
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1297 4531 0 1 6 1 36 3 15 0 1 0 68299408 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4185 1104 409 3 0 764 0
[pid=26765] ppid=26752 vsize=5356 CPUtime=0
/proc/26765/stat : 26765 (sh) S 26752 26752 26242 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 68299462 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26765/statm: 1339 233 193 169 0 50 0
[pid=26766] ppid=26765 vsize=868376 CPUtime=0.94
/proc/26766/stat : 26766 (java) S 26765 26752 26242 0 -1 0 6538 0 1 0 89 5 0 0 20 0 9 0 68299462 889217024 5678 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26766/statm: 217094 5678 2563 9 0 211641 0
[pid=26766/tid=26767] ppid=26765 vsize=868376 CPUtime=0.64
/proc/26766/task/26767/stat : 26767 (java) R 26765 26752 26242 0 -1 64 2812 0 1 0 61 3 0 0 25 0 9 0 68299463 889217024 5678 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26766/tid=26768] ppid=26765 vsize=868376 CPUtime=0.06
/proc/26766/task/26768/stat : 26768 (java) S 26765 26752 26242 0 -1 64 1554 0 0 0 6 0 0 0 16 0 9 0 68299464 889217024 5678 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26766/tid=26769] ppid=26765 vsize=868376 CPUtime=0
/proc/26766/task/26769/stat : 26769 (java) S 26765 26752 26242 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68299464 889217024 5678 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26766/tid=26770] ppid=26765 vsize=868376 CPUtime=0
/proc/26766/task/26770/stat : 26770 (java) S 26765 26752 26242 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 68299464 889217024 5678 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26766/tid=26771] ppid=26765 vsize=868376 CPUtime=0
/proc/26766/task/26771/stat : 26771 (java) S 26765 26752 26242 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 68299466 889217024 5678 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26766/tid=26772] ppid=26765 vsize=868376 CPUtime=0.2
/proc/26766/task/26772/stat : 26772 (java) S 26765 26752 26242 0 -1 64 1480 0 0 0 20 0 0 0 16 0 9 0 68299466 889217024 5678 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26766/tid=26773] ppid=26765 vsize=868376 CPUtime=0
/proc/26766/task/26773/stat : 26773 (java) S 26765 26752 26242 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 68299466 889217024 5678 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26766/tid=26774] ppid=26765 vsize=868376 CPUtime=0
/proc/26766/task/26774/stat : 26774 (java) S 26765 26752 26242 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 68299466 889217024 5678 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890472

[startup+3.10134 s]
/proc/loadavg: 3.27 3.28 3.21 4/82 26775
/proc/meminfo: memFree=1632880/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.64
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1474 11440 0 2 6 2 145 11 15 0 1 0 68299408 17276928 1125 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1125 414 3 0 797 0
[pid=26775] ppid=26752 vsize=15540 CPUtime=1.24
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 3806 0 0 0 122 2 0 0 25 0 1 0 68299584 15912960 3756 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 3885 3756 73 151 0 3731 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 32412

[startup+6.30261 s]
/proc/loadavg: 3.27 3.28 3.21 4/82 26785
/proc/meminfo: memFree=1632176/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 15 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=15804 CPUtime=4.19
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 3898 0 0 0 417 2 0 0 25 0 1 0 68299584 16183296 3846 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26775/statm: 3951 3846 79 151 0 3797 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 32676

[startup+12.7012 s]
/proc/loadavg: 3.23 3.27 3.21 4/82 26785
/proc/meminfo: memFree=1632176/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=15944 CPUtime=10.53
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 3911 0 0 0 1051 2 0 0 25 0 1 0 68299584 16326656 3859 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/26775/statm: 3986 3859 79 151 0 3832 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 32816

[startup+25.5023 s]
/proc/loadavg: 3.19 3.26 3.21 3/82 26785
/proc/meminfo: memFree=1631472/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=16904 CPUtime=23.21
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 4161 0 0 0 2319 2 0 0 25 0 1 0 68299584 17309696 4109 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26775/statm: 4226 4109 79 151 0 4072 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 33776

[startup+51.1025 s]
/proc/loadavg: 3.20 3.25 3.20 4/82 26785
/proc/meminfo: memFree=1628528/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=20040 CPUtime=48.58
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 4934 0 0 0 4855 3 0 0 25 0 1 0 68299584 20520960 4882 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 1 0 0
/proc/26775/statm: 5010 4882 79 151 0 4856 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 36912

[startup+102.307 s]
/proc/loadavg: 2.81 3.14 3.17 3/82 26791
/proc/meminfo: memFree=1623144/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=25312 CPUtime=99.3
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 6252 0 0 0 9924 6 0 0 25 0 1 0 68299584 25919488 6200 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26775/statm: 6328 6200 79 151 0 6174 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 42184

[startup+162.302 s]
/proc/loadavg: 2.84 3.09 3.14 3/82 26791
/proc/meminfo: memFree=1618024/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=30388 CPUtime=158.76
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 7501 0 0 0 15869 7 0 0 25 0 1 0 68299584 31117312 7449 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26775/statm: 7597 7449 79 151 0 7443 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 47260

[startup+222.302 s]
/proc/loadavg: 2.71 3.01 3.11 3/82 26791
/proc/meminfo: memFree=1613864/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=34928 CPUtime=218.22
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 8552 0 0 0 21814 8 0 0 25 0 1 0 68299584 35766272 8500 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/26775/statm: 8732 8500 79 151 0 8578 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 51800

[startup+282.302 s]
/proc/loadavg: 2.67 2.94 3.08 4/82 26791
/proc/meminfo: memFree=1610472/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=38172 CPUtime=277.68
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 9401 0 0 0 27759 9 0 0 25 0 1 0 68299584 39088128 9349 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/26775/statm: 9543 9349 79 151 0 9389 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 55044

[startup+342.302 s]
/proc/loadavg: 2.60 2.87 3.05 4/82 26791
/proc/meminfo: memFree=1606504/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=26775] ppid=26752 vsize=82064 CPUtime=2909.66
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20037 0 0 0 290927 39 0 0 25 0 1 0 68299584 84033536 19985 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20516 19985 79 151 0 20362 0
Current children cumulated CPU time (s) 2911.5
Current children cumulated vsize (KiB) 98936

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 26917
/proc/meminfo: memFree=1556136/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=82064 CPUtime=2969.64
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20038 0 0 0 296925 39 0 0 25 0 1 0 68299584 84033536 19986 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20516 19986 79 151 0 20362 0
Current children cumulated CPU time (s) 2971.48
Current children cumulated vsize (KiB) 98936

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 26917
/proc/meminfo: memFree=1554472/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=82064 CPUtime=3029.63
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20038 0 0 0 302923 40 0 0 25 0 1 0 68299584 84033536 19986 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20516 19986 79 151 0 20362 0
Current children cumulated CPU time (s) 3031.47
Current children cumulated vsize (KiB) 98936

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/75 26917
/proc/meminfo: memFree=1553448/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=82852 CPUtime=3089.61
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20199 0 0 0 308921 40 0 0 25 0 1 0 68299584 84840448 20147 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20713 20147 79 151 0 20559 0
Current children cumulated CPU time (s) 3091.45
Current children cumulated vsize (KiB) 99724

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/75 26917
/proc/meminfo: memFree=1553384/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=82852 CPUtime=3149.59
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20210 0 0 0 314919 40 0 0 25 0 1 0 68299584 84840448 20158 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20713 20158 79 151 0 20559 0
Current children cumulated CPU time (s) 3151.43
Current children cumulated vsize (KiB) 99724

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 26917
/proc/meminfo: memFree=1553384/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=83120 CPUtime=3209.57
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20222 0 0 0 320917 40 0 0 25 0 1 0 68299584 85114880 20170 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20780 20170 79 151 0 20626 0
Current children cumulated CPU time (s) 3211.41
Current children cumulated vsize (KiB) 99992

[startup+3282.3 s]
/proc/loadavg: 2.06 2.02 2.06 3/75 26917
/proc/meminfo: memFree=1553256/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=83120 CPUtime=3269.55
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20230 0 0 0 326915 40 0 0 25 0 1 0 68299584 85114880 20178 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20780 20178 79 151 0 20626 0
Current children cumulated CPU time (s) 3271.39
Current children cumulated vsize (KiB) 99992

[startup+3342.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/75 26917
/proc/meminfo: memFree=1553192/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=83120 CPUtime=3329.52
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20236 0 0 0 332912 40 0 0 25 0 1 0 68299584 85114880 20184 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20780 20184 79 151 0 20626 0
Current children cumulated CPU time (s) 3331.36
Current children cumulated vsize (KiB) 99992

[startup+3402.31 s]
/proc/loadavg: 2.04 2.02 2.05 3/75 26917
/proc/meminfo: memFree=1553000/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=83120 CPUtime=3389.51
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20241 0 0 0 338911 40 0 0 25 0 1 0 68299584 85114880 20189 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20780 20189 79 151 0 20626 0
Current children cumulated CPU time (s) 3391.35
Current children cumulated vsize (KiB) 99992

[startup+3462.3 s]
/proc/loadavg: 2.20 2.06 2.06 3/75 26917
/proc/meminfo: memFree=1552808/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=83120 CPUtime=3449.48
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20245 0 0 0 344908 40 0 0 25 0 1 0 68299584 85114880 20193 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20780 20193 79 151 0 20626 0
Current children cumulated CPU time (s) 3451.32
Current children cumulated vsize (KiB) 99992

[startup+3522.3 s]
/proc/loadavg: 2.07 2.05 2.06 3/75 26917
/proc/meminfo: memFree=1552808/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=83252 CPUtime=3509.46
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20286 0 0 0 350906 40 0 0 25 0 1 0 68299584 85250048 20234 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 20813 20234 79 151 0 20659 0
Current children cumulated CPU time (s) 3511.3
Current children cumulated vsize (KiB) 100124

[startup+3582.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/75 26917
/proc/meminfo: memFree=1551080/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=84920 CPUtime=3569.44
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20697 0 0 0 356903 41 0 0 25 0 1 0 68299584 86958080 20645 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 21230 20645 79 151 0 21076 0
Current children cumulated CPU time (s) 3571.28
Current children cumulated vsize (KiB) 101792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.1 s]
/proc/loadavg: 2.01 2.03 2.05 3/75 26917
/proc/meminfo: memFree=1550248/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=85644 CPUtime=3598.23
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20877 0 0 0 359782 41 0 0 25 0 1 0 68299584 87699456 20825 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 21411 20825 79 151 0 21257 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 102516

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

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

[startup+3611.1 s]
/proc/loadavg: 2.01 2.03 2.05 3/75 26917
/proc/meminfo: memFree=1550248/2055920 swapFree=4192812/4192956
[pid=26752] ppid=26750 vsize=16872 CPUtime=1.84
/proc/26752/stat : 26752 (sugar++) S 26750 26752 26242 0 -1 4194304 1558 15312 0 3 6 2 162 14 16 0 1 0 68299408 17276928 1126 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26752/statm: 4218 1126 414 3 0 797 0
[pid=26775] ppid=26752 vsize=85644 CPUtime=3598.23
/proc/26775/stat : 26775 (minisat-inc) R 26752 26752 26242 0 -1 4194304 20877 0 0 0 359782 41 0 0 25 0 1 0 68299584 87699456 20825 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/26775/statm: 21411 20825 79 151 0 21257 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 102516

Child status: 0
Real time (s): 3611.12
CPU time (s): 3600.13
CPU user time (s): 3599.52
CPU system time (s): 0.604908
CPU usage (%): 99.6955
Max. virtual memory (cumulated for all children) (KiB): 890472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.52
system time used= 0.604908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37825
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= 2810
involuntary context switches= 56041

runsolver used 4.26535 second user time and 11.2763 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-15 12:00:09
IDJOB=1120499
IDBENCH=62502
IDSOLVER=367
FILE ID=node57/1120499-1216116008
PBS_JOBID= 7905340
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-40/normalized-maxcut-40-480-8_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-1120499-1216116008/watcher-1120499-1216116008 -o /tmp/evaluation-result-1120499-1216116008/solver-1120499-1216116008 -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-1120499-1216116008.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 533503f626a46cfb8a6d7cbc0db61281
RANDOM SEED=317293464

node57.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1656672 kB
Buffers:         73872 kB
Cached:         167392 kB
SwapCached:          0 kB
Active:         248920 kB
Inactive:        82592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1016 kB
Writeback:           0 kB
Mapped:         110528 kB
Slab:            52964 kB
Committed_AS:  1080636 kB
PageTables:       2072 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= 66556 MiB
End job on node57 at 2008-07-15 13:00:22