Trace number 1127756

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.06 3616.73

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1100-987630_ext.xml
MD5SUM7c16eeb01fe59010ffa3ef85c9121239
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints162
Best CPU time to get the best result obtained on this benchmark2.03169
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints581
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension581
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:18:35 2008
0.00/0.05	c 0	PID 4101
0.03/0.05	c 0	HOST node64.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127756-1216775915.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-1127756-1216775915.xml' 'HOME/temp.csp'
0.03/0.42	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 581 constraints
0.03/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	c 1	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.45/0.56	c 1	Parsing HOME/temp.csp
0.45/0.73	c 1	parsed 636 expressions
0.45/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.81	c 1	MAX CSP: 581 constraints
0.45/0.81	c 1	Converting to clausal form CSP
0.45/0.85	c 1	converted 122 (10%) expressions
0.45/0.85	c 1	converted 244 (20%) expressions
0.45/0.87	c 1	converted 366 (30%) expressions
0.45/0.88	c 1	converted 488 (40%) expressions
0.45/0.89	c 1	converted 610 (50%) expressions
0.45/0.90	c 1	converted 732 (60%) expressions
0.45/0.91	c 1	converted 854 (70%) expressions
0.45/0.92	c 1	converted 976 (80%) expressions
0.45/0.99	c 1	converted 1098 (90%) expressions
1.03/1.11	c 1	converted 1220 (100%) expressions
1.03/1.11	c 1	CSP : 1202 integers, 0 booleans, 1742 clauses, largest domain size 872
1.03/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.12	c 1	Propagation in CSP
1.03/1.16	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.16	c 1	CSP : 1202 integers, 0 booleans, 1742 clauses, largest domain size 582
1.03/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.17	c 1	CSP : 1202 integers, 0 booleans, 1742 clauses, largest domain size 582
1.03/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.21	c 1	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.21	c 1	241 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.21	c 1	361 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.21	c 1	481 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.22	c 1	601 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.23	c 1	722 (60%) CSP integer variables are encoded (1052 clauses, 12985 bytes)
1.13/1.23	c 1	842 (70%) CSP integer variables are encoded (1881 clauses, 23762 bytes)
1.13/1.23	c 1	962 (80%) CSP integer variables are encoded (2878 clauses, 36723 bytes)
1.13/1.24	c 1	1082 (90%) CSP integer variables are encoded (8031 clauses, 103712 bytes)
1.13/1.24	c 1	1202 (100%) CSP integer variables are encoded (9439 clauses, 123297 bytes)
1.13/1.27	c 1	175 (10%) CSP clauses are encoded (9654 clauses, 125726 bytes)
1.13/1.28	c 1	349 (20%) CSP clauses are encoded (9865 clauses, 128384 bytes)
1.23/1.30	c 1	523 (30%) CSP clauses are encoded (10075 clauses, 131082 bytes)
1.23/1.32	c 1	697 (40%) CSP clauses are encoded (12370 clauses, 169723 bytes)
1.23/1.37	c 1	871 (50%) CSP clauses are encoded (33426 clauses, 550364 bytes)
1.23/1.39	c 1	1046 (60%) CSP clauses are encoded (39825 clauses, 662727 bytes)
1.43/1.50	c 2	1220 (70%) CSP clauses are encoded (99995 clauses, 1764996 bytes)
1.53/1.66	c 2	1394 (80%) CSP clauses are encoded (154669 clauses, 2728345 bytes)
1.73/1.89	c 2	1568 (90%) CSP clauses are encoded (280871 clauses, 5044348 bytes)
2.13/2.22	c 2	1742 (100%) CSP clauses are encoded (450679 clauses, 8377662 bytes)
2.13/2.22	c 2	1742 CSP clauses encoded
2.13/2.22	c 2	Writing map file : HOME/temp.map
2.13/2.24	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.24	c 2	SAT : 10641 SAT variables, 450679 SAT clauses, 8377662 bytes
2.13/2.24	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.27	c 2	OBJECTIVE minimize _COST
2.13/2.27	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.13/2.27	c 2	SEARCHING: _COST <= 291
2.13/2.27	c 2	SOLVING HOME/temp.cnf
2.13/2.27	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.13/2.28	c 2	This is MiniSat 2.0 beta
2.13/2.28	c 2	WARNING: for repeatability, setting FPU to use double precision
2.13/2.28	c 2	============================[ Problem Statistics ]=============================
2.13/2.28	c 2	|                                                                             |
2.13/2.28	c 2	|  Number of variables:  10641                                                |
2.13/2.28	c 2	|  Number of clauses:    450680                                               |
2.17/2.51	c 3	|  Parsing time:         0.20         s                                       |
2.17/2.66	c 3	============================[ Search Statistics ]==============================
2.17/2.66	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.66	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.66	c 3	===============================================================================
2.17/2.66	c 3	|         0 |    7741   288257   844036 |    96085        0    nan |  0.000 % |
2.17/2.87	c 3	|       100 |    7739   288257   844036 |   105694       99     26 | 27.385 % |
2.17/2.93	c 3	|       252 |    7739   288257   844036 |   116263      251     24 | 27.385 % |
2.17/3.00	c 3	|       477 |    7739   288257   844036 |   127890      476     25 | 27.385 % |
2.17/3.09	c 3	|       815 |    7739   288257   844036 |   140679      814     25 | 27.385 % |
3.07/3.26	c 3	|      1321 |    7739   288257   844036 |   154746     1320     26 | 27.385 % |
3.37/3.54	c 4	|      2080 |    7739   288257   844036 |   170221     2079     27 | 27.385 % |
3.86/4.00	c 4	|      3220 |    7727   287659   842295 |   187243     3219     27 | 27.385 % |
4.36/4.53	c 5	===============================================================================
4.36/4.53	c 5	restarts              : 8
4.36/4.53	c 5	conflicts             : 4743           (2162 /sec)
4.36/4.53	c 5	decisions             : 6605           (0.71 % random) (3011 /sec)
4.36/4.53	c 5	propagations          : 2247181        (1024395 /sec)
4.36/4.53	c 5	conflict literals     : 128381         (23.31 % deleted)
4.36/4.53	c 5	Memory used           : 19.89 MB
4.36/4.53	c 5	CPU time              : 2.19367 s
4.36/4.53	c 5	
4.36/4.53	c 5	SATISFIABLE
4.36/4.54	c 5	FOUND: _COST <= 291
4.36/4.54	s SATISFIABLE
4.36/4.54	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.36/4.54	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.41/4.62	c 5	Decoding HOME/temp.out
4.41/4.73	c 5	OBJECTIVE _COST 291
4.41/4.73	o 291
4.41/4.73	v 0 1 1 1 1 1 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 1 1 1 1 1
4.41/4.73	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.41/4.75	c 5	OBJECTIVE BOUND: 0 <= _COST <= 291
4.41/4.75	c 5	SEARCHING: _COST <= 145
4.41/4.75	c 5	SOLVING HOME/temp.cnf
4.41/4.75	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.41/4.76	c 5	This is MiniSat 2.0 beta
4.41/4.76	c 5	WARNING: for repeatability, setting FPU to use double precision
4.41/4.76	c 5	============================[ Problem Statistics ]=============================
4.41/4.76	c 5	|                                                                             |
4.41/4.76	c 5	|  Number of variables:  10641                                                |
4.41/4.76	c 5	|  Number of clauses:    450680                                               |
4.61/5.00	c 5	|  Parsing time:         0.21         s                                       |
4.61/5.19	c 5	============================[ Search Statistics ]==============================
4.61/5.19	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.61/5.19	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.61/5.20	c 5	===============================================================================
4.61/5.20	c 5	|         0 |    6134   188172   548456 |    62724        0    nan |  0.000 % |
4.61/5.35	c 5	|       102 |    6128   188172   548456 |    68996       94     14 | 43.671 % |
5.24/5.41	c 5	|       252 |    6128   188172   548456 |    75896      243     15 | 43.812 % |
5.24/5.46	c 5	|       479 |    6128   188172   548456 |    83485      470     15 | 43.812 % |
5.33/5.53	c 6	|       816 |    6128   188172   548456 |    91834      807     15 | 43.812 % |
5.43/5.67	c 6	|      1322 |    6128   188172   548456 |   101017     1313     15 | 43.812 % |
5.93/6.18	c 6	|      2083 |    5979   178095   518755 |   111119     2074     20 | 43.812 % |
6.42/6.68	c 7	|      3222 |    5979   178095   518755 |   122231     3213     22 | 43.812 % |
7.21/7.42	c 7	|      4930 |    5979   178095   518755 |   134454     4921     24 | 43.812 % |
8.11/8.34	c 8	|      7493 |    5979   178095   518755 |   147899     7484     23 | 43.812 % |
10.09/10.34	c 10	|     11338 |    5979   178095   518755 |   162689    11329     24 | 43.812 % |
13.05/13.33	c 13	|     17108 |    5960   177012   515567 |   178958    17095     24 | 44.291 % |
17.81/18.13	c 18	|     25759 |    5928   174812   509076 |   196854    25745     23 | 44.291 % |
29.11/29.57	c 30	|     38733 |    5928   174812   509076 |   216540    38719     24 | 44.291 % |
52.87/53.53	c 54	|     58196 |    5928   174812   509076 |   238194    58182     26 | 44.291 % |
100.13/101.25	c 101	|     87391 |    5928   174812   509076 |   262013    87377     27 | 44.291 % |
181.46/183.37	c 183	|    131181 |    5928   174812   509076 |   288215   131167     27 | 44.291 % |
333.81/336.80	c 337	|    196865 |    5911   173860   506278 |   317036   196849     27 | 44.451 % |
591.00/594.12	c 594	|    295392 |    5911   173860   506278 |   348740   295376     28 | 44.451 % |
899.80/903.04	c 903	|    443182 |    5911   173860   506278 |   383614   107183     27 | 44.451 % |
1434.00/1437.42	c 1437	|    664865 |    5911   173860   506278 |   421975   328866     28 | 44.451 % |
2225.40/2229.17	c 2229	|    997390 |    5911   173860   506278 |   464173   252056     27 | 44.451 % |
3590.14/3606.77	c 3607	|   1496178 |    5911   173860   506278 |   510590   299516     29 | 44.451 % |
3600.06/3616.72	c ERROR INTERRUPTED
3600.06/3616.72	c 3617	CPU 4.38 (0.03 0.01 4.35 0.22)
3600.06/3616.72	c 3617	END Wed Jul 23 04:18:52 2008

Verifier Data (download as text)

OK	225	356
225 unsatisfied constraints, 356 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-1127756-1216775915/watcher-1127756-1216775915 -o /tmp/evaluation-result-1127756-1216775915/solver-1127756-1216775915 -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-1127756-1216775915.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.05 2.12 2.04 4/74 4101
/proc/meminfo: memFree=1587240/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=12268 CPUtime=0
/proc/4101/stat : 4101 (sugar) R 4099 4101 3708 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4678512 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 251255290469 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4101/statm: 3067 316 241 3 0 167 0

[startup+0.050964 s]
/proc/loadavg: 2.05 2.12 2.04 4/74 4101
/proc/meminfo: memFree=1587240/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13600 CPUtime=0.03
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 4678512 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103243 s]
/proc/loadavg: 2.05 2.12 2.04 4/74 4101
/proc/meminfo: memFree=1587240/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13600 CPUtime=0.03
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4678512 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301322 s]
/proc/loadavg: 2.05 2.12 2.04 4/74 4101
/proc/meminfo: memFree=1587240/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13600 CPUtime=0.03
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4678512 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.703731 s]
/proc/loadavg: 2.05 2.12 2.04 4/74 4101
/proc/meminfo: memFree=1587240/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13600 CPUtime=0.45
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 974 4405 0 1 3 1 38 3 16 0 1 0 4678512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50145 s]
/proc/loadavg: 2.05 2.12 2.04 3/85 4123
/proc/meminfo: memFree=1574096/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13600 CPUtime=0.45
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 974 4405 0 1 3 1 38 3 15 0 1 0 4678512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3400 797 370 3 0 500 0
[pid=4114] ppid=4101 vsize=5356 CPUtime=0
/proc/4114/stat : 4114 (sh) S 4101 4101 3708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4678561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4114/statm: 1339 233 193 169 0 50 0
[pid=4115] ppid=4114 vsize=868504 CPUtime=0.98
/proc/4115/stat : 4115 (java) S 4114 4101 3708 0 -1 0 6564 0 1 0 92 6 0 0 18 0 9 0 4678562 889348096 5751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4115/statm: 217126 5751 2563 9 0 211673 0
[pid=4115/tid=4116] ppid=4114 vsize=868504 CPUtime=0.63
/proc/4115/task/4116/stat : 4116 (java) R 4114 4101 3708 0 -1 64 2764 0 1 0 60 3 0 0 20 0 9 0 4678563 889348096 5751 996147200 134512640 134550740 4294955936 18446744073709551615 4126947296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4115/tid=4117] ppid=4114 vsize=868504 CPUtime=0.07
/proc/4115/task/4117/stat : 4117 (java) S 4114 4101 3708 0 -1 64 1617 0 0 0 7 0 0 0 16 0 9 0 4678564 889348096 5751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4115/tid=4118] ppid=4114 vsize=868504 CPUtime=0
/proc/4115/task/4118/stat : 4118 (java) S 4114 4101 3708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4678564 889348096 5751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4115/tid=4119] ppid=4114 vsize=868504 CPUtime=0
/proc/4115/task/4119/stat : 4119 (java) S 4114 4101 3708 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4678564 889348096 5751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4115/tid=4120] ppid=4114 vsize=868504 CPUtime=0
/proc/4115/task/4120/stat : 4120 (java) S 4114 4101 3708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4678566 889348096 5751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4115/tid=4121] ppid=4114 vsize=868504 CPUtime=0.25
/proc/4115/task/4121/stat : 4121 (java) S 4114 4101 3708 0 -1 64 1490 0 0 0 24 1 0 0 16 0 9 0 4678566 889348096 5751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4115/tid=4122] ppid=4114 vsize=868504 CPUtime=0
/proc/4115/task/4122/stat : 4122 (java) S 4114 4101 3708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4678566 889348096 5751 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4115/tid=4123] ppid=4114 vsize=868504 CPUtime=0
/proc/4115/task/4123/stat : 4123 (java) S 4114 4101 3708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4678566 889348096 5751 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) 887460

[startup+3.10164 s]
/proc/loadavg: 2.05 2.12 2.04 3/85 4123
/proc/meminfo: memFree=1564624/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=2.17
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1071 11477 0 2 3 1 198 15 15 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 13732

[startup+6.30233 s]
/proc/loadavg: 2.04 2.12 2.03 3/77 4137
/proc/meminfo: memFree=1556312/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 15 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=20660 CPUtime=1.51
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 5028 0 0 0 148 3 0 0 25 0 1 0 4678989 21155840 5014 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 5165 5014 75 150 0 5012 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 39748

[startup+12.7017 s]
/proc/loadavg: 2.04 2.12 2.03 3/77 4137
/proc/meminfo: memFree=1556312/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=20660 CPUtime=7.85
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 5044 0 0 0 782 3 0 0 25 0 1 0 4678989 21155840 5030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 5165 5030 75 150 0 5012 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 39748

[startup+25.5021 s]
/proc/loadavg: 2.03 2.11 2.03 3/77 4137
/proc/meminfo: memFree=1556312/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=20824 CPUtime=20.53
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 5089 0 0 0 2050 3 0 0 25 0 1 0 4678989 21323776 5075 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 5206 5075 75 150 0 5053 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 39912

[startup+51.1029 s]
/proc/loadavg: 2.02 2.10 2.03 3/77 4137
/proc/meminfo: memFree=1554840/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=22376 CPUtime=45.89
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 5461 0 0 0 4586 3 0 0 25 0 1 0 4678989 22913024 5447 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 5594 5447 75 150 0 5441 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 41464

[startup+102.307 s]
/proc/loadavg: 2.01 2.08 2.03 3/77 4139
/proc/meminfo: memFree=1549528/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=27364 CPUtime=96.61
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 6714 0 0 0 9657 4 0 0 25 0 1 0 4678989 28020736 6700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 6841 6700 75 150 0 6688 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 46452

[startup+162.302 s]
/proc/loadavg: 2.00 2.06 2.02 3/77 4139
/proc/meminfo: memFree=1544472/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=32540 CPUtime=156.04
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 7985 0 0 0 15598 6 0 0 25 0 1 0 4678989 33320960 7971 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 8135 7971 75 150 0 7982 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 51628

[startup+222.303 s]
/proc/loadavg: 2.00 2.05 2.01 3/77 4139
/proc/meminfo: memFree=1540056/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=37060 CPUtime=215.48
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 9023 0 0 0 21541 7 0 0 25 0 1 0 4678989 37949440 9009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 9265 9009 75 150 0 9112 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 56148

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

/proc/meminfo: memFree=1526624/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=92572 CPUtime=3145.31
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22438 0 0 0 314502 29 0 0 25 0 1 0 4678989 94793728 22416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23143 22416 75 150 0 22990 0
Current children cumulated CPU time (s) 3149.92
Current children cumulated vsize (KiB) 111660

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4680
/proc/meminfo: memFree=1526496/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=92572 CPUtime=3204.74
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22438 0 0 0 320445 29 0 0 25 0 1 0 4678989 94793728 22416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23143 22416 75 150 0 22990 0
Current children cumulated CPU time (s) 3209.35
Current children cumulated vsize (KiB) 111660

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4680
/proc/meminfo: memFree=1526304/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=92864 CPUtime=3264.18
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22493 0 0 0 326389 29 0 0 25 0 1 0 4678989 95092736 22471 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23216 22471 75 150 0 23063 0
Current children cumulated CPU time (s) 3268.79
Current children cumulated vsize (KiB) 111952

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4680
/proc/meminfo: memFree=1526176/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=93024 CPUtime=3323.62
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22522 0 0 0 332332 30 0 0 25 0 1 0 4678989 95256576 22500 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23256 22500 75 150 0 23103 0
Current children cumulated CPU time (s) 3328.23
Current children cumulated vsize (KiB) 112112

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4680
/proc/meminfo: memFree=1526048/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=93104 CPUtime=3383.06
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22536 0 0 0 338276 30 0 0 25 0 1 0 4678989 95338496 22514 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23276 22514 75 150 0 23123 0
Current children cumulated CPU time (s) 3387.67
Current children cumulated vsize (KiB) 112192

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4680
/proc/meminfo: memFree=1525856/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=93104 CPUtime=3442.49
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22538 0 0 0 344219 30 0 0 25 0 1 0 4678989 95338496 22516 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23276 22516 75 150 0 23123 0
Current children cumulated CPU time (s) 3447.1
Current children cumulated vsize (KiB) 112192

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4680
/proc/meminfo: memFree=1525792/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=93388 CPUtime=3501.92
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22604 0 0 0 350162 30 0 0 25 0 1 0 4678989 95629312 22582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23347 22582 75 150 0 23194 0
Current children cumulated CPU time (s) 3506.53
Current children cumulated vsize (KiB) 112476

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4680
/proc/meminfo: memFree=1525600/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=93568 CPUtime=3561.36
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22618 0 0 0 356106 30 0 0 25 0 1 0 4678989 95813632 22596 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23392 22596 75 150 0 23239 0
Current children cumulated CPU time (s) 3565.97
Current children cumulated vsize (KiB) 112656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4680
/proc/meminfo: memFree=1525216/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=93892 CPUtime=3595.45
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22716 0 0 0 359514 31 0 0 25 0 1 0 4678989 96145408 22694 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23473 22694 75 150 0 23320 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 112980

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

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

[startup+3616.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4680
/proc/meminfo: memFree=1525216/2055920 swapFree=4192956/4192956
[pid=4101] ppid=4099 vsize=13732 CPUtime=4.61
/proc/4101/stat : 4101 (sugar) S 4099 4101 3708 0 -1 4194304 1190 20599 0 3 3 1 435 22 16 0 1 0 4678512 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4101/statm: 3433 819 374 3 0 533 0
[pid=4136] ppid=4101 vsize=5356 CPUtime=0
/proc/4136/stat : 4136 (sh) S 4101 4101 3708 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4678988 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4136/statm: 1339 232 193 169 0 50 0
[pid=4137] ppid=4136 vsize=93892 CPUtime=3595.45
/proc/4137/stat : 4137 (minisat) R 4136 4101 3708 0 -1 4194304 22716 0 0 0 359514 31 0 0 25 0 1 0 4678989 96145408 22694 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/4137/statm: 23473 22694 75 150 0 23320 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 112980

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4101 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=392332
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=243962
# CPU time returned by wait4() is 4.63629
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3616.73
CPU time (s): 3600.06
CPU user time (s): 3599.52
CPU system time (s): 0.54
CPU usage (%): 99.539
Max. virtual memory (cumulated for all children) (KiB): 887460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.39233
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22132
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= 3407
involuntary context switches= 3287

runsolver used 4.5973 second user time and 9.8535 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-23 03:18:35
IDJOB=1127756
IDBENCH=63914
IDSOLVER=368
FILE ID=node64/1127756-1216775915
PBS_JOBID= 7974095
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1100-987630_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-1127756-1216775915/watcher-1127756-1216775915 -o /tmp/evaluation-result-1127756-1216775915/solver-1127756-1216775915 -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-1127756-1216775915.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c16eeb01fe59010ffa3ef85c9121239
RANDOM SEED=101469018

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1587720 kB
Buffers:         26824 kB
Cached:         337112 kB
SwapCached:          0 kB
Active:         344336 kB
Inactive:        79612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587720 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          71124 kB
Slab:            29136 kB
Committed_AS:   129940 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node64 at 2008-07-23 04:18:54