Trace number 1120219

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.83

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-520-6_ext.xml
MD5SUM1c41d2e807324898424b30f04a5bbaa9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints180
Best CPU time to get the best result obtained on this benchmark1471.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints520
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension520
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Tue Jul 15 10:33:35 2008
0.00/0.07	c 0	PID 24356
0.00/0.07	c 0	HOST node44.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1120219-1216110815.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120219-1216110815.xml' 'HOME/temp.csp'
0.26/1.39	c 1	1 domains, 60 variables, 0 predicates, 1 relations, 520 constraints
0.37/1.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.37/1.45	c 1	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.38/1.60	c 1	Parsing HOME/temp.csp
0.38/1.75	c 1	parsed 582 expressions
0.38/1.75	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/1.77	c 1	MAX CSP: 520 constraints
0.38/1.77	c 1	Converting to clausal form CSP
0.38/1.81	c 1	converted 111 (10%) expressions
0.38/1.82	c 1	converted 221 (20%) expressions
0.38/1.84	c 1	converted 332 (30%) expressions
0.38/1.85	c 1	converted 442 (40%) expressions
0.38/1.86	c 1	converted 553 (50%) expressions
0.38/1.87	c 1	converted 663 (60%) expressions
0.38/1.89	c 1	converted 774 (70%) expressions
0.38/1.97	c 2	converted 884 (80%) expressions
0.38/1.97	c 2	converted 995 (90%) expressions
1.04/2.24	c 2	converted 1105 (100%) expressions
1.04/2.24	c 2	CSP : 1100 integers, 0 booleans, 1559 clauses, largest domain size 781
1.04/2.24	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/2.24	c 2	Propagation in CSP
1.04/2.28	c 2	518 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/2.28	c 2	CSP : 1100 integers, 0 booleans, 1559 clauses, largest domain size 521
1.04/2.28	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/2.28	c 2	Simplifing CSP by introducing new Boolean variables
1.04/2.29	c 2	CSP : 1100 integers, 0 booleans, 1559 clauses, largest domain size 521
1.04/2.29	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/2.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.14/2.33	c 2	110 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/2.33	c 2	220 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/2.33	c 2	330 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/2.33	c 2	440 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/2.33	c 2	550 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/2.35	c 2	660 (60%) CSP integer variables are encoded (4390 clauses, 56297 bytes)
1.14/2.35	c 2	770 (70%) CSP integer variables are encoded (5414 clauses, 69609 bytes)
1.14/2.35	c 2	880 (80%) CSP integer variables are encoded (6662 clauses, 85833 bytes)
1.14/2.35	c 2	990 (90%) CSP integer variables are encoded (7355 clauses, 94842 bytes)
1.14/2.36	c 2	1100 (100%) CSP integer variables are encoded (8339 clauses, 107634 bytes)
1.14/2.38	c 2	156 (10%) CSP clauses are encoded (8651 clauses, 111592 bytes)
1.24/2.40	c 2	312 (20%) CSP clauses are encoded (8963 clauses, 115960 bytes)
1.24/2.42	c 2	468 (30%) CSP clauses are encoded (9275 clauses, 120328 bytes)
1.34/2.52	c 2	624 (40%) CSP clauses are encoded (32711 clauses, 518419 bytes)
1.54/2.73	c 2	780 (50%) CSP clauses are encoded (154213 clauses, 2743130 bytes)
1.54/2.74	c 2	936 (60%) CSP clauses are encoded (159343 clauses, 2832876 bytes)
1.74/2.98	c 3	1092 (70%) CSP clauses are encoded (292825 clauses, 5289088 bytes)
1.74/2.99	c 3	1248 (80%) CSP clauses are encoded (298725 clauses, 5392583 bytes)
1.84/3.02	c 3	1404 (90%) CSP clauses are encoded (312693 clauses, 5644313 bytes)
1.94/3.12	c 3	1559 (100%) CSP clauses are encoded (364057 clauses, 6582346 bytes)
1.94/3.12	c 3	1559 CSP clauses encoded
1.94/3.12	c 3	Writing map file : HOME/temp.map
1.94/3.13	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/3.13	c 3	SAT : 9439 SAT variables, 364057 SAT clauses, 6582346 bytes
1.94/3.13	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/3.15	c 3	OBJECTIVE minimize _COST
1.94/3.15	c 3	SOLVING HOME/temp.cnf
1.94/3.15	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.94/3.15	c 3	This is MiniSat 2.0 beta incremental
1.94/3.15	c 3	WARNING: for repeatability, setting FPU to use double precision
1.94/3.15	c 3	============================[ Problem Statistics ]=============================
1.94/3.15	c 3	|                                                                             |
1.94/3.15	c 3	|  Number of variables:  9439                                                 |
1.94/3.15	c 3	|  Number of clauses:    364057                                               |
2.12/3.32	c 3	|  Parsing time:         0.15         s                                       |
2.12/3.33	c 3	OK
2.12/3.33	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.12/3.33	c 3	SEARCHING: _COST <= 260
2.12/3.33	c 3	============================[ Search Statistics ]==============================
2.12/3.33	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.12/3.33	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.12/3.33	c 3	===============================================================================
2.12/3.33	c 3	|         0 |    9439   364057  1066634 |   121352        0    nan |  0.000 % |
2.22/3.45	c 3	|       101 |    9439   364057  1066634 |   133487      101     19 |  0.003 % |
2.31/3.56	c 3	|       252 |    9439   364057  1066634 |   146836      252     29 |  0.003 % |
2.41/3.64	c 3	|       477 |    9439   364057  1066634 |   161519      477     29 |  0.003 % |
2.51/3.74	c 3	|       815 |    9439   364057  1066634 |   177671      815     28 |  0.003 % |
2.61/3.86	c 3	|      1321 |    9439   364057  1066634 |   195439     1321     28 |  0.003 % |
2.91/4.10	c 4	|      2080 |    9439   364057  1066634 |   214983     2080     31 |  0.003 % |
3.21/4.46	c 4	|      3220 |    9439   364057  1066634 |   236481     3220     33 |  0.003 % |
3.81/5.01	c 5	|      4929 |    9439   364057  1066634 |   260129     4929     34 |  0.003 % |
4.60/5.85	c 5	|      7492 |    9439   364057  1066634 |   286142     7492     34 |  0.003 % |
6.40/7.65	c 7	|     11338 |    9439   364057  1066634 |   314756    11338     37 |  0.003 % |
7.09/8.37	c 8	===============================================================================
7.09/8.37	c 8	restarts              : 11
7.09/8.37	c 8	conflicts             : 12928         (2495 /sec)
7.09/8.37	c 8	decisions             : 17538         (0.52 % random) (3385 /sec)
7.09/8.37	c 8	propagations          : 4541396        (876512 /sec)
7.09/8.37	c 8	conflict literals     : 472063         (21.57 % deleted)
7.09/8.37	c 8	Memory used           : 19.73 MB
7.09/8.37	c 8	CPU time              : 5.18121 s
7.09/8.37	c 8	
7.09/8.37	c 8	SATISFIABLE
7.09/8.38	c 8	OK
7.09/8.38	c 8	FOUND: _COST <= 260
7.09/8.38	s SATISFIABLE
7.09/8.38	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.09/8.38	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.17/8.46	c 8	Decoding HOME/temp.out
7.17/8.56	c 8	OBJECTIVE _COST 260
7.17/8.56	o 260
7.17/8.56	v 1 1 0 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 1 0 0 0 1 1 1 1 0 1 0 1 1 0 1 0 1 0 1 0 1 1 0 0 1 1 1 1 1
7.17/8.57	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.41/8.75	c 8	OK
7.41/8.75	c 8	OBJECTIVE BOUND: 0 <= _COST <= 260
7.41/8.75	c 8	SEARCHING: _COST <= 130
7.41/8.75	c 8	============================[ Search Statistics ]==============================
7.41/8.75	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.41/8.75	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.41/8.75	c 8	===============================================================================
7.41/8.75	c 8	|     12928 |    6839   232725   680178 |    77575    12928     37 |  0.003 % |
7.52/8.82	c 8	|     13029 |    6839   232725   680178 |    85332    13029     36 | 27.547 % |
7.52/8.87	c 8	|     13179 |    6839   232725   680178 |    93865    13179     36 | 27.547 % |
7.62/8.97	c 9	|     13404 |    6839   232725   680178 |   103252    13404     36 | 27.547 % |
7.81/9.10	c 9	|     13744 |    6839   232725   680178 |   113577    13744     36 | 27.547 % |
7.91/9.24	c 9	|     14250 |    6839   232725   680178 |   124935    14250     35 | 27.547 % |
8.11/9.44	c 9	|     15009 |    6839   232725   680178 |   137428    15009     34 | 27.547 % |
8.41/9.76	c 9	|     16148 |    6839   232725   680178 |   151171    16148     33 | 27.547 % |
8.91/10.25	c 10	|     17856 |    6839   232725   680178 |   166288    17856     32 | 27.547 % |
9.82/11.10	c 11	|     20418 |    6839   232725   680178 |   182917    20418     30 | 27.547 % |
12.31/13.62	c 13	|     24262 |    6839   232725   680178 |   201209    24262     31 | 27.547 % |
16.11/17.42	c 17	|     30028 |    6839   232725   680178 |   221330    30028     31 | 27.547 % |
21.41/22.78	c 22	|     38681 |    6839   232725   680178 |   243463    38681     31 | 27.547 % |
31.81/33.16	c 33	|     51656 |    6839   232725   680178 |   267809    51656     31 | 27.547 % |
51.19/52.51	c 52	|     71117 |    6839   232725   680178 |   294590    71117     32 | 27.547 % |
85.97/87.37	c 87	|    100309 |    6839   232725   680178 |   324050   100309     32 | 27.547 % |
146.85/148.25	c 148	|    144098 |    6839   232725   680178 |   356455   144098     33 | 27.547 % |
257.11/258.53	c 258	|    209782 |    6839   232725   680178 |   392100   209782     32 | 27.547 % |
480.42/481.99	c 482	|    308309 |    6839   232725   680178 |   431310   308309     33 | 27.547 % |
899.74/901.45	c 901	|    456099 |    6839   232725   680178 |   474441    38924     30 | 27.547 % |
1307.58/1309.42	c 1309	|    677783 |    6839   232725   680178 |   521885   260608     32 | 27.547 % |
2101.67/2103.86	c 2103	|   1010308 |    6839   232725   680178 |   574074    85128     26 | 27.547 % |
3391.56/3394.24	c 3394	|   1509097 |    6839   232725   680178 |   631481    22569     31 | 27.547 % |
3600.09/3602.81	c ERROR INTERRUPTED
3600.09/3602.82	c 3602	CPU 3599.46 (0.05 0.02 3599.41 0.63)
3600.09/3602.82	c 3602	END Tue Jul 15 11:33:37 2008

Verifier Data (download as text)

OK	223	297
223 unsatisfied constraints, 297 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-1120219-1216110815/watcher-1120219-1216110815 -o /tmp/evaluation-result-1120219-1216110815/solver-1120219-1216110815 -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-1120219-1216110815.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.62 2.56 2.53 4/80 24356
/proc/meminfo: memFree=1676192/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=18572 CPUtime=0
/proc/24356/stat : 24356 (runsolver) R 24354 24356 24057 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 67780779 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24356/statm: 4643 292 257 25 0 2626 0

[startup+0.100915 s]
/proc/loadavg: 2.62 2.56 2.53 4/80 24356
/proc/meminfo: memFree=1676192/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16740 CPUtime=0.05
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1219 128 0 0 4 1 0 0 19 0 1 0 67780779 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.201925 s]
/proc/loadavg: 2.62 2.56 2.53 4/80 24356
/proc/meminfo: memFree=1676192/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16740 CPUtime=0.05
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1219 128 0 0 4 1 0 0 19 0 1 0 67780779 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301935 s]
/proc/loadavg: 2.62 2.56 2.53 4/80 24356
/proc/meminfo: memFree=1676192/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16740 CPUtime=0.05
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1219 128 0 0 4 1 0 0 19 0 1 0 67780779 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701156 s]
/proc/loadavg: 2.62 2.56 2.53 4/80 24356
/proc/meminfo: memFree=1676192/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16740 CPUtime=0.05
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1219 128 0 0 4 1 0 0 19 0 1 0 67780779 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+1.50249 s]
/proc/loadavg: 2.62 2.56 2.53 4/84 24361
/proc/meminfo: memFree=1671224/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16740 CPUtime=0.38
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1279 4532 0 1 4 2 29 3 17 0 1 0 67780779 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24356/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 16740

[startup+3.10222 s]
/proc/loadavg: 2.62 2.56 2.53 4/91 24378
/proc/meminfo: memFree=1661632/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16740 CPUtime=0.39
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1297 4532 0 1 5 2 29 3 15 0 1 0 67780779 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24356/statm: 4185 1104 409 3 0 764 0
[pid=24369] ppid=24356 vsize=5356 CPUtime=0
/proc/24369/stat : 24369 (sh) S 24356 24356 24057 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 67780925 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24369/statm: 1339 233 193 169 0 50 0
[pid=24370] ppid=24369 vsize=868488 CPUtime=1.55
/proc/24370/stat : 24370 (java) S 24369 24356 24057 0 -1 0 6679 0 1 0 148 7 0 0 18 0 9 0 67780925 889331712 5725 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24370/statm: 217122 5725 2563 9 0 211669 0
[pid=24370/tid=24371] ppid=24369 vsize=868488 CPUtime=1.16
/proc/24370/task/24371/stat : 24371 (java) R 24369 24356 24057 0 -1 64 2939 0 1 0 112 4 0 0 23 0 9 0 67780926 889331712 5725 996147200 134512640 134550740 4294955920 18446744073709551615 4126948845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24370/tid=24372] ppid=24369 vsize=868488 CPUtime=0.11
/proc/24370/task/24372/stat : 24372 (java) S 24369 24356 24057 0 -1 64 1590 0 0 0 9 2 0 0 16 0 9 0 67780934 889331712 5725 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24370/tid=24373] ppid=24369 vsize=868488 CPUtime=0
/proc/24370/task/24373/stat : 24373 (java) S 24369 24356 24057 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 67780935 889331712 5725 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24370/tid=24374] ppid=24369 vsize=868488 CPUtime=0
/proc/24370/task/24374/stat : 24374 (java) S 24369 24356 24057 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 67780935 889331712 5725 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24370/tid=24375] ppid=24369 vsize=868488 CPUtime=0
/proc/24370/task/24375/stat : 24375 (java) S 24369 24356 24057 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 67780937 889331712 5725 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24370/tid=24376] ppid=24369 vsize=868488 CPUtime=0.26
/proc/24370/task/24376/stat : 24376 (java) S 24369 24356 24057 0 -1 64 1457 0 0 0 26 0 0 0 16 0 9 0 67780937 889331712 5725 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24370/tid=24377] ppid=24369 vsize=868488 CPUtime=0
/proc/24370/task/24377/stat : 24377 (java) S 24369 24356 24057 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 67780937 889331712 5725 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24370/tid=24378] ppid=24369 vsize=868488 CPUtime=0
/proc/24370/task/24378/stat : 24378 (java) S 24369 24356 24057 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 67780937 889331712 5725 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 890584

[startup+6.30156 s]
/proc/loadavg: 2.73 2.58 2.54 3/82 24379
/proc/meminfo: memFree=1648456/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=1.98
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1480 11522 0 2 5 2 180 11 15 0 1 0 67780779 17276928 1128 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24356/statm: 4218 1128 414 3 0 797 0
[pid=24379] ppid=24356 vsize=19412 CPUtime=3.12
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 4653 0 0 0 311 1 0 0 25 0 1 0 67781095 19877888 4602 996147200 134512640 135134323 4294956192 18446744073709551615 134535448 0 0 4096 3 0 0 0 17 1 0 0
/proc/24379/statm: 4853 4602 74 151 0 4699 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 36284

[startup+12.7019 s]
/proc/loadavg: 2.75 2.59 2.54 3/82 24389
/proc/meminfo: memFree=1646928/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=20400 CPUtime=9.23
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 4905 0 0 0 922 1 0 0 25 0 1 0 67781095 20889600 4852 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 5100 4852 80 151 0 4946 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 37272

[startup+25.5023 s]
/proc/loadavg: 2.66 2.58 2.54 3/82 24389
/proc/meminfo: memFree=1645968/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=21704 CPUtime=22.03
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 5234 0 0 0 2201 2 0 0 25 0 1 0 67781095 22224896 5181 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 5426 5181 80 151 0 5272 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 38576

[startup+51.1013 s]
/proc/loadavg: 2.57 2.56 2.54 3/82 24389
/proc/meminfo: memFree=1641552/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=26212 CPUtime=47.61
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 6369 0 0 0 4758 3 0 0 25 0 1 0 67781095 26841088 6316 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 6553 6316 80 151 0 6399 0
Current children cumulated CPU time (s) 49.79
Current children cumulated vsize (KiB) 43084

[startup+102.302 s]
/proc/loadavg: 2.76 2.61 2.55 3/82 24389
/proc/meminfo: memFree=1634256/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=33512 CPUtime=98.8
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 8160 0 0 0 9875 5 0 0 25 0 1 0 67781095 34316288 8107 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 8378 8107 80 151 0 8224 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 50384

[startup+162.302 s]
/proc/loadavg: 2.76 2.63 2.56 3/82 24389
/proc/meminfo: memFree=1627280/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=40740 CPUtime=158.77
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 9919 0 0 0 15870 7 0 0 25 0 1 0 67781095 41717760 9866 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 10185 9866 80 151 0 10031 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 57612

[startup+222.307 s]
/proc/loadavg: 2.42 2.56 2.54 3/83 24430
/proc/meminfo: memFree=1686728/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=46548 CPUtime=218.73
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 11379 0 0 0 21851 22 0 0 25 0 1 0 67781095 47665152 11326 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 11637 11326 80 151 0 11483 0
Current children cumulated CPU time (s) 220.91
Current children cumulated vsize (KiB) 63420

[startup+282.301 s]
/proc/loadavg: 2.15 2.45 2.50 3/83 24430
/proc/meminfo: memFree=1681928/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=51784 CPUtime=278.71
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 12605 0 0 0 27847 24 0 0 25 0 1 0 67781095 53026816 12552 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 12946 12552 80 151 0 12792 0
Current children cumulated CPU time (s) 280.89
Current children cumulated vsize (KiB) 68656

[startup+342.301 s]
/proc/loadavg: 2.06 2.37 2.47 3/83 24430
/proc/meminfo: memFree=1677064/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=56348 CPUtime=338.69
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 13752 0 0 0 33843 26 0 0 25 0 1 0 67781095 57700352 13699 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=24379] ppid=24356 vsize=104712 CPUtime=2917.67
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 25323 0 0 0 291725 42 0 0 25 0 1 0 67781095 107225088 25262 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 26178 25262 80 151 0 26024 0
Current children cumulated CPU time (s) 2919.85
Current children cumulated vsize (KiB) 121584

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 24438
/proc/meminfo: memFree=1629512/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=105348 CPUtime=2977.65
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 25472 0 0 0 297723 42 0 0 25 0 1 0 67781095 107876352 25385 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 26337 25385 80 151 0 26183 0
Current children cumulated CPU time (s) 2979.83
Current children cumulated vsize (KiB) 122220

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 24438
/proc/meminfo: memFree=1626760/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=108268 CPUtime=3037.62
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 26181 0 0 0 303719 43 0 0 25 0 1 0 67781095 110866432 26094 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 27067 26094 80 151 0 26913 0
Current children cumulated CPU time (s) 3039.8
Current children cumulated vsize (KiB) 125140

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 24438
/proc/meminfo: memFree=1623688/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=111376 CPUtime=3097.6
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 26927 0 0 0 309716 44 0 0 25 0 1 0 67781095 114049024 26840 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 27844 26840 80 151 0 27690 0
Current children cumulated CPU time (s) 3099.78
Current children cumulated vsize (KiB) 128248

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1621064/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=114008 CPUtime=3157.57
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 27591 0 0 0 315713 44 0 0 25 0 1 0 67781095 116744192 27504 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 28502 27504 80 151 0 28348 0
Current children cumulated CPU time (s) 3159.75
Current children cumulated vsize (KiB) 130880

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1618312/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=116676 CPUtime=3217.55
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 28278 0 0 0 321710 45 0 0 25 0 1 0 67781095 119476224 28191 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 29169 28191 80 151 0 29015 0
Current children cumulated CPU time (s) 3219.73
Current children cumulated vsize (KiB) 133548

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1615432/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=119448 CPUtime=3277.52
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 29000 0 0 0 327707 45 0 0 25 0 1 0 67781095 122314752 28913 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 29862 28913 80 151 0 29708 0
Current children cumulated CPU time (s) 3279.7
Current children cumulated vsize (KiB) 136320

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1612552/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=122256 CPUtime=3337.5
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 29702 0 0 0 333704 46 0 0 25 0 1 0 67781095 125190144 29615 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 30564 29615 80 151 0 30410 0
Current children cumulated CPU time (s) 3339.68
Current children cumulated vsize (KiB) 139128

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1611144/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=123576 CPUtime=3397.49
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 30044 0 0 0 339702 47 0 0 25 0 1 0 67781095 126541824 29957 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 30894 29957 80 151 0 30740 0
Current children cumulated CPU time (s) 3399.67
Current children cumulated vsize (KiB) 140448

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1611080/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=123576 CPUtime=3457.46
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 30044 0 0 0 345699 47 0 0 25 0 1 0 67781095 126541824 29957 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 30894 29957 80 151 0 30740 0
Current children cumulated CPU time (s) 3459.64
Current children cumulated vsize (KiB) 140448

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1611080/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=123576 CPUtime=3517.44
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 30044 0 0 0 351697 47 0 0 25 0 1 0 67781095 126541824 29957 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 30894 29957 80 151 0 30740 0
Current children cumulated CPU time (s) 3519.62
Current children cumulated vsize (KiB) 140448

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1611016/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=123576 CPUtime=3577.41
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 30044 0 0 0 357694 47 0 0 25 0 1 0 67781095 126541824 29957 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 30894 29957 80 151 0 30740 0
Current children cumulated CPU time (s) 3579.59
Current children cumulated vsize (KiB) 140448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1611016/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=123576 CPUtime=3597.91
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 30044 0 0 0 359744 47 0 0 25 0 1 0 67781095 126541824 29957 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 30894 29957 80 151 0 30740 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 140448

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

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

[startup+3602.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24438
/proc/meminfo: memFree=1611016/2055920 swapFree=4179820/4192956
[pid=24356] ppid=24354 vsize=16872 CPUtime=2.18
/proc/24356/stat : 24356 (sugar++) S 24354 24356 24057 0 -1 4194304 1564 15393 0 3 5 2 197 14 16 0 1 0 67780779 17276928 1129 996147200 4194304 4206940 548682068528 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24356/statm: 4218 1129 414 3 0 797 0
[pid=24379] ppid=24356 vsize=123576 CPUtime=3597.91
/proc/24379/stat : 24379 (minisat-inc) R 24356 24356 24057 0 -1 4194304 30044 0 0 0 359744 47 0 0 25 0 1 0 67781095 126541824 29957 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/24379/statm: 30894 29957 80 151 0 30740 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 140448

Child status: 0
Real time (s): 3602.83
CPU time (s): 3600.14
CPU user time (s): 3599.47
CPU system time (s): 0.667898
CPU usage (%): 99.9253
Max. virtual memory (cumulated for all children) (KiB): 890584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.667898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47082
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= 3052
involuntary context switches= 18709

runsolver used 3.72543 second user time and 9.51555 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-15 10:33:35
IDJOB=1120219
IDBENCH=62467
IDSOLVER=367
FILE ID=node44/1120219-1216110815
PBS_JOBID= 7905365
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-60/normalized-maxcut-60-520-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-1120219-1216110815/watcher-1120219-1216110815 -o /tmp/evaluation-result-1120219-1216110815/solver-1120219-1216110815 -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-1120219-1216110815.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1c41d2e807324898424b30f04a5bbaa9
RANDOM SEED=733051691

node44.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:       1676672 kB
Buffers:         60644 kB
Cached:         188588 kB
SwapCached:       7536 kB
Active:         270480 kB
Inactive:        64104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676672 kB
SwapTotal:     4192956 kB
SwapFree:      4179820 kB
Dirty:             892 kB
Writeback:           0 kB
Mapped:         100952 kB
Slab:            29728 kB
Committed_AS:   964936 kB
PageTables:       1912 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 node44 at 2008-07-15 11:33:39