Trace number 1127651

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.19 3616

General information on the benchmark

Namemaxcsp/cnf/3-40-2100-3000/
normalized-cnf-3-40-2400-421722_ext.xml
MD5SUMbbe34f29fd67f84517d58d41a3beaed4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints194
Best CPU time to get the best result obtained on this benchmark236.737
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2123
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2123
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.06	c 0	BEGIN Wed Jul 23 02:46:20 2008
0.00/0.06	c 0	PID 4064
0.00/0.07	c 0	HOST node79.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1127651-1216773980.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-1127651-1216773980.xml' 'HOME/temp.csp'
0.06/0.46	c 0	1 domains, 40 variables, 0 predicates, 51 relations, 2123 constraints
0.06/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	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.45/0.56	c 0	Parsing HOME/temp.csp
0.45/0.73	c 1	parsed 2215 expressions
0.45/0.74	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.76	c 1	MAX CSP: 2123 constraints
0.45/0.76	c 1	Converting to clausal form CSP
0.45/0.82	c 1	converted 435 (10%) expressions
0.45/0.85	c 1	converted 869 (20%) expressions
0.45/0.92	c 1	converted 1303 (30%) expressions
0.45/0.95	c 1	converted 1737 (40%) expressions
0.45/0.95	c 1	converted 2171 (50%) expressions
0.45/0.97	c 1	converted 2605 (60%) expressions
0.45/0.98	c 1	converted 3039 (70%) expressions
0.45/1.00	c 1	converted 3473 (80%) expressions
0.95/1.01	c 1	converted 3907 (90%) expressions
1.14/1.23	c 1	converted 4341 (100%) expressions
1.14/1.23	c 1	CSP : 4286 integers, 0 booleans, 6368 clauses, largest domain size 3185
1.14/1.23	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.23	c 1	Propagation in CSP
1.25/1.31	c 1	2118 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.31	c 1	CSP : 4286 integers, 0 booleans, 6368 clauses, largest domain size 2124
1.25/1.31	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.25/1.32	c 1	CSP : 4286 integers, 0 booleans, 6368 clauses, largest domain size 2124
1.25/1.32	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.25/1.38	c 1	429 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.39	c 1	858 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.39	c 1	1286 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.39	c 1	1715 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.39	c 1	2143 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.40	c 1	2572 (60%) CSP integer variables are encoded (4840 clauses, 62984 bytes)
1.34/1.41	c 1	3001 (70%) CSP integer variables are encoded (8455 clauses, 112542 bytes)
1.34/1.41	c 1	3429 (80%) CSP integer variables are encoded (12918 clauses, 179487 bytes)
1.34/1.42	c 1	3858 (90%) CSP integer variables are encoded (16530 clauses, 233667 bytes)
1.34/1.45	c 1	4286 (100%) CSP integer variables are encoded (42616 clauses, 624957 bytes)
1.45/1.51	c 1	637 (10%) CSP clauses are encoded (43291 clauses, 635728 bytes)
1.45/1.53	c 1	1274 (20%) CSP clauses are encoded (43966 clauses, 647189 bytes)
1.45/1.56	c 1	1911 (30%) CSP clauses are encoded (44645 clauses, 659637 bytes)
1.55/1.63	c 1	2548 (40%) CSP clauses are encoded (69758 clauses, 1108377 bytes)
1.95/2.08	c 2	3184 (50%) CSP clauses are encoded (335939 clauses, 5994498 bytes)
2.15/2.22	c 2	3821 (60%) CSP clauses are encoded (412644 clauses, 7533114 bytes)
3.53/3.65	c 3	4458 (70%) CSP clauses are encoded (1199807 clauses, 23837213 bytes)
3.74/3.81	c 4	5095 (80%) CSP clauses are encoded (1287826 clauses, 25694005 bytes)
5.23/5.39	c 5	5732 (90%) CSP clauses are encoded (1814371 clauses, 36764602 bytes)
12.21/12.35	c 12	6368 (100%) CSP clauses are encoded (5762954 clauses, 121499706 bytes)
12.21/12.35	c 12	6368 CSP clauses encoded
12.21/12.35	c 12	Writing map file : HOME/temp.map
12.21/12.39	c 12	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.21/12.39	c 12	SAT : 46902 SAT variables, 5762954 SAT clauses, 121499706 bytes
12.21/12.39	c 12	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.30/12.42	c 12	OBJECTIVE minimize _COST
12.30/12.42	c 12	SOLVING HOME/temp.cnf
12.30/12.42	c 12	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
12.30/12.42	c 12	This is MiniSat 2.0 beta incremental
12.30/12.42	c 12	WARNING: for repeatability, setting FPU to use double precision
12.30/12.42	c 12	============================[ Problem Statistics ]=============================
12.30/12.42	c 12	|                                                                             |
12.30/12.42	c 12	|  Number of variables:  46902                                                |
12.30/12.42	c 12	|  Number of clauses:    5762954                                              |
14.75/14.90	c 15	|  Parsing time:         2.10         s                                       |
14.85/15.01	c 15	OK
14.85/15.01	c 15	OBJECTIVE BOUND: 0 <= _COST <= 
14.85/15.01	c 15	SEARCHING: _COST <= 1062
14.85/15.01	c 15	============================[ Search Statistics ]==============================
14.85/15.01	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.85/15.01	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.85/15.01	c 15	===============================================================================
14.85/15.01	c 15	|         0 |   46902  5762954 17161038 |  1920984        0    nan |  0.000 % |
16.73/16.95	c 17	===============================================================================
16.73/16.95	c 17	restarts              : 1
16.73/16.95	c 17	conflicts             : 31            (8 /sec)
16.73/16.95	c 17	decisions             : 561           (1.07 % random) (137 /sec)
16.73/16.95	c 17	propagations          : 619781         (151042 /sec)
16.73/16.95	c 17	conflict literals     : 331            (14.69 % deleted)
16.73/16.95	c 17	Memory used           : 239.97 MB
16.73/16.95	c 17	CPU time              : 4.10338 s
16.73/16.95	c 17	
16.73/16.95	c 17	SATISFIABLE
16.73/16.96	c 17	OK
16.73/16.96	c 17	FOUND: _COST <= 1062
16.73/16.96	s SATISFIABLE
16.73/16.96	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.73/16.96	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.79/17.04	c 17	Decoding HOME/temp.out
16.79/17.23	c 17	OBJECTIVE _COST 564
16.79/17.23	o 564
16.79/17.23	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
16.79/17.24	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.79/17.30	c 17	OK
16.79/17.30	c 17	OBJECTIVE BOUND: 0 <= _COST <= 564
16.79/17.30	c 17	SEARCHING: _COST <= 282
16.79/17.30	c 17	============================[ Search Statistics ]==============================
16.79/17.30	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.79/17.30	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.79/17.30	c 17	===============================================================================
16.79/17.30	c 17	|        31 |   46902  5762954 17161038 |  1920984       31     11 |  0.000 % |
18.20/18.43	c 18	|       131 |   46902  5762954 17161038 |  2113083      131     39 | 40.949 % |
19.69/19.95	c 20	|       281 |   46902  5762954 17161038 |  2324391      281     42 | 40.949 % |
22.39/22.68	c 22	|       507 |   46902  5762954 17161038 |  2556830      507     44 | 40.949 % |
26.78/27.04	c 27	|       846 |   46902  5762954 17161038 |  2812513      846     45 | 40.949 % |
32.78/33.08	c 33	|      1353 |   46902  5762954 17161038 |  3093765     1353     47 | 40.949 % |
42.78/43.07	c 43	|      2113 |   46902  5762954 17161038 |  3403141     2113     48 | 40.949 % |
57.62/57.91	c 58	|      3252 |   46902  5762954 17161038 |  3743455     3252     49 | 40.949 % |
61.90/62.29	c 62	===============================================================================
61.90/62.29	c 62	restarts              : 9
61.90/62.29	c 62	conflicts             : 3572          (73 /sec)
61.90/62.29	c 62	decisions             : 5160          (0.60 % random) (105 /sec)
61.90/62.29	c 62	propagations          : 11477161       (234101 /sec)
61.90/62.29	c 62	conflict literals     : 173323         (46.97 % deleted)
61.90/62.29	c 62	Memory used           : 240.36 MB
61.90/62.29	c 62	CPU time              : 49.0265 s
61.90/62.29	c 62	
61.90/62.29	c 62	SATISFIABLE
62.00/62.30	c 62	OK
62.00/62.30	c 62	FOUND: _COST <= 282
62.00/62.30	c 62	DECODING HOME/temp.out WITH HOME/temp.map
62.00/62.30	c 62	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
62.00/62.39	c 62	Decoding HOME/temp.out
62.01/62.58	c 62	OBJECTIVE _COST 282
62.01/62.58	o 282
62.01/62.58	v 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1
62.01/62.59	c 62	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
62.27/62.64	c 62	OK
62.27/62.64	c 62	OBJECTIVE BOUND: 0 <= _COST <= 282
62.27/62.64	c 62	SEARCHING: _COST <= 141
62.27/62.64	c 62	============================[ Search Statistics ]==============================
62.27/62.64	c 62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
62.27/62.64	c 62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
62.27/62.64	c 62	===============================================================================
62.27/62.64	c 62	|      3572 |   27696  5762954 17161038 |  1920984     3572     49 | 40.949 % |
63.47/63.90	c 64	|      3673 |   27696  5762954 17161038 |  2113083     3673     48 | 50.358 % |
65.26/65.70	c 66	|      3824 |   27696  5762954 17161038 |  2324391     3824     48 | 50.358 % |
67.85/68.26	c 68	|      4049 |   27696  5762954 17161038 |  2556830     4049     47 | 50.358 % |
71.64/72.04	c 72	|      4386 |   27696  5762954 17161038 |  2812513     4386     46 | 50.358 % |
77.31/77.73	c 78	|      4894 |   27696  5762954 17161038 |  3093765     4894     45 | 50.358 % |
86.47/86.99	c 87	|      5653 |   27696  5762954 17161038 |  3403141     5653     43 | 50.358 % |
102.74/103.38	c 103	|      6792 |   23283  1399249  4138939 |  3743455     6792     42 | 50.358 % |
113.48/114.18	c 114	|      8500 |   23283  1399249  4138939 |  4117801     8500     40 | 50.358 % |
129.71/130.46	c 130	|     11062 |   23283  1399249  4138939 |  4529581    11062     38 | 50.358 % |
154.51/155.31	c 155	|     14907 |   23283  1399249  4138939 |  4982539    14907     37 | 50.358 % |
183.40/184.30	c 184	|     20673 |   23283  1399249  4138939 |  5480793    20673     33 | 50.358 % |
240.57/241.75	c 242	|     29323 |   23283  1399249  4138939 |  6028872    29323     33 | 50.358 % |
330.04/331.65	c 331	|     42297 |   23283  1399249  4138939 |  6631760    42297     33 | 50.358 % |
491.97/494.44	c 494	|     61759 |   23283  1399249  4138939 |  7294936    61759     33 | 50.358 % |
732.22/735.72	c 736	|     90952 |   23283  1399249  4138939 |  8024429    90952     33 | 50.358 % |
1085.26/1090.31	c 1090	|    134742 |   23283  1399249  4138939 |  8826872   134742     33 | 50.358 % |
1691.53/1699.29	c 1699	|    200426 |   23283  1399249  4138939 |  9709559   200426     33 | 50.358 % |
2607.35/2619.06	c 2619	|    298952 |   23283  1399249  4138939 | 10680515   298952     33 | 50.358 % |
3600.07/3615.91	c ERROR INTERRUPTED
3600.07/3615.97	c 3616	CPU 3598.51 (0.06 0.02 3598.45 1.58)
3600.07/3615.97	c 3616	END Wed Jul 23 03:46:36 2008

Verifier Data (download as text)

OK	279	1844
279 unsatisfied constraints, 1844 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-1127651-1216773980/watcher-1127651-1216773980 -o /tmp/evaluation-result-1127651-1216773980/solver-1127651-1216773980 -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-1127651-1216773980.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: 1.92 1.98 1.99 4/82 4064
/proc/meminfo: memFree=1744768/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=12272 CPUtime=0
/proc/4064/stat : 4064 (sugar++) R 4062 4064 3877 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 4484522 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 234054794238 0 0 4224 0 0 0 0 17 1 0 0
/proc/4064/statm: 3068 327 246 3 0 168 0

[startup+0.00804707 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 4064
/proc/meminfo: memFree=1744768/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=12272 CPUtime=0
/proc/4064/stat : 4064 (sugar++) R 4062 4064 3877 0 -1 4194304 406 0 0 0 0 0 0 0 18 0 1 0 4484522 12566528 374 996147200 4194304 4206940 548682068528 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 1 0 0
/proc/4064/statm: 3068 374 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101061 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 4064
/proc/meminfo: memFree=1744768/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=16740 CPUtime=0.06
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 4484522 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301081 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 4064
/proc/meminfo: memFree=1744768/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=16740 CPUtime=0.06
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 4484522 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701118 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 4064
/proc/meminfo: memFree=1744768/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=16740 CPUtime=0.45
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1296 4912 0 1 5 1 36 3 15 0 1 0 4484522 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4064/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16740

[startup+1.5022 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 4086
/proc/meminfo: memFree=1728480/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=16740 CPUtime=0.46
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1297 4912 0 1 5 2 36 3 15 0 1 0 4484522 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4064/statm: 4185 1104 409 3 0 764 0
[pid=4077] ppid=4064 vsize=5356 CPUtime=0
/proc/4077/stat : 4077 (sh) S 4064 4064 3877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4484571 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4077/statm: 1339 233 193 169 0 50 0
[pid=4078] ppid=4077 vsize=868476 CPUtime=0.99
/proc/4078/stat : 4078 (java) S 4077 4064 3877 0 -1 0 7709 0 1 0 94 5 0 0 18 0 9 0 4484572 889319424 6884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4078/statm: 217119 6884 2564 9 0 211666 0
[pid=4078/tid=4079] ppid=4077 vsize=868476 CPUtime=0.57
/proc/4078/task/4079/stat : 4079 (java) R 4077 4064 3877 0 -1 64 2761 0 1 0 55 2 0 0 18 0 9 0 4484572 889319424 6884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4080] ppid=4077 vsize=868476 CPUtime=0.15
/proc/4078/task/4080/stat : 4080 (java) R 4077 4064 3877 0 -1 64 2769 0 0 0 15 0 0 0 15 0 9 0 4484573 889319424 6884 996147200 134512640 134550740 4294955920 18446744073709551615 102300850 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4081] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4081/stat : 4081 (java) S 4077 4064 3877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4484574 889319424 6884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4082] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4082/stat : 4082 (java) S 4077 4064 3877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4484574 889319424 6884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4083] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4083/stat : 4083 (java) S 4077 4064 3877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4484575 889319424 6884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4084] ppid=4077 vsize=868476 CPUtime=0.24
/proc/4078/task/4084/stat : 4084 (java) S 4077 4064 3877 0 -1 64 1487 0 0 0 23 1 0 0 16 0 9 0 4484575 889319424 6884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4085] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4085/stat : 4085 (java) S 4077 4064 3877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4484576 889319424 6884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4086] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4086/stat : 4086 (java) S 4077 4064 3877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4484576 889319424 6884 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890572

[startup+3.10237 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 4086
/proc/meminfo: memFree=1717600/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=16740 CPUtime=0.46
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1297 4912 0 1 5 2 36 3 15 0 1 0 4484522 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4064/statm: 4185 1104 409 3 0 764 0
[pid=4077] ppid=4064 vsize=5356 CPUtime=0
/proc/4077/stat : 4077 (sh) S 4064 4064 3877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4484571 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4077/statm: 1339 233 193 169 0 50 0
[pid=4078] ppid=4077 vsize=868476 CPUtime=2.57
/proc/4078/stat : 4078 (java) S 4077 4064 3877 0 -1 0 8213 0 1 0 241 16 0 0 18 0 9 0 4484572 889319424 6900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4078/statm: 217119 6900 2564 9 0 211666 0
[pid=4078/tid=4079] ppid=4077 vsize=868476 CPUtime=2
/proc/4078/task/4079/stat : 4079 (java) R 4077 4064 3877 0 -1 64 3249 0 1 0 189 11 0 0 25 0 9 0 4484572 889319424 6900 996147200 134512640 134550740 4294955920 18446744073709551615 4127015274 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4080] ppid=4077 vsize=868476 CPUtime=0.28
/proc/4078/task/4080/stat : 4080 (java) S 4077 4064 3877 0 -1 64 2769 0 0 0 25 3 0 0 16 0 9 0 4484573 889319424 6900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4081] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4081/stat : 4081 (java) S 4077 4064 3877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4484574 889319424 6900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4082] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4082/stat : 4082 (java) S 4077 4064 3877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4484574 889319424 6900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4083] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4083/stat : 4083 (java) S 4077 4064 3877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4484575 889319424 6900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4084] ppid=4077 vsize=868476 CPUtime=0.27
/proc/4078/task/4084/stat : 4084 (java) S 4077 4064 3877 0 -1 64 1503 0 0 0 26 1 0 0 16 0 9 0 4484575 889319424 6900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4085] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4085/stat : 4085 (java) S 4077 4064 3877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4484576 889319424 6900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4086] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4086/stat : 4086 (java) S 4077 4064 3877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4484576 889319424 6900 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890572

[startup+6.30171 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 4086
/proc/meminfo: memFree=1686304/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=16740 CPUtime=0.46
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1297 4912 0 1 5 2 36 3 16 0 1 0 4484522 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4064/statm: 4185 1104 409 3 0 764 0
[pid=4077] ppid=4064 vsize=5356 CPUtime=0
/proc/4077/stat : 4077 (sh) S 4064 4064 3877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4484571 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4077/statm: 1339 233 193 169 0 50 0
[pid=4078] ppid=4077 vsize=868476 CPUtime=5.77
/proc/4078/stat : 4078 (java) S 4077 4064 3877 0 -1 0 9117 0 1 0 537 40 0 0 18 0 9 0 4484572 889319424 6906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4078/statm: 217119 6906 2565 9 0 211666 0
[pid=4078/tid=4079] ppid=4077 vsize=868476 CPUtime=4.95
/proc/4078/task/4079/stat : 4079 (java) R 4077 4064 3877 0 -1 64 4147 0 1 0 466 29 0 0 25 0 9 0 4484572 889319424 6906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4080] ppid=4077 vsize=868476 CPUtime=0.51
/proc/4078/task/4080/stat : 4080 (java) S 4077 4064 3877 0 -1 64 2769 0 0 0 43 8 0 0 16 0 9 0 4484573 889319424 6906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4081] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4081/stat : 4081 (java) S 4077 4064 3877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4484574 889319424 6906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4082] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4082/stat : 4082 (java) S 4077 4064 3877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4484574 889319424 6906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4083] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4083/stat : 4083 (java) S 4077 4064 3877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4484575 889319424 6906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4084] ppid=4077 vsize=868476 CPUtime=0.28
/proc/4078/task/4084/stat : 4084 (java) S 4077 4064 3877 0 -1 64 1509 0 0 0 27 1 0 0 16 0 9 0 4484575 889319424 6906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4085] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4085/stat : 4085 (java) S 4077 4064 3877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4484576 889319424 6906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4078/tid=4086] ppid=4077 vsize=868476 CPUtime=0
/proc/4078/task/4086/stat : 4086 (java) S 4077 4064 3877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4484576 889319424 6906 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890572

[startup+12.7014 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 4086
/proc/meminfo: memFree=1602992/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.32
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1519 16325 0 2 6 2 1132 92 16 0 1 0 4484522 17412096 1177 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4064/statm: 4251 1177 413 3 0 830 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 17004

[startup+25.5017 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 4097
/proc/meminfo: memFree=1382648/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.6
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1614 20332 0 3 6 2 1156 96 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=245992 CPUtime=12.68
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 59063 0 0 0 1231 37 0 0 25 0 1 0 4485764 251895808 59010 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4087/statm: 61498 59010 80 151 0 61344 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 262996

[startup+51.1014 s]
/proc/loadavg: 2.10 2.03 2.01 3/84 4097
/proc/meminfo: memFree=1382968/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.6
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1614 20332 0 3 6 2 1156 96 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=246124 CPUtime=38.27
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 59080 0 0 0 3790 37 0 0 25 0 1 0 4485764 252030976 59027 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4087/statm: 61531 59027 80 151 0 61377 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 263128

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 4139
/proc/meminfo: memFree=1379328/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=246660 CPUtime=88.86
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 59220 0 0 0 8848 38 0 0 25 0 1 0 4485764 252579840 59165 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 61665 59165 80 151 0 61511 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 263664

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4139
/proc/meminfo: memFree=1381440/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0

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

[pid=4087] ppid=4064 vsize=252320 CPUtime=2896.49
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60350 0 0 0 289597 52 0 0 25 0 1 0 4485764 258375680 60295 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63080 60295 80 151 0 62926 0
Current children cumulated CPU time (s) 2909.37
Current children cumulated vsize (KiB) 269324

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=893224/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252484 CPUtime=2956.24
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60388 0 0 0 295571 53 0 0 25 0 1 0 4485764 258543616 60333 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63121 60333 80 151 0 62967 0
Current children cumulated CPU time (s) 2969.12
Current children cumulated vsize (KiB) 269488

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=893096/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252484 CPUtime=3015.99
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60400 0 0 0 301546 53 0 0 25 0 1 0 4485764 258543616 60345 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63121 60345 80 151 0 62967 0
Current children cumulated CPU time (s) 3028.87
Current children cumulated vsize (KiB) 269488

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=892776/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252728 CPUtime=3075.74
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60470 0 0 0 307521 53 0 0 25 0 1 0 4485764 258793472 60415 996147200 134512640 135134323 4294956192 18446744073709551615 134531963 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63182 60415 80 151 0 63028 0
Current children cumulated CPU time (s) 3088.62
Current children cumulated vsize (KiB) 269732

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=892648/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3135.5
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60481 0 0 0 313496 54 0 0 25 0 1 0 4485764 258916352 60426 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60426 80 151 0 63058 0
Current children cumulated CPU time (s) 3148.38
Current children cumulated vsize (KiB) 269852

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=892456/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3195.24
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60488 0 0 0 319470 54 0 0 25 0 1 0 4485764 258916352 60433 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60433 80 151 0 63058 0
Current children cumulated CPU time (s) 3208.12
Current children cumulated vsize (KiB) 269852

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=892264/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3254.98
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60499 0 0 0 325444 54 0 0 25 0 1 0 4485764 258916352 60444 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60444 80 151 0 63058 0
Current children cumulated CPU time (s) 3267.86
Current children cumulated vsize (KiB) 269852

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=892264/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3314.73
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60506 0 0 0 331419 54 0 0 25 0 1 0 4485764 258916352 60451 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60451 80 151 0 63058 0
Current children cumulated CPU time (s) 3327.61
Current children cumulated vsize (KiB) 269852

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=892136/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3374.48
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60517 0 0 0 337394 54 0 0 25 0 1 0 4485764 258916352 60462 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60462 80 151 0 63058 0
Current children cumulated CPU time (s) 3387.36
Current children cumulated vsize (KiB) 269852

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=892008/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3434.23
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60524 0 0 0 343368 55 0 0 25 0 1 0 4485764 258916352 60469 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60469 80 151 0 63058 0
Current children cumulated CPU time (s) 3447.11
Current children cumulated vsize (KiB) 269852

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=891688/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3493.98
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60531 0 0 0 349343 55 0 0 25 0 1 0 4485764 258916352 60476 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60476 80 151 0 63058 0
Current children cumulated CPU time (s) 3506.86
Current children cumulated vsize (KiB) 269852

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=891560/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3553.73
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60538 0 0 0 355318 55 0 0 25 0 1 0 4485764 258916352 60483 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60483 80 151 0 63058 0
Current children cumulated CPU time (s) 3566.61
Current children cumulated vsize (KiB) 269852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=891496/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3587.19
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60541 0 0 0 358664 55 0 0 25 0 1 0 4485764 258916352 60486 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60486 80 151 0 63058 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 269852

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

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

[startup+3615.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 4209
/proc/meminfo: memFree=891496/2055920 swapFree=4192956/4192956
[pid=4064] ppid=4062 vsize=17004 CPUtime=12.88
/proc/4064/stat : 4064 (sugar++) S 4062 4064 3877 0 -1 4194304 1685 24342 0 4 6 2 1181 99 16 0 1 0 4484522 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4064/statm: 4251 1180 414 3 0 830 0
[pid=4087] ppid=4064 vsize=252848 CPUtime=3587.19
/proc/4087/stat : 4087 (minisat-inc) R 4064 4064 3877 0 -1 4194304 60541 0 0 0 358664 55 0 0 25 0 1 0 4485764 258916352 60486 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/4087/statm: 63212 60486 80 151 0 63058 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 269852

Child status: 0
Real time (s): 3616
CPU time (s): 3600.19
CPU user time (s): 3598.52
CPU system time (s): 1.67474
CPU usage (%): 99.5629
Max. virtual memory (cumulated for all children) (KiB): 890572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.52
system time used= 1.67474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86647
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27483
involuntary context switches= 77108

runsolver used 4.02839 second user time and 10.0985 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-23 02:46:20
IDJOB=1127651
IDBENCH=63730
IDSOLVER=367
FILE ID=node79/1127651-1216773980
PBS_JOBID= 7974127
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-40-2100-3000/normalized-cnf-3-40-2400-421722_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-1127651-1216773980/watcher-1127651-1216773980 -o /tmp/evaluation-result-1127651-1216773980/solver-1127651-1216773980 -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-1127651-1216773980.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bbe34f29fd67f84517d58d41a3beaed4
RANDOM SEED=1461113117

node79.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745184 kB
Buffers:         28600 kB
Cached:         214228 kB
SwapCached:          0 kB
Active:         188940 kB
Inactive:        78840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745184 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             992 kB
Writeback:           0 kB
Mapped:          45080 kB
Slab:            28044 kB
Committed_AS:   125788 kB
PageTables:       1908 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= 66396 MiB
End job on node79 at 2008-07-23 03:46:38