Trace number 1127403

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.21 3631.27

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1200-718250_ext.xml
MD5SUM4c8f50145d81ec7f962866bb50db552f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints58
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1196
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1196
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Wed Jul 23 00:46:10 2008
0.00/0.07	c 0	PID 3811
0.00/0.07	c 0	HOST node79.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1127403-1216766770.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-1127403-1216766770.xml' 'HOME/temp.csp'
0.06/0.58	c 1	1 domains, 80 variables, 0 predicates, 11 relations, 1196 constraints
0.06/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.57/0.71	c 1	Parsing HOME/temp.csp
0.57/0.86	c 1	parsed 1288 expressions
0.57/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.88	c 1	MAX CSP: 1196 constraints
0.57/0.88	c 1	Converting to clausal form CSP
0.57/0.92	c 1	converted 249 (10%) expressions
0.57/0.94	c 1	converted 498 (20%) expressions
0.57/0.96	c 1	converted 747 (30%) expressions
0.57/0.98	c 1	converted 995 (40%) expressions
0.57/1.05	c 1	converted 1244 (50%) expressions
0.57/1.05	c 1	converted 1493 (60%) expressions
0.57/1.07	c 1	converted 1741 (70%) expressions
0.57/1.07	c 1	converted 1990 (80%) expressions
0.57/1.08	c 1	converted 2239 (90%) expressions
1.11/1.22	c 2	converted 2487 (100%) expressions
1.11/1.22	c 2	CSP : 2472 integers, 0 booleans, 3587 clauses, largest domain size 1795
1.11/1.22	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.22	c 2	Propagation in CSP
1.11/1.28	c 2	1191 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.28	c 2	CSP : 2472 integers, 0 booleans, 3587 clauses, largest domain size 1197
1.11/1.29	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.29	c 2	Simplifing CSP by introducing new Boolean variables
1.11/1.29	c 2	CSP : 2472 integers, 0 booleans, 3587 clauses, largest domain size 1197
1.11/1.29	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.33	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.34	c 2	248 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.34	c 2	495 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.34	c 2	742 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.35	c 2	989 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.35	c 2	1236 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.36	c 2	1484 (60%) CSP integer variables are encoded (2373 clauses, 30913 bytes)
1.20/1.37	c 2	1731 (70%) CSP integer variables are encoded (14502 clauses, 200667 bytes)
1.20/1.38	c 2	1978 (80%) CSP integer variables are encoded (17411 clauses, 244302 bytes)
1.20/1.38	c 2	2225 (90%) CSP integer variables are encoded (19301 clauses, 272652 bytes)
1.20/1.38	c 2	2472 (100%) CSP integer variables are encoded (21878 clauses, 311307 bytes)
1.30/1.42	c 2	359 (10%) CSP clauses are encoded (22237 clauses, 317175 bytes)
1.30/1.45	c 2	718 (20%) CSP clauses are encoded (22597 clauses, 323451 bytes)
1.30/1.46	c 2	1077 (30%) CSP clauses are encoded (22956 clauses, 329881 bytes)
1.40/1.50	c 2	1435 (40%) CSP clauses are encoded (31503 clauses, 479845 bytes)
2.78/2.97	c 3	1794 (50%) CSP clauses are encoded (763584 clauses, 15243497 bytes)
2.89/3.02	c 3	2153 (60%) CSP clauses are encoded (788819 clauses, 15768773 bytes)
4.08/4.23	c 5	2511 (70%) CSP clauses are encoded (1488503 clauses, 30772730 bytes)
4.08/4.29	c 5	2870 (80%) CSP clauses are encoded (1517402 clauses, 31375469 bytes)
4.28/4.42	c 5	3229 (90%) CSP clauses are encoded (1588663 clauses, 32885828 bytes)
4.66/4.88	c 5	3587 (100%) CSP clauses are encoded (1854852 clauses, 38572293 bytes)
4.66/4.88	c 5	3587 CSP clauses encoded
4.66/4.88	c 5	Writing map file : HOME/temp.map
4.76/4.91	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.91	c 5	SAT : 24350 SAT variables, 1854852 SAT clauses, 38572293 bytes
4.76/4.91	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.96	c 5	OBJECTIVE minimize _COST
4.76/4.96	c 5	SOLVING HOME/temp.cnf
4.76/4.96	c 5	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.76/4.96	c 5	This is MiniSat 2.0 beta incremental
4.76/4.96	c 5	WARNING: for repeatability, setting FPU to use double precision
4.76/4.96	c 5	============================[ Problem Statistics ]=============================
4.76/4.96	c 5	|                                                                             |
4.76/4.96	c 5	|  Number of variables:  24350                                                |
4.76/4.96	c 5	|  Number of clauses:    1854852                                              |
5.53/5.75	c 6	|  Parsing time:         0.69         s                                       |
5.53/5.79	c 6	OK
5.53/5.79	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
5.53/5.79	c 6	SEARCHING: _COST <= 598
5.53/5.79	c 6	============================[ Search Statistics ]==============================
5.53/5.79	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.53/5.79	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.53/5.79	c 6	===============================================================================
5.53/5.79	c 6	|         0 |   24350  1854852  5498923 |   618284        0    nan |  0.000 % |
5.94/6.15	c 6	|       100 |   24350  1854852  5498923 |   680112      100     26 |  0.001 % |
6.03/6.24	c 7	|       250 |   24350  1854852  5498923 |   748123      250     28 |  0.001 % |
6.23/6.44	c 7	===============================================================================
6.23/6.44	c 7	restarts              : 3
6.23/6.44	c 7	conflicts             : 293           (215 /sec)
6.23/6.44	c 7	decisions             : 1245          (1.04 % random) (912 /sec)
6.23/6.44	c 7	propagations          : 287965         (210996 /sec)
6.23/6.44	c 7	conflict literals     : 8486           (8.80 % deleted)
6.23/6.44	c 7	Memory used           : 79.95 MB
6.23/6.44	c 7	CPU time              : 1.36479 s
6.23/6.44	c 7	
6.23/6.44	c 7	SATISFIABLE
6.23/6.45	c 7	OK
6.23/6.45	c 7	FOUND: _COST <= 598
6.23/6.45	s SATISFIABLE
6.23/6.45	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.23/6.45	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.29/6.53	c 7	Decoding HOME/temp.out
6.42/6.68	c 7	OBJECTIVE _COST 227
6.42/6.68	o 227
6.42/6.68	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 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 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 0
6.42/6.69	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.50/6.73	c 7	OK
6.50/6.73	c 7	OBJECTIVE BOUND: 0 <= _COST <= 227
6.50/6.73	c 7	SEARCHING: _COST <= 113
6.50/6.73	c 7	============================[ Search Statistics ]==============================
6.50/6.73	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.50/6.73	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.50/6.73	c 7	===============================================================================
6.50/6.73	c 7	|       293 |   24350  1854852  5498923 |   618284      293     29 |  0.001 % |
6.69/6.91	c 7	|       393 |   24350  1854852  5498923 |   680112      393     27 | 46.185 % |
6.89/7.16	c 7	|       543 |   24350  1854852  5498923 |   748123      543     28 | 46.185 % |
7.29/7.50	c 8	|       768 |   24350  1854852  5498923 |   822936      768     27 | 46.185 % |
7.59/7.83	c 8	|      1106 |   24350  1854852  5498923 |   905229     1106     27 | 46.185 % |
8.38/8.64	c 9	|      1612 |   24350  1854852  5498923 |   995752     1612     29 | 46.185 % |
9.37/9.62	c 10	|      2371 |   24350  1854852  5498923 |  1095327     2371     32 | 46.185 % |
11.95/12.20	c 13	|      3510 |   24350  1854852  5498923 |  1204860     3510     37 | 46.185 % |
13.62/13.99	c 14	|      5219 |   24350  1854852  5498923 |  1325346     5219     38 | 46.185 % |
17.39/17.79	c 18	|      7782 |   24350  1854852  5498923 |  1457881     7782     39 | 46.185 % |
21.76/22.15	c 22	|     11626 |   13104   600291  1768009 |  1603669    11625     38 | 46.185 % |
25.72/26.14	c 26	|     17393 |   13104   600291  1768009 |  1764036    17392     32 | 46.185 % |
31.57/32.01	c 32	|     26042 |   13104   600291  1768009 |  1940440    26041     30 | 46.185 % |
41.48/42.03	c 42	|     39017 |   13104   600291  1768009 |  2134484    39016     27 | 46.185 % |
60.41/61.15	c 61	|     58478 |   13104   600291  1768009 |  2347932    58477     27 | 46.185 % |
105.70/106.88	c 107	|     87670 |   13104   600291  1768009 |  2582725    87669     36 | 46.185 % |
181.44/183.21	c 184	|    131460 |   13104   600291  1768009 |  2840998   131459     41 | 46.185 % |
322.92/325.96	c 326	|    197144 |   13104   600291  1768009 |  3125098   197143     46 | 46.185 % |
600.23/605.65	c 606	|    295670 |   13104   600291  1768009 |  3437607   295669     50 | 46.185 % |
1087.31/1096.98	c 1097	|    443459 |   13104   600291  1768009 |  3781368   443458     53 | 46.185 % |
2006.08/2023.61	c 2024	|    665142 |   13104   600291  1768009 |  4159505   665141     55 | 46.185 % |
3600.09/3631.21	c ERROR INTERRUPTED
3600.09/3631.27	c 3632	CPU 3599.01 (0.05 0.02 3598.96 1.13)
3600.09/3631.27	c 3632	END Wed Jul 23 01:46:42 2008

Verifier Data (download as text)

OK	155	1041
155 unsatisfied constraints, 1041 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-1127403-1216766770/watcher-1127403-1216766770 -o /tmp/evaluation-result-1127403-1216766770/solver-1127403-1216766770 -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-1127403-1216766770.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.99 2.04 2.00 4/81 3811
/proc/meminfo: memFree=1732760/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=12272 CPUtime=0
/proc/3811/stat : 3811 (sugar++) R 3809 3811 3440 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 3763572 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 1 0 0
/proc/3811/statm: 3068 327 246 3 0 168 0

[startup+0.106398 s]
/proc/loadavg: 1.99 2.04 2.00 4/81 3811
/proc/meminfo: memFree=1732760/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=16740 CPUtime=0.06
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 3763572 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3811/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.202405 s]
/proc/loadavg: 1.99 2.04 2.00 4/81 3811
/proc/meminfo: memFree=1732760/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=16740 CPUtime=0.06
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 3763572 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3811/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302416 s]
/proc/loadavg: 1.99 2.04 2.00 4/81 3811
/proc/meminfo: memFree=1732760/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=16740 CPUtime=0.06
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 3763572 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3811/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702462 s]
/proc/loadavg: 1.99 2.04 2.00 4/81 3811
/proc/meminfo: memFree=1732760/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=16740 CPUtime=0.57
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1279 4712 0 1 4 2 48 3 16 0 1 0 3763572 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3811/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16740

[startup+1.50155 s]
/proc/loadavg: 1.99 2.04 2.00 4/92 3833
/proc/meminfo: memFree=1717496/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=16740 CPUtime=0.57
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1297 4712 0 1 4 2 48 3 15 0 1 0 3763572 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4185 1104 409 3 0 764 0
[pid=3824] ppid=3811 vsize=5356 CPUtime=0
/proc/3824/stat : 3824 (sh) S 3811 3811 3440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3763636 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3824/statm: 1339 233 193 169 0 50 0
[pid=3825] ppid=3824 vsize=868468 CPUtime=0.83
/proc/3825/stat : 3825 (java) S 3824 3811 3440 0 -1 0 7006 0 1 0 80 3 0 0 20 0 9 0 3763636 889311232 6198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3825/statm: 217117 6198 2563 9 0 211664 0
[pid=3825/tid=3826] ppid=3824 vsize=868468 CPUtime=0.49
/proc/3825/task/3826/stat : 3826 (java) R 3824 3811 3440 0 -1 64 2744 0 1 0 48 1 0 0 25 0 9 0 3763637 889311232 6198 996147200 134512640 134550740 4294955920 18446744073709551615 4127034881 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3827] ppid=3824 vsize=868468 CPUtime=0.08
/proc/3825/task/3827/stat : 3827 (java) S 3824 3811 3440 0 -1 64 2077 0 0 0 8 0 0 0 16 0 9 0 3763638 889311232 6198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3828] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3828/stat : 3828 (java) S 3824 3811 3440 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3763638 889311232 6198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3829] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3829/stat : 3829 (java) S 3824 3811 3440 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3763638 889311232 6198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3830] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3830/stat : 3830 (java) S 3824 3811 3440 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3763640 889311232 6198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3831] ppid=3824 vsize=868468 CPUtime=0.24
/proc/3825/task/3831/stat : 3831 (java) S 3824 3811 3440 0 -1 64 1492 0 0 0 23 1 0 0 16 0 9 0 3763640 889311232 6198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3832] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3832/stat : 3832 (java) S 3824 3811 3440 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3763640 889311232 6198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3833] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3833/stat : 3833 (java) S 3824 3811 3440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3763640 889311232 6198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890564

[startup+3.10171 s]
/proc/loadavg: 1.99 2.04 2.00 3/92 3833
/proc/meminfo: memFree=1708408/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=16740 CPUtime=0.57
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1297 4712 0 1 4 2 48 3 16 0 1 0 3763572 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4185 1104 409 3 0 764 0
[pid=3824] ppid=3811 vsize=5356 CPUtime=0
/proc/3824/stat : 3824 (sh) S 3811 3811 3440 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3763636 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3824/statm: 1339 233 193 169 0 50 0
[pid=3825] ppid=3824 vsize=868468 CPUtime=2.42
/proc/3825/stat : 3825 (java) S 3824 3811 3440 0 -1 0 7491 0 1 0 228 14 0 0 20 0 9 0 3763636 889311232 6206 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3825/statm: 217117 6206 2563 9 0 211664 0
[pid=3825/tid=3826] ppid=3824 vsize=868468 CPUtime=1.97
/proc/3825/task/3826/stat : 3826 (java) R 3824 3811 3440 0 -1 64 3221 0 1 0 187 10 0 0 25 0 9 0 3763637 889311232 6206 996147200 134512640 134550740 4294955920 18446744073709551615 4126526897 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3827] ppid=3824 vsize=868468 CPUtime=0.16
/proc/3825/task/3827/stat : 3827 (java) S 3824 3811 3440 0 -1 64 2077 0 0 0 15 1 0 0 16 0 9 0 3763638 889311232 6206 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3828] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3828/stat : 3828 (java) S 3824 3811 3440 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3763638 889311232 6206 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3829] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3829/stat : 3829 (java) S 3824 3811 3440 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3763638 889311232 6206 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3830] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3830/stat : 3830 (java) S 3824 3811 3440 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3763640 889311232 6206 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3831] ppid=3824 vsize=868468 CPUtime=0.25
/proc/3825/task/3831/stat : 3831 (java) S 3824 3811 3440 0 -1 64 1500 0 0 0 24 1 0 0 16 0 9 0 3763640 889311232 6206 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3832] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3832/stat : 3832 (java) S 3824 3811 3440 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3763640 889311232 6206 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3825/tid=3833] ppid=3824 vsize=868468 CPUtime=0
/proc/3825/task/3833/stat : 3833 (java) S 3824 3811 3440 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3763640 889311232 6206 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890564

[startup+6.30105 s]
/proc/loadavg: 1.99 2.04 2.00 3/83 3834
/proc/meminfo: memFree=1638656/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=16872 CPUtime=4.81
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1498 13096 0 2 5 2 441 33 15 0 1 0 3763572 17276928 1148 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3811/statm: 4218 1148 414 3 0 797 0
[pid=3834] ppid=3811 vsize=81864 CPUtime=1.32
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 19868 0 0 0 121 11 0 0 25 0 1 0 3764069 83828736 19816 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 1 0 0
/proc/3834/statm: 20466 19816 74 151 0 20312 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 98736

[startup+12.7017 s]
/proc/loadavg: 2.07 2.06 2.01 3/83 3844
/proc/meminfo: memFree=1609864/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=82260 CPUtime=7.41
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 19995 0 0 0 730 11 0 0 25 0 1 0 3764069 84234240 19941 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 20565 19941 80 151 0 20411 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 99260

[startup+25.5021 s]
/proc/loadavg: 2.05 2.05 2.01 3/83 3844
/proc/meminfo: memFree=1609800/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=83192 CPUtime=20.09
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 20197 0 0 0 1998 11 0 0 25 0 1 0 3764069 85188608 20143 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 20798 20143 80 151 0 20644 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 100192

[startup+51.1028 s]
/proc/loadavg: 2.03 2.05 2.00 3/83 3844
/proc/meminfo: memFree=1598152/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=83364 CPUtime=45.47
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 20268 0 0 0 4535 12 0 0 25 0 1 0 3764069 85364736 20206 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 20841 20206 80 151 0 20687 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 100364

[startup+102.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 3844
/proc/meminfo: memFree=1597640/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=83484 CPUtime=96.21
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 20303 0 0 0 9609 12 0 0 25 0 1 0 3764069 85487616 20241 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 20871 20241 80 151 0 20717 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 100484

[startup+162.302 s]
/proc/loadavg: 2.05 2.04 2.00 3/83 3844
/proc/meminfo: memFree=1597384/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=83808 CPUtime=155.69
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 20364 0 0 0 15557 12 0 0 25 0 1 0 3764069 85819392 20302 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 20952 20302 80 151 0 20798 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 100808

[startup+222.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/83 3844
/proc/meminfo: memFree=1597128/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=84372 CPUtime=215.18
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 20449 0 0 0 21506 12 0 0 25 0 1 0 3764069 86396928 20387 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 21093 20387 80 151 0 20939 0
Current children cumulated CPU time (s) 220.21

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

[pid=3834] ppid=3811 vsize=263264 CPUtime=2892.06
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 64544 0 0 0 289142 64 0 0 25 0 1 0 3764069 269582336 64482 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 65816 64482 80 151 0 65662 0
Current children cumulated CPU time (s) 2897.09
Current children cumulated vsize (KiB) 280264

[startup+2982.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/83 3852
/proc/meminfo: memFree=1416648/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=265652 CPUtime=2951.55
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 65146 0 0 0 295090 65 0 0 25 0 1 0 3764069 272027648 65084 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 66413 65084 80 151 0 66259 0
Current children cumulated CPU time (s) 2956.58
Current children cumulated vsize (KiB) 282652

[startup+3042.3 s]
/proc/loadavg: 2.23 2.11 2.02 3/83 3852
/proc/meminfo: memFree=1414088/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=268148 CPUtime=3011.04
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 65780 0 0 0 301038 66 0 0 25 0 1 0 3764069 274583552 65718 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 67037 65718 80 151 0 66883 0
Current children cumulated CPU time (s) 3016.07
Current children cumulated vsize (KiB) 285148

[startup+3102.3 s]
/proc/loadavg: 2.11 2.10 2.02 3/83 3852
/proc/meminfo: memFree=1411592/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=270496 CPUtime=3070.52
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 66374 0 0 0 306986 66 0 0 25 0 1 0 3764069 276987904 66312 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 67624 66312 80 151 0 67470 0
Current children cumulated CPU time (s) 3075.55
Current children cumulated vsize (KiB) 287496

[startup+3162.3 s]
/proc/loadavg: 2.04 2.08 2.02 3/83 3852
/proc/meminfo: memFree=1409096/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=273004 CPUtime=3130.01
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 67012 0 0 0 312934 67 0 0 25 0 1 0 3764069 279556096 66950 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 68251 66950 80 151 0 68097 0
Current children cumulated CPU time (s) 3135.04
Current children cumulated vsize (KiB) 290004

[startup+3222.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/83 3852
/proc/meminfo: memFree=1406536/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=275384 CPUtime=3189.5
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 67640 0 0 0 318882 68 0 0 25 0 1 0 3764069 281993216 67578 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 68846 67578 80 151 0 68692 0
Current children cumulated CPU time (s) 3194.53
Current children cumulated vsize (KiB) 292384

[startup+3282.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/83 3852
/proc/meminfo: memFree=1403848/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=277872 CPUtime=3248.99
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 68286 0 0 0 324831 68 0 0 25 0 1 0 3764069 284540928 68224 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 69468 68224 80 151 0 69314 0
Current children cumulated CPU time (s) 3254.02
Current children cumulated vsize (KiB) 294872

[startup+3342.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 3852
/proc/meminfo: memFree=1400200/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=282072 CPUtime=3308.47
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 69187 0 0 0 330778 69 0 0 25 0 1 0 3764069 288841728 69125 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 70518 69125 80 151 0 70364 0
Current children cumulated CPU time (s) 3313.5
Current children cumulated vsize (KiB) 299072

[startup+3402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 3852
/proc/meminfo: memFree=1397896/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=284424 CPUtime=3367.97
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 69773 0 0 0 336727 70 0 0 25 0 1 0 3764069 291250176 69711 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 71106 69711 80 151 0 70952 0
Current children cumulated CPU time (s) 3373
Current children cumulated vsize (KiB) 301424

[startup+3462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 3852
/proc/meminfo: memFree=1395208/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=286944 CPUtime=3427.45
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 70403 0 0 0 342675 70 0 0 25 0 1 0 3764069 293830656 70341 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 71736 70341 80 151 0 71582 0
Current children cumulated CPU time (s) 3432.48
Current children cumulated vsize (KiB) 303944

[startup+3522.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 3852
/proc/meminfo: memFree=1392904/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=289420 CPUtime=3486.94
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 71010 0 0 0 348623 71 0 0 25 0 1 0 3764069 296366080 70948 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 72355 70948 80 151 0 72201 0
Current children cumulated CPU time (s) 3491.97
Current children cumulated vsize (KiB) 306420

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 3852
/proc/meminfo: memFree=1390408/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=291704 CPUtime=3546.42
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 71603 0 0 0 354570 72 0 0 25 0 1 0 3764069 298704896 71541 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3834/statm: 72926 71541 80 151 0 72772 0
Current children cumulated CPU time (s) 3551.45
Current children cumulated vsize (KiB) 308704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.21 s]
/proc/loadavg: 1.90 1.97 1.99 3/84 3988
/proc/meminfo: memFree=1417256/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=293828 CPUtime=3595.06
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 72124 0 0 0 359434 72 0 0 25 0 1 0 3764069 300879872 72062 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 1 0 0
/proc/3834/statm: 73457 72062 80 151 0 73303 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 310828

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

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

[startup+3631.21 s]
/proc/loadavg: 1.90 1.97 1.99 3/84 3988
/proc/meminfo: memFree=1417256/2055920 swapFree=4192956/4192956
[pid=3811] ppid=3809 vsize=17000 CPUtime=5.03
/proc/3811/stat : 3811 (sugar++) S 3809 3811 3440 0 -1 4194304 1582 17029 0 3 5 2 461 35 16 0 1 0 3763572 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3811/statm: 4250 1149 414 3 0 829 0
[pid=3834] ppid=3811 vsize=293828 CPUtime=3595.06
/proc/3834/stat : 3834 (minisat-inc) R 3811 3811 3440 0 -1 4194304 72124 0 0 0 359434 72 0 0 25 0 1 0 3764069 300879872 72062 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 1 0 0
/proc/3834/statm: 73457 72062 80 151 0 73303 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 310828

Child status: 0
Real time (s): 3631.27
CPU time (s): 3600.21
CPU user time (s): 3599.03
CPU system time (s): 1.17982
CPU usage (%): 99.1445
Max. virtual memory (cumulated for all children) (KiB): 890564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.03
system time used= 1.17982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90814
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= 9645
involuntary context switches= 165039

runsolver used 3.37849 second user time and 9.8505 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-23 00:46:10
IDJOB=1127403
IDBENCH=63353
IDSOLVER=367
FILE ID=node79/1127403-1216766770
PBS_JOBID= 7974077
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1200-718250_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-1127403-1216766770/watcher-1127403-1216766770 -o /tmp/evaluation-result-1127403-1216766770/solver-1127403-1216766770 -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-1127403-1216766770.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4c8f50145d81ec7f962866bb50db552f
RANDOM SEED=549056491

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:       1733176 kB
Buffers:         24644 kB
Cached:         215056 kB
SwapCached:          0 kB
Active:         193188 kB
Inactive:        86708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733176 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3092 kB
Writeback:           0 kB
Mapped:          60480 kB
Slab:            27968 kB
Committed_AS:   888316 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node79 at 2008-07-23 01:46:44