Trace number 1119604

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.09 3602.53

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-580-2_ext.xml
MD5SUM32958fbff4054aa04eb4fb9a9e878c10
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints207
Best CPU time to get the best result obtained on this benchmark3316.9
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints580
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension580
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 15 07:21:25 2008
0.00/0.04	c 0	PID 24821
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1119604-1216099285.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1119604-1216099285.xml' 'HOME/temp.csp'
0.03/0.42	c 0	1 domains, 60 variables, 0 predicates, 1 relations, 580 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.43/0.55	c 0	Parsing HOME/temp.csp
0.43/0.67	c 1	parsed 642 expressions
0.43/0.68	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.69	c 1	MAX CSP: 580 constraints
0.43/0.69	c 1	Converting to clausal form CSP
0.43/0.73	c 1	converted 123 (10%) expressions
0.43/0.74	c 1	converted 245 (20%) expressions
0.43/0.75	c 1	converted 368 (30%) expressions
0.43/0.76	c 1	converted 490 (40%) expressions
0.43/0.77	c 1	converted 613 (50%) expressions
0.43/0.78	c 1	converted 735 (60%) expressions
0.43/0.79	c 1	converted 858 (70%) expressions
0.43/0.80	c 1	converted 980 (80%) expressions
0.43/0.87	c 1	converted 1103 (90%) expressions
0.43/0.99	c 1	converted 1225 (100%) expressions
0.43/0.99	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 871
0.43/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.43/0.99	c 1	Propagation in CSP
0.94/1.03	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.04	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 581
0.94/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.04	c 1	CSP : 1220 integers, 0 booleans, 1739 clauses, largest domain size 581
0.94/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.07	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.08	c 1	122 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.08	c 1	244 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.08	c 1	366 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.09	c 1	488 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.09	c 1	610 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.10	c 1	732 (60%) CSP integer variables are encoded (3889 clauses, 49904 bytes)
1.04/1.11	c 1	854 (70%) CSP integer variables are encoded (6089 clauses, 78504 bytes)
1.04/1.11	c 1	976 (80%) CSP integer variables are encoded (7502 clauses, 96873 bytes)
1.04/1.11	c 1	1098 (90%) CSP integer variables are encoded (8299 clauses, 107234 bytes)
1.04/1.11	c 1	1220 (100%) CSP integer variables are encoded (9420 clauses, 123044 bytes)
1.04/1.14	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127522 bytes)
1.04/1.16	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132394 bytes)
1.04/1.18	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 137266 bytes)
1.04/1.19	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176722 bytes)
1.53/1.61	c 2	870 (50%) CSP clauses are encoded (189586 clauses, 3384631 bytes)
1.53/1.63	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496517 bytes)
1.83/1.92	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547886 bytes)
1.83/1.94	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6676086 bytes)
1.83/1.97	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987976 bytes)
1.93/2.09	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8267560 bytes)
1.93/2.09	c 2	1739 CSP clauses encoded
1.93/2.09	c 2	Writing map file : HOME/temp.map
2.03/2.11	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.11	c 2	SAT : 10640 SAT variables, 449920 SAT clauses, 8267560 bytes
2.03/2.11	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.14	c 2	OBJECTIVE minimize _COST
2.03/2.14	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.03/2.14	c 2	SEARCHING: _COST <= 290
2.03/2.14	c 2	SOLVING HOME/temp.cnf
2.03/2.14	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.03/2.14	c 2	This is MiniSat 2.0 beta
2.03/2.14	c 2	WARNING: for repeatability, setting FPU to use double precision
2.03/2.15	c 2	============================[ Problem Statistics ]=============================
2.03/2.15	c 2	|                                                                             |
2.03/2.15	c 2	|  Number of variables:  10640                                                |
2.03/2.15	c 2	|  Number of clauses:    449921                                               |
2.05/2.37	c 2	|  Parsing time:         0.19         s                                       |
2.05/2.51	c 2	============================[ Search Statistics ]==============================
2.05/2.51	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.05/2.51	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.05/2.51	c 2	===============================================================================
2.05/2.51	c 2	|         0 |    7740   287498   842064 |    95832        0    nan |  0.000 % |
2.05/2.65	c 3	|       100 |    7740   287498   842064 |   105415      100     26 | 27.256 % |
2.05/2.70	c 3	|       250 |    7740   287498   842064 |   115957      250     29 | 27.256 % |
2.05/2.79	c 3	|       476 |    7740   287498   842064 |   127553      476     32 | 27.256 % |
2.05/3.00	c 3	|       814 |    7740   287498   842064 |   140308      814     38 | 27.256 % |
3.09/3.22	c 3	|      1321 |    7740   287498   842064 |   154339     1321     39 | 27.256 % |
3.28/3.45	c 3	|      2080 |    7740   287498   842064 |   169773     2080     40 | 27.256 % |
3.28/3.49	c 3	===============================================================================
3.28/3.49	c 3	restarts              : 7
3.28/3.49	c 3	conflicts             : 2223           (1693 /sec)
3.28/3.49	c 3	decisions             : 3585           (0.47 % random) (2731 /sec)
3.28/3.49	c 3	propagations          : 978997         (745732 /sec)
3.28/3.49	c 3	conflict literals     : 87086          (20.99 % deleted)
3.28/3.49	c 3	Memory used           : 19.86 MB
3.28/3.49	c 3	CPU time              : 1.3128 s
3.28/3.49	c 3	
3.38/3.50	c 3	SATISFIABLE
3.38/3.50	c 3	FOUND: _COST <= 290
3.38/3.50	s SATISFIABLE
3.38/3.50	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.38/3.50	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.38/3.59	c 3	Decoding HOME/temp.out
3.42/3.76	c 4	OBJECTIVE _COST 289
3.42/3.76	o 289
3.42/3.76	v 0 0 0 1 0 1 1 1 1 0 1 1 1 1 1 0 0 1 0 0 0 1 0 1 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 0 0 0 0 0 1 0 1 0 0
3.42/3.77	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.42/3.78	c 4	OBJECTIVE BOUND: 0 <= _COST <= 289
3.42/3.78	c 4	SEARCHING: _COST <= 144
3.42/3.78	c 4	SOLVING HOME/temp.cnf
3.42/3.78	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.42/3.79	c 4	This is MiniSat 2.0 beta
3.42/3.79	c 4	WARNING: for repeatability, setting FPU to use double precision
3.42/3.79	c 4	============================[ Problem Statistics ]=============================
3.42/3.79	c 4	|                                                                             |
3.42/3.79	c 4	|  Number of variables:  10640                                                |
3.42/3.79	c 4	|  Number of clauses:    449921                                               |
3.68/4.01	c 4	|  Parsing time:         0.19         s                                       |
3.68/4.20	c 4	============================[ Search Statistics ]==============================
3.68/4.20	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.68/4.20	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.68/4.20	c 4	===============================================================================
3.68/4.20	c 4	|         0 |    6131   187119   545608 |    62373        0    nan |  0.000 % |
4.18/4.33	c 4	|       100 |    6131   187119   545608 |    68610      100     21 | 42.378 % |
4.18/4.37	c 4	|       250 |    6131   187119   545608 |    75471      250     21 | 42.378 % |
4.27/4.43	c 4	|       475 |    6131   187119   545608 |    83018      475     22 | 42.378 % |
4.37/4.52	c 4	|       816 |    6131   187119   545608 |    91320      816     22 | 42.378 % |
4.47/4.64	c 5	|      1323 |    6131   187119   545608 |   100452     1323     22 | 42.378 % |
4.67/4.83	c 5	|      2082 |    6131   187119   545608 |   110497     2082     22 | 42.378 % |
4.96/5.18	c 5	|      3221 |    6131   187119   545608 |   121547     3221     21 | 42.378 % |
5.46/5.64	c 6	|      4929 |    6131   187119   545608 |   133702     4929     21 | 42.378 % |
6.35/6.51	c 6	|      7491 |    6131   187119   545608 |   147072     7491     21 | 42.378 % |
7.74/7.95	c 8	|     11336 |    6131   187119   545608 |   161779    11336     24 | 42.378 % |
10.71/10.99	c 11	|     17103 |    6131   187119   545608 |   177957    17103     26 | 42.378 % |
16.55/16.83	c 17	|     25753 |    6131   187119   545608 |   195753    25753     28 | 42.378 % |
27.44/27.81	c 28	|     38729 |    6131   187119   545608 |   215328    38729     30 | 42.378 % |
47.95/48.55	c 48	|     58190 |    6131   187119   545608 |   236861    58190     32 | 42.378 % |
74.91/75.76	c 76	|     87384 |    6131   187119   545608 |   260547    87384     32 | 42.378 % |
124.03/125.27	c 125	|    131173 |    6131   187119   545608 |   286602   131173     33 | 42.378 % |
218.19/219.43	c 219	|    196858 |    6131   187119   545608 |   315262   196858     33 | 42.378 % |
428.01/429.31	c 429	|    295384 |    6131   187119   545608 |   346788   295384     34 | 42.378 % |
703.82/705.25	c 705	|    443175 |    6131   187119   545608 |   381467   107376     36 | 42.378 % |
1145.66/1147.26	c 1147	|    664861 |    6131   187119   545608 |   419614   329062     36 | 42.378 % |
1850.62/1852.41	c 1852	|    997387 |    6131   187119   545608 |   461575   252913     36 | 42.378 % |
3046.58/3048.87	c 3049	|   1496175 |    6131   187119   545608 |   507733   304303     37 | 42.378 % |
3600.09/3602.52	c ERROR INTERRUPTED
3600.09/3602.52	c 3602	CPU 3.46 (0.04 0.01 3.42 0.21)
3600.09/3602.52	c 3602	END Tue Jul 15 08:21:27 2008

Verifier Data (download as text)

OK	259	321
259 unsatisfied constraints, 321 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-1119604-1216099285/watcher-1119604-1216099285 -o /tmp/evaluation-result-1119604-1216099285/solver-1119604-1216099285 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1119604-1216099285.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.20 2.07 2.01 4/81 24821
/proc/meminfo: memFree=1823136/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=12268 CPUtime=0
/proc/24821/stat : 24821 (sugar) R 24819 24821 24375 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 66627128 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 248761776741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24821/statm: 3067 316 241 3 0 167 0

[startup+0.049976 s]
/proc/loadavg: 2.20 2.07 2.01 4/81 24821
/proc/meminfo: memFree=1823136/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13600 CPUtime=0.03
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 66627128 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101667 s]
/proc/loadavg: 2.20 2.07 2.01 4/81 24821
/proc/meminfo: memFree=1823136/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13600 CPUtime=0.03
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 66627128 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301683 s]
/proc/loadavg: 2.20 2.07 2.01 4/81 24821
/proc/meminfo: memFree=1823136/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13600 CPUtime=0.03
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 66627128 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701721 s]
/proc/loadavg: 2.20 2.07 2.01 4/81 24821
/proc/meminfo: memFree=1823136/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13600 CPUtime=0.43
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 974 4411 0 1 3 0 37 3 15 0 1 0 66627128 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.5028 s]
/proc/loadavg: 2.26 2.09 2.02 3/92 24843
/proc/meminfo: memFree=1809088/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13600 CPUtime=0.43
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 974 4411 0 1 3 0 37 3 15 0 1 0 66627128 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3400 797 370 3 0 500 0
[pid=24834] ppid=24821 vsize=5356 CPUtime=0
/proc/24834/stat : 24834 (sh) S 24821 24821 24375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 66627176 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24834/statm: 1339 233 193 169 0 50 0
[pid=24835] ppid=24834 vsize=868376 CPUtime=1
/proc/24835/stat : 24835 (java) S 24834 24821 24375 0 -1 0 6589 0 1 0 93 7 0 0 18 0 9 0 66627176 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24835/statm: 217094 5746 2563 9 0 211641 0
[pid=24835/tid=24836] ppid=24834 vsize=868376 CPUtime=0.66
/proc/24835/task/24836/stat : 24836 (java) R 24834 24821 24375 0 -1 64 2793 0 1 0 62 4 0 0 20 0 9 0 66627177 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4127025360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24835/tid=24837] ppid=24834 vsize=868376 CPUtime=0.06
/proc/24835/task/24837/stat : 24837 (java) S 24834 24821 24375 0 -1 64 1624 0 0 0 6 0 0 0 16 0 9 0 66627178 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24835/tid=24838] ppid=24834 vsize=868376 CPUtime=0
/proc/24835/task/24838/stat : 24838 (java) S 24834 24821 24375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 66627178 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24835/tid=24839] ppid=24834 vsize=868376 CPUtime=0
/proc/24835/task/24839/stat : 24839 (java) S 24834 24821 24375 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 66627178 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24835/tid=24840] ppid=24834 vsize=868376 CPUtime=0
/proc/24835/task/24840/stat : 24840 (java) S 24834 24821 24375 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 66627180 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24835/tid=24841] ppid=24834 vsize=868376 CPUtime=0.23
/proc/24835/task/24841/stat : 24841 (java) S 24834 24821 24375 0 -1 64 1479 0 0 0 23 0 0 0 16 0 9 0 66627180 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24835/tid=24842] ppid=24834 vsize=868376 CPUtime=0
/proc/24835/task/24842/stat : 24842 (java) S 24834 24821 24375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 66627180 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24835/tid=24843] ppid=24834 vsize=868376 CPUtime=0
/proc/24835/task/24843/stat : 24843 (java) S 24834 24821 24375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 66627180 889217024 5746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887332

[startup+3.10196 s]
/proc/loadavg: 2.26 2.09 2.02 3/92 24843
/proc/meminfo: memFree=1799488/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=2.05
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1071 11484 0 2 3 0 187 15 15 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 13732

[startup+6.30126 s]
/proc/loadavg: 2.26 2.09 2.02 3/84 24857
/proc/meminfo: memFree=1792264/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 15 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=20600 CPUtime=2.47
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 5041 0 0 0 244 3 0 0 25 0 1 0 66627507 21094400 5027 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/24857/statm: 5150 5027 75 150 0 4997 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 39688

[startup+12.7029 s]
/proc/loadavg: 2.22 2.08 2.02 3/84 24857
/proc/meminfo: memFree=1792328/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=20776 CPUtime=8.81
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 5061 0 0 0 878 3 0 0 25 0 1 0 66627507 21274624 5047 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24857/statm: 5194 5047 75 150 0 5041 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 39864

[startup+25.5011 s]
/proc/loadavg: 2.18 2.08 2.02 3/84 24857
/proc/meminfo: memFree=1792584/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=20776 CPUtime=21.49
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 5077 0 0 0 2146 3 0 0 25 0 1 0 66627507 21274624 5063 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24857/statm: 5194 5063 75 150 0 5041 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 39864

[startup+51.1015 s]
/proc/loadavg: 2.12 2.07 2.02 3/84 24857
/proc/meminfo: memFree=1788808/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=24608 CPUtime=46.84
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 6044 0 0 0 4680 4 0 0 25 0 1 0 66627507 25198592 6030 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24857/statm: 6152 6030 75 150 0 5999 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 43696

[startup+102.306 s]
/proc/loadavg: 2.05 2.06 2.01 3/84 24857
/proc/meminfo: memFree=1779976/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=33336 CPUtime=97.58
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 8188 0 0 0 9751 7 0 0 25 0 1 0 66627507 34136064 8174 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24857/statm: 8334 8174 75 150 0 8181 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 52424

[startup+162.302 s]
/proc/loadavg: 2.02 2.05 2.00 3/76 24889
/proc/meminfo: memFree=1773192/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=41144 CPUtime=157.43
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 10104 0 0 0 15733 10 0 0 25 0 1 0 66627507 42131456 10090 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 10286 10090 75 150 0 10133 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 60232

[startup+222.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 24889
/proc/meminfo: memFree=1766152/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=48040 CPUtime=217.41
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 11815 0 0 0 21729 12 0 0 25 0 1 0 66627507 49192960 11801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 12010 11801 75 150 0 11857 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 67128

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

/proc/meminfo: memFree=1638096/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=108820 CPUtime=3156.36
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 26302 0 0 0 315606 30 0 0 25 0 1 0 66627507 111431680 26288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 27205 26288 75 150 0 27052 0
Current children cumulated CPU time (s) 3160.04
Current children cumulated vsize (KiB) 127908

[startup+3222.3 s]
/proc/loadavg: 2.52 2.55 2.46 3/83 24930
/proc/meminfo: memFree=1637968/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=108820 CPUtime=3216.34
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 26307 0 0 0 321604 30 0 0 25 0 1 0 66627507 111431680 26293 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 27205 26293 75 150 0 27052 0
Current children cumulated CPU time (s) 3220.02
Current children cumulated vsize (KiB) 127908

[startup+3282.3 s]
/proc/loadavg: 2.58 2.56 2.46 3/83 24930
/proc/meminfo: memFree=1637904/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=108820 CPUtime=3276.32
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 26309 0 0 0 327602 30 0 0 25 0 1 0 66627507 111431680 26295 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 27205 26295 75 150 0 27052 0
Current children cumulated CPU time (s) 3280
Current children cumulated vsize (KiB) 127908

[startup+3342.3 s]
/proc/loadavg: 2.58 2.56 2.47 3/83 24930
/proc/meminfo: memFree=1637904/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=108820 CPUtime=3336.29
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 26309 0 0 0 333599 30 0 0 25 0 1 0 66627507 111431680 26295 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 27205 26295 75 150 0 27052 0
Current children cumulated CPU time (s) 3339.97
Current children cumulated vsize (KiB) 127908

[startup+3402.31 s]
/proc/loadavg: 2.54 2.55 2.46 3/83 24930
/proc/meminfo: memFree=1637904/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=108820 CPUtime=3396.28
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 26310 0 0 0 339598 30 0 0 25 0 1 0 66627507 111431680 26296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 27205 26296 75 150 0 27052 0
Current children cumulated CPU time (s) 3399.96
Current children cumulated vsize (KiB) 127908

[startup+3462.3 s]
/proc/loadavg: 2.47 2.52 2.46 3/83 24930
/proc/meminfo: memFree=1637840/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=108820 CPUtime=3456.25
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 26310 0 0 0 345595 30 0 0 25 0 1 0 66627507 111431680 26296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 27205 26296 75 150 0 27052 0
Current children cumulated CPU time (s) 3459.93
Current children cumulated vsize (KiB) 127908

[startup+3522.3 s]
/proc/loadavg: 2.63 2.55 2.46 3/83 24932
/proc/meminfo: memFree=1637136/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=109428 CPUtime=3516.23
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 26449 0 0 0 351593 30 0 0 25 0 1 0 66627507 112054272 26435 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 27357 26435 75 150 0 27204 0
Current children cumulated CPU time (s) 3519.91
Current children cumulated vsize (KiB) 128516

[startup+3582.3 s]
/proc/loadavg: 2.54 2.54 2.46 3/83 24932
/proc/meminfo: memFree=1634384/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=112104 CPUtime=3576.21
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 27134 0 0 0 357590 31 0 0 25 0 1 0 66627507 114794496 27120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 28026 27120 75 150 0 27873 0
Current children cumulated CPU time (s) 3579.89
Current children cumulated vsize (KiB) 131192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.51 s]
/proc/loadavg: 2.61 2.55 2.47 3/83 24932
/proc/meminfo: memFree=1633488/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=113028 CPUtime=3596.41
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 27358 0 0 0 359610 31 0 0 25 0 1 0 66627507 115740672 27344 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 28257 27344 75 150 0 28104 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 132116

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

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

[startup+3602.51 s]
/proc/loadavg: 2.61 2.55 2.47 3/83 24932
/proc/meminfo: memFree=1633488/2055920 swapFree=4191900/4192956
[pid=24821] ppid=24819 vsize=13732 CPUtime=3.68
/proc/24821/stat : 24821 (sugar) S 24819 24821 24375 0 -1 4194304 1190 20535 0 3 4 1 342 21 16 0 1 0 66627128 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24821/statm: 3433 819 374 3 0 533 0
[pid=24856] ppid=24821 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24821 24821 24375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 66627507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 232 193 169 0 50 0
[pid=24857] ppid=24856 vsize=113028 CPUtime=3596.41
/proc/24857/stat : 24857 (minisat) R 24856 24821 24375 0 -1 4194304 27358 0 0 0 359610 31 0 0 25 0 1 0 66627507 115740672 27344 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24857/statm: 28257 27344 75 150 0 28104 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 132116

Child status: 0

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

Real time (s): 3602.53
CPU time (s): 3600.09
CPU user time (s): 3599.56
CPU system time (s): 0.53
CPU usage (%): 99.9321
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.47247
system time used= 0.229965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22068
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= 3497
involuntary context switches= 3433

runsolver used 4.56531 second user time and 11.5882 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-15 07:21:25
IDJOB=1119604
IDBENCH=62390
IDSOLVER=368
FILE ID=node55/1119604-1216099285
PBS_JOBID= 7905266
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32958fbff4054aa04eb4fb9a9e878c10
RANDOM SEED=1871447057

node55.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.225
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.225
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:       1823616 kB
Buffers:         33888 kB
Cached:         121428 kB
SwapCached:        268 kB
Active:         137660 kB
Inactive:        42348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823616 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          43476 kB
Slab:            37392 kB
Committed_AS:   306628 kB
PageTables:       1924 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 node55 at 2008-07-15 08:21:29