Trace number 1111899

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)10 3600.09 3636.46

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-10_ext.xml
MD5SUMb1136f6831347ed9b7de8a63d714421a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 12:06:19 2008
0.00/0.08	c 0	PID 18640
0.06/0.08	c 0	HOST node28.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1111899-1215857179.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111899-1215857179.xml' 'HOME/temp.csp'
0.06/0.51	c 1	1 domains, 90 variables, 0 predicates, 2 relations, 19 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.50/0.64	c 1	Parsing HOME/temp.csp
0.50/0.99	c 1	parsed 112 expressions
0.50/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.99	c 1	MAX CSP: 19 constraints
0.50/0.99	c 1	Converting to clausal form CSP
0.92/1.02	c 1	converted 14 (10%) expressions
0.92/1.02	c 1	converted 27 (20%) expressions
0.92/1.02	c 1	converted 41 (30%) expressions
0.92/1.02	c 1	converted 54 (40%) expressions
0.92/1.02	c 1	converted 67 (50%) expressions
0.92/1.02	c 1	converted 81 (60%) expressions
0.92/1.04	c 1	converted 94 (70%) expressions
1.51/1.62	c 2	converted 108 (80%) expressions
1.82/1.97	c 2	converted 121 (90%) expressions
2.02/2.13	c 2	converted 134 (100%) expressions
2.02/2.13	c 2	CSP : 128 integers, 0 booleans, 56 clauses, largest domain size 29
2.02/2.13	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.13	c 2	Propagation in CSP
2.02/2.14	c 2	16 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.02/2.14	c 2	CSP : 128 integers, 0 booleans, 56 clauses, largest domain size 26
2.02/2.14	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.14	c 2	Simplifing CSP by introducing new Boolean variables
2.02/2.14	c 2	CSP : 128 integers, 0 booleans, 56 clauses, largest domain size 26
2.02/2.14	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.21/2.32	c 2	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.21/2.32	c 2	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.21/2.32	c 2	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.21/2.33	c 2	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
2.21/2.33	c 2	64 (50%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
2.21/2.33	c 2	77 (60%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
2.21/2.33	c 2	90 (70%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
2.21/2.33	c 2	103 (80%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
2.21/2.33	c 2	116 (90%) CSP integer variables are encoded (2189 clauses, 26394 bytes)
2.21/2.33	c 2	128 (100%) CSP integer variables are encoded (2284 clauses, 27629 bytes)
37.63/39.97	c 40	6 (10%) CSP clauses are encoded (237172 clauses, 15141013 bytes)
69.96/74.87	c 75	12 (20%) CSP clauses are encoded (454502 clauses, 29171314 bytes)
90.17/96.81	c 97	17 (30%) CSP clauses are encoded (606347 clauses, 40299939 bytes)
98.16/104.87	c 105	23 (40%) CSP clauses are encoded (667101 clauses, 45061180 bytes)
98.16/104.87	c 105	28 (50%) CSP clauses are encoded (667132 clauses, 45061666 bytes)
98.16/104.87	c 105	34 (60%) CSP clauses are encoded (667162 clauses, 45062130 bytes)
98.16/104.87	c 105	40 (70%) CSP clauses are encoded (667254 clauses, 45063654 bytes)
98.16/104.87	c 105	45 (80%) CSP clauses are encoded (667287 clauses, 45064170 bytes)
98.16/104.88	c 105	51 (90%) CSP clauses are encoded (667445 clauses, 45066642 bytes)
98.16/104.88	c 105	56 (100%) CSP clauses are encoded (667775 clauses, 45072222 bytes)
98.16/104.88	c 105	56 CSP clauses encoded
98.16/104.88	c 105	Writing map file : HOME/temp.map
98.16/104.88	c 105	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
98.16/104.88	c 105	SAT : 2412 SAT variables, 667775 SAT clauses, 45072222 bytes
98.16/104.88	c 105	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
98.24/104.93	c 105	OBJECTIVE minimize _COST
98.24/104.93	c 105	SOLVING HOME/temp.cnf
98.24/104.93	c 105	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
98.24/104.93	c 105	This is MiniSat 2.0 beta incremental
98.24/104.93	c 105	WARNING: for repeatability, setting FPU to use double precision
98.24/104.93	c 105	============================[ Problem Statistics ]=============================
98.24/104.93	c 105	|                                                                             |
98.24/104.94	c 105	|  Number of variables:  2412                                                 |
98.24/104.94	c 105	|  Number of clauses:    667775                                               |
99.21/105.94	c 106	|  Parsing time:         0.89         s                                       |
99.32/106.00	c 106	OK
99.32/106.00	c 106	OBJECTIVE BOUND: 0 <= _COST <= 
99.32/106.00	c 106	SEARCHING: _COST <= 10
99.32/106.00	c 106	============================[ Search Statistics ]==============================
99.32/106.00	c 106	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
99.32/106.00	c 106	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
99.32/106.00	c 106	===============================================================================
99.32/106.00	c 106	|         0 |    2412   667775  8779554 |   222591        0    nan |  0.000 % |
99.32/106.02	c 106	|       101 |    2412   667775  8779554 |   244850      101      7 |  0.001 % |
99.32/106.05	c 106	|       251 |    2412   667775  8779554 |   269335      251      7 |  0.001 % |
99.32/106.09	c 106	|       476 |    2412   667775  8779554 |   296269      476      7 |  0.001 % |
99.41/106.15	c 106	|       813 |    2412   667775  8779554 |   325896      813      7 |  0.001 % |
99.51/106.27	c 106	|      1319 |    2412   667775  8779554 |   358486     1319      9 |  0.001 % |
99.71/106.45	c 106	|      2078 |    2412   667775  8779554 |   394334     2078      9 |  0.001 % |
100.11/106.81	c 107	|      3217 |    2412   667775  8779554 |   433768     3217      9 |  0.001 % |
100.20/106.99	c 107	|      4926 |    2412   667775  8779554 |   477145     4926     10 |  0.001 % |
100.80/107.58	c 108	|      7488 |    2412   667775  8779554 |   524859     7488     10 |  0.001 % |
101.20/107.99	c 108	|     11333 |    2412   667775  8779554 |   577345    11333     10 |  0.001 % |
102.48/109.26	c 109	|     17099 |    2412   667775  8779554 |   635080    17099     10 |  0.001 % |
104.17/111.00	c 111	|     25748 |    2412   667775  8779554 |   698588    25748     11 |  0.001 % |
108.41/115.25	c 115	|     38722 |    2412   667775  8779554 |   768446    38722     11 |  0.001 % |
112.46/119.38	c 119	|     58184 |    2412   667775  8779554 |   845291    58184     11 |  0.001 % |
123.05/130.07	c 130	|     87376 |    2412   667775  8779554 |   929820    87376     12 |  0.001 % |
140.75/147.90	c 148	|    131165 |    2412   667775  8779554 |  1022802   131165     13 |  0.001 % |
194.72/202.44	c 202	|    196849 |    2412   667775  8779554 |  1125082   196849     14 |  0.001 % |
327.92/336.98	c 337	|    295378 |    2412   667775  8779554 |  1237591   295378     15 |  0.001 % |
415.55/425.45	c 425	===============================================================================
415.55/425.45	c 425	restarts              : 19
415.55/425.45	c 425	conflicts             : 368032        (1161 /sec)
415.55/425.45	c 425	decisions             : 502113        (1.49 % random) (1584 /sec)
415.55/425.45	c 425	propagations          : 14396889       (45404 /sec)
415.55/425.45	c 425	conflict literals     : 6047700        (24.79 % deleted)
415.55/425.45	c 425	Memory used           : 102.26 MB
415.55/425.45	c 425	CPU time              : 317.083 s
415.55/425.45	c 425	
415.55/425.45	c 425	SATISFIABLE
415.55/425.45	c 425	OK
415.55/425.45	c 425	FOUND: _COST <= 10
415.55/425.45	s SATISFIABLE
415.55/425.45	c 425	DECODING HOME/temp.out WITH HOME/temp.map
415.55/425.45	c 425	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
415.60/425.54	c 426	Decoding HOME/temp.out
415.60/425.58	c 426	OBJECTIVE _COST 10
415.60/425.58	o 10
415.60/425.59	v 25 25 25 25 8 18 12 21 5 18 25 25 25 25 12 19 2 8 14 19 15 17 14 18 15 4 2 19 14 17 25 25 25 25 14 15 14 17 19 0 19 24 15 4 18 2 17 8 15 19 18 22 0 17 19 7 12 14 17 4 25 25 25 25 20 8 8 11 8 6 25 25 25 25 17 11 2 8 13 8 25 25 25 25 4 3 10 2 19 2
415.60/425.59	c 426	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
415.91/425.80	c 426	OK
415.91/425.80	c 426	OBJECTIVE BOUND: 0 <= _COST <= 10
415.91/425.80	c 426	SEARCHING: _COST <= 5
415.91/425.80	c 426	============================[ Search Statistics ]==============================
415.91/425.80	c 426	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
415.91/425.80	c 426	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
415.91/425.81	c 426	===============================================================================
415.91/425.81	c 426	|    368032 |    2367   667507  8778876 |   222502   368032     16 |  0.001 % |
418.08/428.05	c 428	|    368133 |    2367   667507  8778876 |   244752    31579     18 |  1.866 % |
418.18/428.13	c 428	|    368285 |    2367   667507  8778876 |   269227    31731     18 |  1.866 % |
418.37/428.33	c 428	|    368511 |    2367   667507  8778876 |   296150    31957     18 |  1.866 % |
418.57/428.51	c 429	|    368848 |    2367   667507  8778876 |   325765    32294     18 |  1.866 % |
419.07/429.08	c 429	|    369354 |    2367   667507  8778876 |   358342    32800     18 |  1.866 % |
419.86/429.85	c 430	|    370114 |    2367   667507  8778876 |   394176    33560     18 |  1.866 % |
420.26/430.22	c 430	|    371253 |    2367   667507  8778876 |   433594    34699     17 |  1.866 % |
421.72/431.71	c 432	|    372961 |    2367   667507  8778876 |   476953    36407     17 |  1.866 % |
422.80/432.85	c 433	|    375524 |    2367   667507  8778876 |   524648    38970     17 |  1.866 % |
424.48/434.57	c 435	|    379368 |    2367   667507  8778876 |   577113    42814     16 |  1.866 % |
426.76/436.88	c 437	|    385134 |    2367   667507  8778876 |   634825    48580     16 |  1.866 % |
435.67/445.84	c 446	|    393783 |    2367   667507  8778876 |   698307    57229     16 |  1.866 % |
445.57/455.85	c 456	|    406757 |    2367   667507  8778876 |   768138    70203     16 |  1.866 % |
475.57/486.10	c 486	|    426218 |    2367   667507  8778876 |   844952    89664     16 |  1.866 % |
489.62/500.38	c 500	|    455410 |    2367   667507  8778876 |   929447   118856     16 |  1.866 % |
518.63/529.64	c 530	|    499199 |    2367   667507  8778876 |  1022392   162645     15 |  1.866 % |
662.52/674.95	c 675	|    564884 |    2367   667507  8778876 |  1124631   228330     19 |  1.866 % |
869.26/883.64	c 884	|    663410 |    2367   667507  8778876 |  1237094   326856     19 |  1.866 % |
1200.09/1217.16	c 1217	|    811200 |    2367   667507  8778876 |  1360804   474646     20 |  1.866 % |
1928.02/1950.95	c 1951	|   1032883 |    2367   667507  8778876 |  1496884   696329     22 |  1.866 % |
3600.01/3636.41	c ERROR INTERRUPTED
3600.01/3636.46	c 3636	CPU 3598.44 (0.06 0.02 3598.38 1.59)
3600.01/3636.46	c 3636	END Sat Jul 12 13:06:55 2008

Verifier Data (download as text)

OK	10	9
10 unsatisfied constraints, 9 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-1111899-1215857179/watcher-1111899-1215857179 -o /tmp/evaluation-result-1111899-1215857179/solver-1111899-1215857179 -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-1111899-1215857179.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/74 18640
/proc/meminfo: memFree=1714788/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=12000 CPUtime=0
/proc/18640/stat : 18640 (sugar++) R 18638 18640 17319 0 -1 4194304 187 0 0 0 0 0 0 0 20 0 1 0 42420084 12288000 155 996147200 4194304 4206940 548682068528 18446744073709551615 217871611584 0 0 4224 0 0 0 0 17 1 0 0
/proc/18640/statm: 3000 155 117 3 0 100 0

[startup+0.083208 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 18640
/proc/meminfo: memFree=1714788/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=0.06
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 42420084 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18640/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101055 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 18640
/proc/meminfo: memFree=1714788/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=0.06
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42420084 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18640/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301074 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 18640
/proc/meminfo: memFree=1714788/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=0.06
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42420084 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18640/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701121 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 18640
/proc/meminfo: memFree=1714788/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=0.5
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1296 4763 0 1 5 2 39 4 16 0 1 0 42420084 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18640/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16740

[startup+1.50122 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 18662
/proc/meminfo: memFree=1704524/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=0.5
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1296 4763 0 1 5 2 39 4 15 0 1 0 42420084 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18640/statm: 4185 1104 409 3 0 764 0
[pid=18653] ppid=18640 vsize=5356 CPUtime=0
/proc/18653/stat : 18653 (sh) S 18640 18640 17319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42420140 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18653/statm: 1339 233 193 169 0 50 0
[pid=18654] ppid=18653 vsize=864188 CPUtime=0.91
/proc/18654/stat : 18654 (java) S 18653 18640 17319 0 -1 0 7919 0 1 0 87 4 0 0 18 0 9 0 42420141 884928512 7148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18654/statm: 216047 7148 2540 9 0 210622 0
[pid=18654/tid=18655] ppid=18653 vsize=864188 CPUtime=0.62
/proc/18654/task/18655/stat : 18655 (java) R 18653 18640 17319 0 -1 64 2648 0 1 0 61 1 0 0 19 0 9 0 42420142 884928512 7148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18656] ppid=18653 vsize=864188 CPUtime=0.22
/proc/18654/task/18656/stat : 18656 (java) R 18653 18640 17319 0 -1 64 4259 0 0 0 20 2 0 0 16 0 9 0 42420143 884928512 7148 996147200 134512640 134550740 4294955920 18446744073709551615 104457056 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18657] ppid=18653 vsize=864188 CPUtime=0
/proc/18654/task/18657/stat : 18657 (java) S 18653 18640 17319 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42420143 884928512 7148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18658] ppid=18653 vsize=864188 CPUtime=0
/proc/18654/task/18658/stat : 18658 (java) S 18653 18640 17319 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42420143 884928512 7148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18659] ppid=18653 vsize=864188 CPUtime=0
/proc/18654/task/18659/stat : 18659 (java) S 18653 18640 17319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42420145 884928512 7148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18660] ppid=18653 vsize=864188 CPUtime=0.05
/proc/18654/task/18660/stat : 18660 (java) S 18653 18640 17319 0 -1 64 320 0 0 0 5 0 0 0 16 0 9 0 42420145 884928512 7148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18661] ppid=18653 vsize=864188 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18653 18640 17319 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42420145 884928512 7148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18662] ppid=18653 vsize=864188 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18653 18640 17319 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42420145 884928512 7148 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886284

[startup+3.10139 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 18662
/proc/meminfo: memFree=1674060/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=0.5
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1297 4763 0 1 5 2 39 4 15 0 1 0 42420084 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18640/statm: 4185 1104 409 3 0 764 0
[pid=18653] ppid=18640 vsize=5356 CPUtime=0
/proc/18653/stat : 18653 (sh) S 18640 18640 17319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42420140 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18653/statm: 1339 233 193 169 0 50 0
[pid=18654] ppid=18653 vsize=864300 CPUtime=2.51
/proc/18654/stat : 18654 (java) S 18653 18640 17319 0 -1 0 13678 0 1 0 243 8 0 0 18 0 9 0 42420141 885043200 12794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18654/statm: 216075 12794 2564 9 0 210622 0
[pid=18654/tid=18655] ppid=18653 vsize=864300 CPUtime=1.57
/proc/18654/task/18655/stat : 18655 (java) R 18653 18640 17319 0 -1 64 3161 0 1 0 155 2 0 0 24 0 9 0 42420142 885043200 12794 996147200 134512640 134550740 4294955920 18446744073709551615 4126541509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18656] ppid=18653 vsize=864300 CPUtime=0.82
/proc/18654/task/18656/stat : 18656 (java) S 18653 18640 17319 0 -1 64 9483 0 0 0 77 5 0 0 16 0 9 0 42420143 885043200 12794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18657] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18657/stat : 18657 (java) S 18653 18640 17319 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42420143 885043200 12794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18658] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18658/stat : 18658 (java) S 18653 18640 17319 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42420143 885043200 12794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18659] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18659/stat : 18659 (java) S 18653 18640 17319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42420145 885043200 12794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18660] ppid=18653 vsize=864300 CPUtime=0.1
/proc/18654/task/18660/stat : 18660 (java) S 18653 18640 17319 0 -1 64 342 0 0 0 10 0 0 0 16 0 9 0 42420145 885043200 12794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18661] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18653 18640 17319 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42420145 885043200 12794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18662] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18653 18640 17319 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42420145 885043200 12794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886396

[startup+6.30277 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 18662
/proc/meminfo: memFree=1668372/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=0.5
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1297 4763 0 1 5 2 39 4 15 0 1 0 42420084 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18640/statm: 4185 1104 409 3 0 764 0
[pid=18653] ppid=18640 vsize=5356 CPUtime=0
/proc/18653/stat : 18653 (sh) S 18640 18640 17319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42420140 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18653/statm: 1339 233 193 169 0 50 0
[pid=18654] ppid=18653 vsize=864300 CPUtime=5.68
/proc/18654/stat : 18654 (java) S 18653 18640 17319 0 -1 0 14385 0 1 0 560 8 0 0 18 0 9 0 42420141 885043200 13479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18654/statm: 216075 13479 2564 9 0 210622 0
[pid=18654/tid=18655] ppid=18653 vsize=864300 CPUtime=4.7
/proc/18654/task/18655/stat : 18655 (java) R 18653 18640 17319 0 -1 64 3183 0 1 0 468 2 0 0 25 0 9 0 42420142 885043200 13479 996147200 134512640 134550740 4294955920 18446744073709551615 4126603152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18656] ppid=18653 vsize=864300 CPUtime=0.86
/proc/18654/task/18656/stat : 18656 (java) S 18653 18640 17319 0 -1 64 10168 0 0 0 81 5 0 0 16 0 9 0 42420143 885043200 13479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18657] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18657/stat : 18657 (java) S 18653 18640 17319 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42420143 885043200 13479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18658] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18658/stat : 18658 (java) S 18653 18640 17319 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42420143 885043200 13479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18659] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18659/stat : 18659 (java) S 18653 18640 17319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42420145 885043200 13479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18660] ppid=18653 vsize=864300 CPUtime=0.1
/proc/18654/task/18660/stat : 18660 (java) S 18653 18640 17319 0 -1 64 342 0 0 0 10 0 0 0 16 0 9 0 42420145 885043200 13479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18661] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18653 18640 17319 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42420145 885043200 13479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18662] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18662/stat : 18662 (java) S 18653 18640 17319 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42420145 885043200 13479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886396

[startup+12.7023 s]
/proc/loadavg: 1.93 1.98 1.99 6/85 18662
/proc/meminfo: memFree=1660308/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=0.5
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1297 4763 0 1 5 2 39 4 15 0 1 0 42420084 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18640/statm: 4185 1104 409 3 0 764 0
[pid=18653] ppid=18640 vsize=5356 CPUtime=0
/proc/18653/stat : 18653 (sh) S 18640 18640 17319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42420140 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18653/statm: 1339 233 193 169 0 50 0
[pid=18654] ppid=18653 vsize=864300 CPUtime=11.22
/proc/18654/stat : 18654 (java) S 18653 18640 17319 0 -1 0 15578 0 1 0 1106 16 0 0 18 0 9 0 42420141 885043200 14611 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18654/statm: 216075 14611 2564 9 0 210622 0
[pid=18654/tid=18655] ppid=18653 vsize=864300 CPUtime=10.05
/proc/18654/task/18655/stat : 18655 (java) R 18653 18640 17319 0 -1 64 3245 0 1 0 1002 3 0 0 25 0 9 0 42420142 885043200 14611 996147200 134512640 134550740 4294955920 18446744073709551615 4126603152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18656] ppid=18653 vsize=864300 CPUtime=0.98
/proc/18654/task/18656/stat : 18656 (java) S 18653 18640 17319 0 -1 64 11296 0 0 0 91 7 0 0 16 0 9 0 42420143 885043200 14611 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18657] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18657/stat : 18657 (java) S 18653 18640 17319 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42420143 885043200 14611 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18658] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18658/stat : 18658 (java) S 18653 18640 17319 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42420143 885043200 14611 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18659] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18659/stat : 18659 (java) S 18653 18640 17319 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42420145 885043200 14611 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18660] ppid=18653 vsize=864300 CPUtime=0.1
/proc/18654/task/18660/stat : 18660 (java) S 18653 18640 17319 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 42420145 885043200 14611 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18661] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18661/stat : 18661 (java) S 18653 18640 17319 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42420145 885043200 14611 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18662] ppid=18653 vsize=864300 CPUtime=0.05
/proc/18654/task/18662/stat : 18662 (java) S 18653 18640 17319 0 -1 64 0 0 0 0 1 4 0 0 15 0 9 0 42420145 885043200 14611 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 886396

[startup+25.5028 s]
/proc/loadavg: 2.17 2.03 2.01 3/85 18662
/proc/meminfo: memFree=1644116/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=0.5
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1297 4763 0 1 5 2 39 4 15 0 1 0 42420084 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18640/statm: 4185 1104 409 3 0 764 0
[pid=18653] ppid=18640 vsize=5356 CPUtime=0
/proc/18653/stat : 18653 (sh) S 18640 18640 17319 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42420140 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18653/statm: 1339 233 193 169 0 50 0
[pid=18654] ppid=18653 vsize=864300 CPUtime=23.76
/proc/18654/stat : 18654 (java) S 18653 18640 17319 0 -1 0 18727 0 1 0 2353 23 0 0 18 0 9 0 42420141 885043200 17615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18654/statm: 216075 17615 2564 9 0 210622 0
[pid=18654/tid=18655] ppid=18653 vsize=864300 CPUtime=22.34
/proc/18654/task/18655/stat : 18655 (java) R 18653 18640 17319 0 -1 64 3390 0 1 0 2227 7 0 0 25 0 9 0 42420142 885043200 17615 996147200 134512640 134550740 4294955920 18446744073709551615 4126603166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18656] ppid=18653 vsize=864300 CPUtime=1.22
/proc/18654/task/18656/stat : 18656 (java) S 18653 18640 17319 0 -1 64 14297 0 0 0 112 10 0 0 16 0 9 0 42420143 885043200 17615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18654/tid=18657] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18657/stat : 18657 (java) S 18653 18640 17319 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42420143 885043200 17615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18654/tid=18658] ppid=18653 vsize=864300 CPUtime=0
/proc/18654/task/18658/stat : 18658 (java) S 18653 18640 17319 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42420143 885043200 17615 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18663] ppid=18640 vsize=179516 CPUtime=2793.22
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 44177 0 0 0 279275 47 0 0 25 0 1 0 42430578 183824384 44123 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 44879 44123 80 151 0 44725 0
Current children cumulated CPU time (s) 2891.66
Current children cumulated vsize (KiB) 196256

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18738
/proc/meminfo: memFree=1633820/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=180732 CPUtime=2852.74
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 44491 0 0 0 285226 48 0 0 25 0 1 0 42430578 185069568 44437 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 45183 44437 80 151 0 45029 0
Current children cumulated CPU time (s) 2951.18
Current children cumulated vsize (KiB) 197472

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18738
/proc/meminfo: memFree=1632540/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=181952 CPUtime=2912.26
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 44809 0 0 0 291178 48 0 0 25 0 1 0 42430578 186318848 44755 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 45488 44755 80 151 0 45334 0
Current children cumulated CPU time (s) 3010.7
Current children cumulated vsize (KiB) 198692

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18738
/proc/meminfo: memFree=1631196/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=183164 CPUtime=2971.78
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 45138 0 0 0 297130 48 0 0 25 0 1 0 42430578 187559936 45084 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 45791 45084 80 151 0 45637 0
Current children cumulated CPU time (s) 3070.22
Current children cumulated vsize (KiB) 199904

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18738
/proc/meminfo: memFree=1629788/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=184484 CPUtime=3031.3
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 45468 0 0 0 303082 48 0 0 25 0 1 0 42430578 188911616 45414 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 46121 45414 80 151 0 45967 0
Current children cumulated CPU time (s) 3129.74
Current children cumulated vsize (KiB) 201224

[startup+3222.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18738
/proc/meminfo: memFree=1628572/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=185676 CPUtime=3090.82
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 45772 0 0 0 309033 49 0 0 25 0 1 0 42430578 190132224 45718 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 46419 45718 80 151 0 46265 0
Current children cumulated CPU time (s) 3189.26
Current children cumulated vsize (KiB) 202416

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18738
/proc/meminfo: memFree=1627292/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=186880 CPUtime=3150.32
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 46068 0 0 0 314982 50 0 0 25 0 1 0 42430578 191365120 46014 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 46720 46014 80 151 0 46566 0
Current children cumulated CPU time (s) 3248.76
Current children cumulated vsize (KiB) 203620

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18744
/proc/meminfo: memFree=1626012/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=188068 CPUtime=3209.81
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 46380 0 0 0 320931 50 0 0 25 0 1 0 42430578 192581632 46326 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 47017 46326 80 151 0 46863 0
Current children cumulated CPU time (s) 3308.25
Current children cumulated vsize (KiB) 204808

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18744
/proc/meminfo: memFree=1624796/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=189288 CPUtime=3269.33
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 46681 0 0 0 326882 51 0 0 25 0 1 0 42430578 193830912 46627 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 47322 46627 80 151 0 47168 0
Current children cumulated CPU time (s) 3367.77
Current children cumulated vsize (KiB) 206028

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18744
/proc/meminfo: memFree=1623068/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=191204 CPUtime=3328.86
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 47108 0 0 0 332834 52 0 0 25 0 1 0 42430578 195792896 47054 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 47801 47054 80 151 0 47647 0
Current children cumulated CPU time (s) 3427.3
Current children cumulated vsize (KiB) 207944

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18744
/proc/meminfo: memFree=1621532/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=192740 CPUtime=3388.38
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 47497 0 0 0 338786 52 0 0 25 0 1 0 42430578 197365760 47443 996147200 134512640 135134323 4294956192 18446744073709551615 134532075 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 48185 47443 80 151 0 48031 0
Current children cumulated CPU time (s) 3486.82
Current children cumulated vsize (KiB) 209480

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18744
/proc/meminfo: memFree=1620188/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=194120 CPUtime=3447.9
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 47825 0 0 0 344738 52 0 0 25 0 1 0 42430578 198778880 47771 996147200 134512640 135134323 4294956192 18446744073709551615 134532169 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 48530 47771 80 151 0 48376 0
Current children cumulated CPU time (s) 3546.34
Current children cumulated vsize (KiB) 210860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18744
/proc/meminfo: memFree=1619036/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=195276 CPUtime=3501.57
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 48109 0 0 0 350104 53 0 0 25 0 1 0 42430578 199962624 48055 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 48819 48055 80 151 0 48665 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 212016

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

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

[startup+3636.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 18744
/proc/meminfo: memFree=1619036/2055920 swapFree=4180120/4192956
[pid=18640] ppid=18638 vsize=16740 CPUtime=98.44
/proc/18640/stat : 18640 (sugar++) S 18638 18640 17319 0 -1 4194304 1543 38174 0 3 6 2 9733 103 16 0 1 0 42420084 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18640/statm: 4185 1114 414 3 0 764 0
[pid=18663] ppid=18640 vsize=195276 CPUtime=3501.57
/proc/18663/stat : 18663 (minisat-inc) R 18640 18640 17319 0 -1 4194304 48109 0 0 0 350104 53 0 0 25 0 1 0 42430578 199962624 48055 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/18663/statm: 48819 48055 80 151 0 48665 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 212016

Child status: 0
Real time (s): 3636.46
CPU time (s): 3600.09
CPU user time (s): 3598.45
CPU system time (s): 1.64475
CPU usage (%): 98.9999
Max. virtual memory (cumulated for all children) (KiB): 891848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.45
system time used= 1.64475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87906
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= 10602
involuntary context switches= 92709

runsolver used 3.86941 second user time and 11.0453 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-12 12:06:19
IDJOB=1111899
IDBENCH=61337
IDSOLVER=367
FILE ID=node28/1111899-1215857179
PBS_JOBID= 7903392
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg9-10_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-1111899-1215857179/watcher-1111899-1215857179 -o /tmp/evaluation-result-1111899-1215857179/solver-1111899-1215857179 -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-1111899-1215857179.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1136f6831347ed9b7de8a63d714421a
RANDOM SEED=1257283051

node28.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.223
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	: 5931.00
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.223
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:       1715268 kB
Buffers:         36280 kB
Cached:         108140 kB
SwapCached:       6064 kB
Active:         231656 kB
Inactive:        65980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715268 kB
SwapTotal:     4192956 kB
SwapFree:      4180120 kB
Dirty:            1008 kB
Writeback:           0 kB
Mapped:         157284 kB
Slab:            27844 kB
Committed_AS:   331444 kB
PageTables:       2116 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= 66496 MiB
End job on node28 at 2008-07-12 13:06:57