Trace number 1111955

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)11 3600.12 3621.66

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-12_ext.xml
MD5SUM5382d16035fc6bfdaa42e998302ae420
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
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 Sat Jul 12 12:27:32 2008
0.00/0.07	c 0	PID 15153
0.00/0.07	c 0	HOST node88.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1111955-1215858452.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-1111955-1215858452.xml' 'HOME/temp.csp'
0.06/0.31	c 0	1 domains, 108 variables, 0 predicates, 2 relations, 21 constraints
0.06/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.30/0.40	c 0	Parsing HOME/temp.csp
0.30/0.53	c 0	parsed 132 expressions
0.30/0.53	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.53	c 0	MAX CSP: 21 constraints
0.30/0.53	c 0	Converting to clausal form CSP
0.30/0.55	c 0	converted 16 (10%) expressions
0.30/0.55	c 0	converted 32 (20%) expressions
0.30/0.55	c 0	converted 47 (30%) expressions
0.30/0.55	c 0	converted 63 (40%) expressions
0.30/0.55	c 0	converted 78 (50%) expressions
0.30/0.56	c 0	converted 94 (60%) expressions
0.30/0.56	c 0	converted 110 (70%) expressions
0.30/0.94	c 1	converted 125 (80%) expressions
1.16/1.25	c 1	converted 141 (90%) expressions
1.25/1.32	c 1	converted 156 (100%) expressions
1.25/1.32	c 1	CSP : 150 integers, 0 booleans, 62 clauses, largest domain size 32
1.25/1.32	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.32	c 1	Propagation in CSP
1.25/1.33	c 1	18 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.25/1.33	c 1	CSP : 150 integers, 0 booleans, 62 clauses, largest domain size 26
1.25/1.33	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.25/1.33	c 1	CSP : 150 integers, 0 booleans, 62 clauses, largest domain size 26
1.25/1.33	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.44	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.35/1.46	c 1	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.35/1.46	c 1	30 (20%) CSP integer variables are encoded (720 clauses, 7776 bytes)
1.35/1.46	c 1	45 (30%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.35/1.46	c 1	60 (40%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
1.35/1.46	c 1	75 (50%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
1.35/1.47	c 1	90 (60%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1.35/1.47	c 1	105 (70%) CSP integer variables are encoded (2520 clauses, 30697 bytes)
1.35/1.47	c 1	120 (80%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1.35/1.47	c 1	135 (90%) CSP integer variables are encoded (2623 clauses, 32036 bytes)
1.35/1.47	c 1	150 (100%) CSP integer variables are encoded (2732 clauses, 33453 bytes)
39.88/40.21	c 40	7 (10%) CSP clauses are encoded (276768 clauses, 17935999 bytes)
68.17/68.72	c 68	13 (20%) CSP clauses are encoded (485012 clauses, 31978186 bytes)
73.33/73.99	c 74	19 (30%) CSP clauses are encoded (560036 clauses, 38103291 bytes)
75.31/75.93	c 76	25 (40%) CSP clauses are encoded (585060 clauses, 40296768 bytes)
75.31/75.93	c 76	31 (50%) CSP clauses are encoded (585106 clauses, 40297498 bytes)
75.31/75.93	c 76	38 (60%) CSP clauses are encoded (585139 clauses, 40298007 bytes)
75.31/75.93	c 76	44 (70%) CSP clauses are encoded (585243 clauses, 40299742 bytes)
75.31/75.94	c 76	50 (80%) CSP clauses are encoded (585494 clauses, 40303826 bytes)
75.31/75.94	c 76	56 (90%) CSP clauses are encoded (585597 clauses, 40305486 bytes)
75.31/75.94	c 76	62 (100%) CSP clauses are encoded (585865 clauses, 40310045 bytes)
75.31/75.94	c 76	62 CSP clauses encoded
75.31/75.94	c 76	Writing map file : HOME/temp.map
75.31/75.94	c 76	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
75.31/75.94	c 76	SAT : 2882 SAT variables, 585865 SAT clauses, 40310045 bytes
75.31/75.94	c 76	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
75.31/75.97	c 76	OBJECTIVE minimize _COST
75.31/75.97	c 76	SOLVING HOME/temp.cnf
75.31/75.97	c 76	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
75.31/75.97	c 76	This is MiniSat 2.0 beta incremental
75.31/75.97	c 76	WARNING: for repeatability, setting FPU to use double precision
75.31/75.97	c 76	============================[ Problem Statistics ]=============================
75.31/75.97	c 76	|                                                                             |
75.31/75.97	c 76	|  Number of variables:  2882                                                 |
75.31/75.97	c 76	|  Number of clauses:    585865                                               |
75.37/76.78	c 76	|  Parsing time:         0.73         s                                       |
75.37/76.82	c 76	OK
75.37/76.82	c 76	OBJECTIVE BOUND: 0 <= _COST <= 
75.37/76.82	c 76	SEARCHING: _COST <= 11
75.37/76.82	c 76	============================[ Search Statistics ]==============================
75.37/76.82	c 76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.37/76.82	c 76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.37/76.82	c 76	===============================================================================
75.37/76.82	c 76	|         0 |    2882   585865  7764315 |   195288        0    nan |  0.000 % |
75.37/76.86	c 76	|       100 |    2882   585865  7764315 |   214817      100      8 |  0.001 % |
75.37/76.91	c 77	|       251 |    2882   585865  7764315 |   236298      251      8 |  0.001 % |
75.37/76.92	c 77	|       476 |    2882   585865  7764315 |   259928      476      9 |  0.001 % |
75.37/76.96	c 77	|       814 |    2882   585865  7764315 |   285921      814      9 |  0.001 % |
76.39/77.05	c 77	|      1320 |    2882   585865  7764315 |   314513     1320      9 |  0.001 % |
76.49/77.12	c 77	|      2079 |    2882   585865  7764315 |   345965     2079      9 |  0.001 % |
76.58/77.28	c 77	|      3218 |    2882   585865  7764315 |   380561     3218      9 |  0.001 % |
76.78/77.42	c 77	|      4926 |    2882   585865  7764315 |   418617     4926      9 |  0.001 % |
77.08/77.74	c 77	|      7489 |    2882   585865  7764315 |   460479     7489     10 |  0.001 % |
77.57/78.29	c 78	|     11333 |    2882   585865  7764315 |   506527    11333     10 |  0.001 % |
78.27/78.92	c 79	|     17100 |    2882   585865  7764315 |   557180    17100     10 |  0.001 % |
79.66/80.34	c 80	|     25749 |    2882   585865  7764315 |   612898    25749     11 |  0.001 % |
81.85/82.54	c 82	|     38724 |    2882   585865  7764315 |   674188    38724     11 |  0.001 % |
86.12/86.85	c 86	|     58187 |    2882   585865  7764315 |   741607    58187     11 |  0.001 % |
90.19/90.97	c 91	===============================================================================
90.19/90.97	c 91	restarts              : 15
90.19/90.97	c 91	conflicts             : 75466         (5101 /sec)
90.19/90.97	c 91	decisions             : 113296        (1.59 % random) (7658 /sec)
90.19/90.97	c 91	propagations          : 1627479        (110011 /sec)
90.19/90.97	c 91	conflict literals     : 865179         (22.77 % deleted)
90.19/90.97	c 91	Memory used           : 62.43 MB
90.19/90.97	c 91	CPU time              : 14.7938 s
90.19/90.97	c 91	
90.19/90.97	c 91	SATISFIABLE
90.19/90.98	c 91	OK
90.19/90.98	c 91	FOUND: _COST <= 11
90.19/90.98	s SATISFIABLE
90.19/90.98	c 91	DECODING HOME/temp.out WITH HOME/temp.map
90.19/90.98	c 91	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
90.27/91.06	c 91	Decoding HOME/temp.out
90.27/91.11	c 91	OBJECTIVE _COST 11
90.27/91.11	o 11
90.27/91.11	v 25 25 25 22 25 11 1 22 22 18 15 15 25 25 25 0 25 20 20 7 0 15 14 18 15 17 14 3 20 2 19 8 21 8 19 24 25 25 25 18 25 17 19 19 4 13 15 2 25 25 25 22 25 4 4 4 6 13 14 7 25 25 25 14 25 19 17 22 20 0 20 14 25 25 25 17 25 8 2 0 8 10 17 19 25 25 25 19 25 20 20 18 3 4 17 8 11 8 19 7 14 18 15 7 4 17 8 2
90.27/91.12	c 91	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
90.27/91.14	c 91	OK
90.27/91.14	c 91	OBJECTIVE BOUND: 0 <= _COST <= 11
90.27/91.14	c 91	SEARCHING: _COST <= 5
90.27/91.14	c 91	============================[ Search Statistics ]==============================
90.27/91.14	c 91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
90.27/91.14	c 91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
90.27/91.14	c 91	===============================================================================
90.27/91.14	c 91	|     75466 |    2882   585865  7764315 |   195288    75466     11 |  0.001 % |
90.27/91.17	c 91	|     75566 |    2882   585865  7764315 |   214817    75566     11 |  1.735 % |
90.47/91.20	c 91	|     75717 |    2882   585865  7764315 |   236298    75717     11 |  1.735 % |
90.47/91.27	c 91	|     75942 |    2882   585865  7764315 |   259928    75942     11 |  1.735 % |
90.56/91.38	c 91	|     76279 |    2882   585865  7764315 |   285921    76279     11 |  1.735 % |
90.76/91.53	c 91	|     76786 |    2882   585865  7764315 |   314513    76786     11 |  1.735 % |
91.26/92.00	c 92	|     77547 |    2882   585865  7764315 |   345965    77547     11 |  1.735 % |
92.15/92.96	c 93	|     78686 |    2882   585865  7764315 |   380561    78686     11 |  1.735 % |
92.75/93.55	c 93	|     80394 |    2882   585865  7764315 |   418617    80394     12 |  1.735 % |
93.74/94.53	c 94	|     82956 |    2882   585865  7764315 |   460479    82956     12 |  1.735 % |
96.32/97.10	c 97	|     86802 |    2882   585865  7764315 |   506527    86802     12 |  1.735 % |
100.58/101.40	c 101	|     92570 |    2882   585865  7764315 |   557180    92570     12 |  1.735 % |
109.93/110.84	c 110	|    101220 |    2882   585865  7764315 |   612898   101220     12 |  1.735 % |
123.83/124.81	c 124	|    114194 |    2882   585865  7764315 |   674188   114194     13 |  1.735 % |
147.08/148.30	c 148	|    133656 |    2882   585865  7764315 |   741607   133656     14 |  1.735 % |
197.32/198.88	c 198	|    162850 |    2882   585865  7764315 |   815767   162850     15 |  1.735 % |
235.26/237.00	c 237	|    206640 |    2832   585548  7763504 |   897344   206640     15 |  1.735 % |
409.79/412.75	c 412	|    272326 |    2832   585548  7763504 |   987079   272326     17 |  1.735 % |
656.64/661.07	c 661	|    370853 |    2832   585548  7763504 |  1085786   370853     19 |  1.735 % |
935.01/941.03	c 941	|    518642 |    2832   585548  7763504 |  1194365   518642     20 |  1.735 % |
1793.19/1804.25	c 1804	|    740325 |    2832   585548  7763504 |  1313802   740325     21 |  1.735 % |
3096.58/3115.25	c 3115	|   1072850 |    2832   585548  7763504 |  1445182  1072850     22 |  1.735 % |
3600.04/3621.61	c ERROR INTERRUPTED
3600.04/3621.66	c 3621	CPU 3598.95 (0.05 0.02 3598.9 1.1)
3600.04/3621.66	c 3621	END Sat Jul 12 13:27:53 2008

Verifier Data (download as text)

OK	11	10
11 unsatisfied constraints, 10 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-1111955-1215858452/watcher-1111955-1215858452 -o /tmp/evaluation-result-1111955-1215858452/solver-1111955-1215858452 -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-1111955-1215858452.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 1.98 1.99 4/112 15153
/proc/meminfo: memFree=1351456/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=12272 CPUtime=0
/proc/15153/stat : 15153 (sugar++) R 15151 15153 14571 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 42542308 12566528 365 996147200 4194304 4206940 548682068528 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 0 0 0
/proc/15153/statm: 3068 365 274 3 0 168 0

[startup+0.109326 s]
/proc/loadavg: 1.99 1.98 1.99 4/112 15153
/proc/meminfo: memFree=1351456/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=0.06
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 42542308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15153/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.20234 s]
/proc/loadavg: 1.99 1.98 1.99 4/112 15153
/proc/meminfo: memFree=1351456/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=0.06
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 42542308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15153/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302359 s]
/proc/loadavg: 1.99 1.98 1.99 4/112 15153
/proc/meminfo: memFree=1351456/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=0.06
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1219 128 0 0 4 2 0 0 16 0 1 0 42542308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15153/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702443 s]
/proc/loadavg: 1.99 1.98 1.99 4/112 15153
/proc/meminfo: memFree=1351456/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=0.3
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1296 4653 0 1 4 2 20 4 15 0 1 0 42542308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16740

[startup+1.5016 s]
/proc/loadavg: 1.99 1.98 1.99 4/123 15175
/proc/meminfo: memFree=1320832/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=0.31
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1297 4653 0 1 5 2 20 4 15 0 1 0 42542308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1104 409 3 0 764 0
[pid=15166] ppid=15153 vsize=5356 CPUtime=0
/proc/15166/stat : 15166 (sh) S 15153 15153 14571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42542342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15166/statm: 1339 233 193 169 0 50 0
[pid=15167] ppid=15166 vsize=864252 CPUtime=1.14
/proc/15167/stat : 15167 (java) S 15166 15153 14571 0 -1 0 12153 0 1 0 108 6 0 0 19 0 9 0 42542342 884994048 11242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15167/statm: 216063 11242 2564 9 0 210610 0
[pid=15167/tid=15168] ppid=15166 vsize=864252 CPUtime=0.42
/proc/15167/task/15168/stat : 15168 (java) R 15166 15153 14571 0 -1 64 3030 0 1 0 41 1 0 0 18 0 9 0 42542343 884994048 11242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15169] ppid=15166 vsize=864252 CPUtime=0.6
/proc/15167/task/15169/stat : 15169 (java) S 15166 15153 14571 0 -1 64 8084 0 0 0 57 3 0 0 16 0 9 0 42542344 884994048 11242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15170] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15170/stat : 15170 (java) S 15166 15153 14571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42542344 884994048 11242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15171] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15171/stat : 15171 (java) S 15166 15153 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42542344 884994048 11242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15172] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15172/stat : 15172 (java) S 15166 15153 14571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42542346 884994048 11242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15173] ppid=15166 vsize=864252 CPUtime=0.09
/proc/15167/task/15173/stat : 15173 (java) R 15166 15153 14571 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 42542346 884994048 11242 996147200 134512640 134550740 4294955920 18446744073709551615 101988289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15174] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15174/stat : 15174 (java) S 15166 15153 14571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42542346 884994048 11242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15175] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15175/stat : 15175 (java) S 15166 15153 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42542346 884994048 11242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886348

[startup+3.10191 s]
/proc/loadavg: 1.99 1.98 1.99 3/123 15175
/proc/meminfo: memFree=1311616/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=0.31
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1297 4653 0 1 5 2 20 4 15 0 1 0 42542308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1104 409 3 0 764 0
[pid=15166] ppid=15153 vsize=5356 CPUtime=0
/proc/15166/stat : 15166 (sh) S 15153 15153 14571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42542342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15166/statm: 1339 233 193 169 0 50 0
[pid=15167] ppid=15166 vsize=864252 CPUtime=2.73
/proc/15167/stat : 15167 (java) S 15166 15153 14571 0 -1 0 12698 0 1 0 267 6 0 0 19 0 9 0 42542342 884994048 11768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15167/statm: 216063 11768 2564 9 0 210610 0
[pid=15167/tid=15168] ppid=15166 vsize=864252 CPUtime=1.97
/proc/15167/task/15168/stat : 15168 (java) R 15166 15153 14571 0 -1 64 3049 0 1 0 196 1 0 0 25 0 9 0 42542343 884994048 11768 996147200 134512640 134550740 4294955920 18446744073709551615 4126557488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15169] ppid=15166 vsize=864252 CPUtime=0.63
/proc/15167/task/15169/stat : 15169 (java) S 15166 15153 14571 0 -1 64 8601 0 0 0 60 3 0 0 16 0 9 0 42542344 884994048 11768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15170] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15170/stat : 15170 (java) S 15166 15153 14571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42542344 884994048 11768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15171] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15171/stat : 15171 (java) S 15166 15153 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42542344 884994048 11768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15172] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15172/stat : 15172 (java) S 15166 15153 14571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42542346 884994048 11768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15173] ppid=15166 vsize=864252 CPUtime=0.1
/proc/15167/task/15173/stat : 15173 (java) S 15166 15153 14571 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 42542346 884994048 11768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15174] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15174/stat : 15174 (java) S 15166 15153 14571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42542346 884994048 11768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15175] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15175/stat : 15175 (java) S 15166 15153 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42542346 884994048 11768 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886348

[startup+6.30153 s]
/proc/loadavg: 1.99 1.98 1.99 3/123 15175
/proc/meminfo: memFree=1307904/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=0.31
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1297 4653 0 1 5 2 20 4 15 0 1 0 42542308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1104 409 3 0 764 0
[pid=15166] ppid=15153 vsize=5356 CPUtime=0
/proc/15166/stat : 15166 (sh) S 15153 15153 14571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42542342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15166/statm: 1339 233 193 169 0 50 0
[pid=15167] ppid=15166 vsize=864252 CPUtime=5.91
/proc/15167/stat : 15167 (java) S 15166 15153 14571 0 -1 0 13533 0 1 0 584 7 0 0 19 0 9 0 42542342 884994048 12573 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15167/statm: 216063 12573 2564 9 0 210610 0
[pid=15167/tid=15168] ppid=15166 vsize=864252 CPUtime=5.1
/proc/15167/task/15168/stat : 15168 (java) R 15166 15153 14571 0 -1 64 3079 0 1 0 508 2 0 0 25 0 9 0 42542343 884994048 12573 996147200 134512640 134550740 4294955920 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15169] ppid=15166 vsize=864252 CPUtime=0.68
/proc/15167/task/15169/stat : 15169 (java) S 15166 15153 14571 0 -1 64 9406 0 0 0 64 4 0 0 16 0 9 0 42542344 884994048 12573 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15170] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15170/stat : 15170 (java) S 15166 15153 14571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42542344 884994048 12573 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15171] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15171/stat : 15171 (java) S 15166 15153 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42542344 884994048 12573 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15172] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15172/stat : 15172 (java) S 15166 15153 14571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42542346 884994048 12573 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15173] ppid=15166 vsize=864252 CPUtime=0.1
/proc/15167/task/15173/stat : 15173 (java) S 15166 15153 14571 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 42542346 884994048 12573 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15174] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15174/stat : 15174 (java) S 15166 15153 14571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42542346 884994048 12573 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15175] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15175/stat : 15175 (java) S 15166 15153 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42542346 884994048 12573 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886348

[startup+12.7028 s]
/proc/loadavg: 1.99 1.98 1.99 3/123 15175
/proc/meminfo: memFree=1299336/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=0.31
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1297 4653 0 1 5 2 20 4 15 0 1 0 42542308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1104 409 3 0 764 0
[pid=15166] ppid=15153 vsize=5356 CPUtime=0
/proc/15166/stat : 15166 (sh) S 15153 15153 14571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42542342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15166/statm: 1339 233 193 169 0 50 0
[pid=15167] ppid=15166 vsize=864252 CPUtime=12.26
/proc/15167/stat : 15167 (java) S 15166 15153 14571 0 -1 0 15195 0 1 0 1215 11 0 0 19 0 9 0 42542342 884994048 14122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15167/statm: 216063 14122 2564 9 0 210610 0
[pid=15167/tid=15168] ppid=15166 vsize=864252 CPUtime=11.34
/proc/15167/task/15168/stat : 15168 (java) R 15166 15153 14571 0 -1 64 3192 0 1 0 1129 5 0 0 25 0 9 0 42542343 884994048 14122 996147200 134512640 134550740 4294955920 18446744073709551615 102064344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15169] ppid=15166 vsize=864252 CPUtime=0.8
/proc/15167/task/15169/stat : 15169 (java) S 15166 15153 14571 0 -1 64 10951 0 0 0 75 5 0 0 16 0 9 0 42542344 884994048 14122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15170] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15170/stat : 15170 (java) S 15166 15153 14571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42542344 884994048 14122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15171] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15171/stat : 15171 (java) S 15166 15153 14571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42542344 884994048 14122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15172] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15172/stat : 15172 (java) S 15166 15153 14571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42542346 884994048 14122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15173] ppid=15166 vsize=864252 CPUtime=0.1
/proc/15167/task/15173/stat : 15173 (java) S 15166 15153 14571 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 42542346 884994048 14122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15174] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15174/stat : 15174 (java) S 15166 15153 14571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42542346 884994048 14122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15175] ppid=15166 vsize=864252 CPUtime=0
/proc/15167/task/15175/stat : 15175 (java) S 15166 15153 14571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42542346 884994048 14122 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 886348

[startup+25.5023 s]
/proc/loadavg: 1.99 1.98 1.99 3/123 15175
/proc/meminfo: memFree=1284168/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=0.31
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1297 4653 0 1 5 2 20 4 15 0 1 0 42542308 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1104 409 3 0 764 0
[pid=15166] ppid=15153 vsize=5356 CPUtime=0
/proc/15166/stat : 15166 (sh) S 15153 15153 14571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42542342 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15166/statm: 1339 233 193 169 0 50 0
[pid=15167] ppid=15166 vsize=864360 CPUtime=24.98
/proc/15167/stat : 15167 (java) S 15166 15153 14571 0 -1 0 19555 0 1 0 2480 18 0 0 19 0 9 0 42542342 885104640 15810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15167/statm: 216090 15810 2564 9 0 210637 0
[pid=15167/tid=15168] ppid=15166 vsize=864360 CPUtime=23.65
/proc/15167/task/15168/stat : 15168 (java) R 15166 15153 14571 0 -1 64 3355 0 1 0 2356 9 0 0 25 0 9 0 42542343 885104640 15810 996147200 134512640 134550740 4294955920 18446744073709551615 4126557472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15169] ppid=15166 vsize=864360 CPUtime=1.18
/proc/15167/task/15169/stat : 15169 (java) S 15166 15153 14571 0 -1 64 15146 0 0 0 111 7 0 0 16 0 9 0 42542344 885104640 15810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15170] ppid=15166 vsize=864360 CPUtime=0
/proc/15167/task/15170/stat : 15170 (java) S 15166 15153 14571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42542344 885104640 15810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15167/tid=15171] ppid=15166 vsize=864360 CPUtime=0
/proc/15167/task/15171/stat : 15171 (java) S 15166 15153 14571 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42542344 885104640 15810 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15176] ppid=15153 vsize=189212 CPUtime=2829.29
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 46615 0 0 0 282882 47 0 0 25 0 1 0 42549906 193753088 46562 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 47303 46562 80 151 0 47149 0
Current children cumulated CPU time (s) 2904.8
Current children cumulated vsize (KiB) 205952

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15233
/proc/meminfo: memFree=1118680/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=190740 CPUtime=2888.94
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 46991 0 0 0 288847 47 0 0 25 0 1 0 42549906 195317760 46938 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 47685 46938 80 151 0 47531 0
Current children cumulated CPU time (s) 2964.45
Current children cumulated vsize (KiB) 207480

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15233
/proc/meminfo: memFree=1117080/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=194476 CPUtime=2948.6
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 47396 0 0 0 294812 48 0 0 25 0 1 0 42549906 199143424 47343 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 48619 47343 80 151 0 48465 0
Current children cumulated CPU time (s) 3024.11
Current children cumulated vsize (KiB) 211216

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15233
/proc/meminfo: memFree=1115416/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=195936 CPUtime=3008.24
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 47798 0 0 0 300776 48 0 0 25 0 1 0 42549906 200638464 47745 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 48984 47745 80 151 0 48830 0
Current children cumulated CPU time (s) 3083.75
Current children cumulated vsize (KiB) 212676

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1113304/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=197932 CPUtime=3067.9
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 48287 0 0 0 306741 49 0 0 25 0 1 0 42549906 202682368 48234 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 49483 48234 80 151 0 49329 0
Current children cumulated CPU time (s) 3143.41
Current children cumulated vsize (KiB) 214672

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1111832/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=199260 CPUtime=3127.55
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 48641 0 0 0 312706 49 0 0 25 0 1 0 42549906 204042240 48588 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 49815 48588 80 151 0 49661 0
Current children cumulated CPU time (s) 3203.06
Current children cumulated vsize (KiB) 216000

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1110616/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=200320 CPUtime=3187.2
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 48921 0 0 0 318671 49 0 0 25 0 1 0 42549906 205127680 48868 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 50080 48868 80 151 0 49926 0
Current children cumulated CPU time (s) 3262.71
Current children cumulated vsize (KiB) 217060

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1109400/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=201528 CPUtime=3246.85
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 49220 0 0 0 324635 50 0 0 25 0 1 0 42549906 206364672 49167 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 50382 49167 80 151 0 50228 0
Current children cumulated CPU time (s) 3322.36
Current children cumulated vsize (KiB) 218268

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1108184/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=202628 CPUtime=3306.5
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 49523 0 0 0 330600 50 0 0 25 0 1 0 42549906 207491072 49470 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 50657 49470 80 151 0 50503 0
Current children cumulated CPU time (s) 3382.01
Current children cumulated vsize (KiB) 219368

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1106968/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=204108 CPUtime=3366.15
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 49801 0 0 0 336565 50 0 0 25 0 1 0 42549906 209006592 49748 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 51027 49748 80 151 0 50873 0
Current children cumulated CPU time (s) 3441.66
Current children cumulated vsize (KiB) 220848

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1105880/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=205172 CPUtime=3425.81
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 50076 0 0 0 342530 51 0 0 25 0 1 0 42549906 210096128 50023 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 51293 50023 80 151 0 51139 0
Current children cumulated CPU time (s) 3501.32
Current children cumulated vsize (KiB) 221912

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1104728/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=206232 CPUtime=3485.46
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 50357 0 0 0 348495 51 0 0 25 0 1 0 42549906 211181568 50304 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 51558 50304 80 151 0 51404 0
Current children cumulated CPU time (s) 3560.97
Current children cumulated vsize (KiB) 222972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1103768/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=207136 CPUtime=3524.53
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 50600 0 0 0 352402 51 0 0 25 0 1 0 42549906 212107264 50547 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 51784 50547 80 151 0 51630 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 223876

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

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

[startup+3621.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/114 15235
/proc/meminfo: memFree=1103768/2055920 swapFree=4192812/4192956
[pid=15153] ppid=15151 vsize=16740 CPUtime=75.51
/proc/15153/stat : 15153 (sugar++) S 15151 15153 14571 0 -1 4194304 1544 38699 0 3 5 2 7488 56 16 0 1 0 42542308 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15153/statm: 4185 1114 414 3 0 764 0
[pid=15176] ppid=15153 vsize=207136 CPUtime=3524.53
/proc/15176/stat : 15176 (minisat-inc) R 15153 15153 14571 0 -1 4194304 50600 0 0 0 352402 51 0 0 25 0 1 0 42549906 212107264 50547 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 51784 50547 80 151 0 51630 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 223876

Child status: 0
Real time (s): 3621.66
CPU time (s): 3600.12
CPU user time (s): 3598.96
CPU system time (s): 1.15482
CPU usage (%): 99.4052
Max. virtual memory (cumulated for all children) (KiB): 891836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.96
system time used= 1.15482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90923
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= 10722
involuntary context switches= 55994

runsolver used 4.81527 second user time and 15.0607 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-12 12:27:32
IDJOB=1111955
IDBENCH=61344
IDSOLVER=367
FILE ID=node88/1111955-1215858452
PBS_JOBID= 7903448
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5382d16035fc6bfdaa42e998302ae420
RANDOM SEED=262907529

node88.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.263
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.263
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:       1352000 kB
Buffers:         24408 kB
Cached:         566716 kB
SwapCached:          0 kB
Active:         583536 kB
Inactive:        56956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:          70852 kB
Slab:            45020 kB
Committed_AS:   350692 kB
PageTables:       4592 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= 66500 MiB
End job on node88 at 2008-07-12 13:27:55