Trace number 1067989

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 583.863 588.87

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-03.xml
MD5SUM575ffad3d2c09aae350b50b610fe8377
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.216966
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints1001
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension923
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 08:13:51 2008
0.00/0.04	c 0	PID 24710
0.00/0.05	c 0	HOST node32.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067989-1215152031.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1067989-1215152031.xml' 'HOME/temp.csp'
0.03/0.79	c 1	1 domains, 189 variables, 6 predicates, 5 relations, 1001 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.91	c 1	Parsing HOME/temp.csp
1.01/1.18	c 2	parsed 1202 expressions
1.01/1.18	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.18	c 2	Converting to clausal form CSP
1.11/1.20	c 2	converted 121 (10%) expressions
1.50/1.68	c 2	converted 241 (20%) expressions
2.31/2.43	c 3	converted 361 (30%) expressions
2.50/2.69	c 3	converted 481 (40%) expressions
2.61/2.78	c 3	converted 601 (50%) expressions
2.71/2.83	c 3	converted 722 (60%) expressions
2.81/2.94	c 3	converted 842 (70%) expressions
2.91/3.01	c 3	converted 962 (80%) expressions
2.91/3.04	c 3	converted 1082 (90%) expressions
2.91/3.06	c 3	converted 1202 (100%) expressions
2.91/3.06	c 3	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
2.91/3.06	c 3	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.06	c 3	Propagation in CSP
2.91/3.08	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.91/3.09	c 3	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
2.91/3.09	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.09	c 3	Simplifing CSP by introducing new Boolean variables
3.01/3.11	c 3	CSP : 189 integers, 8032 booleans, 9033 clauses, largest domain size 26
3.01/3.11	c 3	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.22/3.39	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.32/3.40	c 4	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.32/3.41	c 4	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
3.32/3.41	c 4	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
3.32/3.41	c 4	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
3.32/3.41	c 4	95 (50%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
3.32/3.41	c 4	114 (60%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
3.32/3.41	c 4	133 (70%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
3.32/3.41	c 4	152 (80%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
3.32/3.41	c 4	171 (90%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
3.32/3.42	c 4	189 (100%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
33.27/33.47	c 34	904 (10%) CSP clauses are encoded (614296 clauses, 25271558 bytes)
38.38/38.54	c 39	1807 (20%) CSP clauses are encoded (672598 clauses, 27659234 bytes)
43.38/43.57	c 44	2710 (30%) CSP clauses are encoded (730925 clauses, 30123286 bytes)
43.47/43.61	c 44	3614 (40%) CSP clauses are encoded (751929 clauses, 30494868 bytes)
53.45/53.63	c 54	4517 (50%) CSP clauses are encoded (847605 clauses, 35419308 bytes)
68.54/68.76	c 69	5420 (60%) CSP clauses are encoded (980630 clauses, 42718278 bytes)
73.54/73.79	c 74	6324 (70%) CSP clauses are encoded (1039183 clauses, 45416147 bytes)
73.64/73.82	c 74	7227 (80%) CSP clauses are encoded (1060611 clauses, 45829470 bytes)
73.64/73.86	c 74	8130 (90%) CSP clauses are encoded (1082039 clauses, 46252443 bytes)
73.73/73.90	c 74	9033 (100%) CSP clauses are encoded (1103917 clauses, 46680138 bytes)
73.73/73.90	c 74	9033 CSP clauses encoded
73.73/73.90	c 74	Writing map file : HOME/temp.map
73.73/73.91	c 74	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.73/73.91	c 74	SAT : 12757 SAT variables, 1103917 SAT clauses, 46680138 bytes
73.73/73.91	c 74	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.73/73.94	c 74	SOLVING HOME/temp.cnf
73.73/73.94	c 74	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
73.73/73.95	c 74	This is MiniSat 2.0 beta
73.73/73.95	c 74	WARNING: for repeatability, setting FPU to use double precision
73.73/73.95	c 74	============================[ Problem Statistics ]=============================
73.73/73.95	c 74	|                                                                             |
73.73/73.95	c 74	|  Number of variables:  12757                                                |
73.73/73.95	c 74	|  Number of clauses:    1103917                                              |
74.70/74.96	c 75	|  Parsing time:         0.88         s                                       |
74.79/75.02	c 75	============================[ Search Statistics ]==============================
74.79/75.02	c 75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
74.79/75.02	c 75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
74.79/75.02	c 75	===============================================================================
74.79/75.02	c 75	|         0 |   12757  1103917  8318722 |   367972        0    nan |  0.000 % |
74.90/75.18	c 76	|       100 |   12757  1103917  8318722 |   404769      100      9 |  0.000 % |
75.00/75.23	c 76	|       250 |   12757  1103917  8318722 |   445246      250      9 |  0.000 % |
75.10/75.36	c 76	|       475 |   12757  1103917  8318722 |   489771      475      8 |  0.000 % |
75.19/75.46	c 76	|       812 |   12757  1103917  8318722 |   538748      812      9 |  0.000 % |
75.29/75.56	c 76	|      1318 |   12757  1103917  8318722 |   592623     1318      9 |  0.000 % |
75.49/75.80	c 76	|      2079 |   12757  1103917  8318722 |   651885     2079      9 |  0.000 % |
75.70/75.99	c 76	|      3219 |   12757  1103917  8318722 |   717073     3219      9 |  0.000 % |
75.99/76.25	c 77	|      4927 |   12757  1103917  8318722 |   788781     4927      9 |  0.000 % |
76.59/76.86	c 77	|      7490 |   12757  1103917  8318722 |   867659     7490     10 |  0.000 % |
76.98/77.29	c 78	|     11334 |   12757  1103917  8318722 |   954425    11334     10 |  0.000 % |
77.87/78.12	c 78	|     17100 |   12757  1103917  8318722 |  1049868    17100     10 |  0.000 % |
79.25/79.54	c 80	|     25749 |   12757  1103917  8318722 |  1154854    25749     11 |  0.000 % |
81.53/81.83	c 82	|     38724 |   12757  1103917  8318722 |  1270340    38724     11 |  0.000 % |
86.00/86.37	c 87	|     58185 |   12757  1103917  8318722 |  1397374    58185     12 |  0.000 % |
92.64/93.08	c 93	|     87377 |   12756  1103917  8318722 |  1537111    87376     12 |  0.008 % |
103.03/103.50	c 104	|    131166 |   12754  1103917  8318722 |  1690822   131163     13 |  0.024 % |
127.09/127.80	c 128	|    196851 |   12754  1103917  8318722 |  1859905   196848     14 |  0.024 % |
168.80/169.94	c 170	|    295379 |   12753  1103917  8318722 |  2045895   295375     15 |  0.031 % |
227.75/229.47	c 230	|    443168 |   12753  1103675  8317700 |  2250485   443147     15 |  0.031 % |
416.36/419.84	c 420	|    664852 |   12753  1103675  8317700 |  2475533   664831     17 |  0.031 % |
583.48/588.53	c 589	===============================================================================
583.48/588.54	c 589	restarts              : 21
583.48/588.54	c 589	conflicts             : 864237         (1697 /sec)
583.48/588.54	c 589	decisions             : 1162058        (1.69 % random) (2281 /sec)
583.48/588.54	c 589	propagations          : 52182152       (102449 /sec)
583.48/588.54	c 589	conflict literals     : 14784329       (24.38 % deleted)
583.48/588.54	c 589	Memory used           : 166.15 MB
583.48/588.54	c 589	CPU time              : 509.35 s
583.48/588.54	c 589	
583.48/588.54	c 589	SATISFIABLE
583.48/588.57	c 589	DECODING HOME/temp.out WITH HOME/temp.map
583.48/588.57	c 589	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
583.56/588.66	c 589	Decoding HOME/temp.out
583.56/588.79	s SATISFIABLE
583.56/588.80	v 13 14 17 12 17 4 13 0 11 13 8 12 7 14 15 4 2 4 2 14 11 4 20 17 4 0 17 4 0 12 18 11 4 15 19 19 14 17 17 0 11 11 20 21 8 0 11 7 14 17 13 4 19 11 4 13 19 12 0 6 8 0 2 10 11 4 24 11 14 17 17 0 8 13 4 12 0 24 4 17 17 20 13 6 4 21 14 13 8 2 14 13 12 20 18 19 24 12 14 14 19 18 0 19 15 4 17 19 7 19 4 17 18 4 18 14 14 19 7 18 0 24 19 7 0 24 4 17 22 14 14 11 22 7 4 13 11 14 17 4 13 25 19 17 4 0 19 8 18 4 0 12 4 13 14 0 18 8 18 8 1 4 23 14 8 13 19 8 17 0 19 4 12 8 12 8 18 19 0 24 2 4 17 4 18 4 3 8 19
583.56/588.83	c 589	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
583.56/588.85	c 589	CPU 582.75 (0.03 0.01 582.72 1.05)
583.56/588.85	c 589	END Fri Jul  4 08:23:40 2008

Verifier Data (download as text)

OK

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-1067989-1215152031/watcher-1067989-1215152031 -o /tmp/evaluation-result-1067989-1215152031/solver-1067989-1215152031 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1067989-1215152031.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.89 2.08 2.07 4/82 24710
/proc/meminfo: memFree=1701728/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=12000 CPUtime=0
/proc/24710/stat : 24710 (sugar) R 24708 24710 24673 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 1544875319 12288000 175 996147200 4194304 4206940 548682068608 18446744073709551615 268233619008 0 0 4224 0 0 0 0 17 1 0 0
/proc/24710/statm: 3000 175 136 3 0 100 0

[startup+0.0639281 s]
/proc/loadavg: 1.89 2.08 2.07 4/82 24710
/proc/meminfo: memFree=1701728/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=0.03
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544875319 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10193 s]
/proc/loadavg: 1.89 2.08 2.07 4/82 24710
/proc/meminfo: memFree=1701728/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=0.03
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544875319 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301951 s]
/proc/loadavg: 1.89 2.08 2.07 4/82 24710
/proc/meminfo: memFree=1701728/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=0.03
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544875319 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701997 s]
/proc/loadavg: 1.89 2.08 2.07 4/82 24710
/proc/meminfo: memFree=1701728/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=0.03
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544875319 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 1.89 2.08 2.07 4/93 24732
/proc/meminfo: memFree=1693960/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=0.76
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 973 6642 0 1 3 0 69 4 15 0 1 0 1544875319 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24710/statm: 3400 797 370 3 0 500 0
[pid=24723] ppid=24710 vsize=5356 CPUtime=0
/proc/24723/stat : 24723 (sh) S 24710 24710 24673 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544875402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24723/statm: 1339 233 193 169 0 50 0
[pid=24724] ppid=24723 vsize=864212 CPUtime=0.65
/proc/24724/stat : 24724 (java) S 24723 24710 24673 0 -1 0 7509 0 1 0 62 3 0 0 18 0 9 0 1544875403 884953088 6774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24724/statm: 216053 6775 2540 9 0 210628 0
[pid=24724/tid=24725] ppid=24723 vsize=864212 CPUtime=0.36
/proc/24724/task/24725/stat : 24725 (java) R 24723 24710 24673 0 -1 64 2643 0 1 0 35 1 0 0 25 0 9 0 1544875404 884953088 6776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24726] ppid=24723 vsize=864212 CPUtime=0.19
/proc/24724/task/24726/stat : 24726 (java) R 24723 24710 24673 0 -1 64 3831 0 0 0 18 1 0 0 16 0 9 0 1544875405 884953088 6777 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24727] ppid=24723 vsize=864212 CPUtime=0
/proc/24724/task/24727/stat : 24727 (java) S 24723 24710 24673 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544875405 884953088 6778 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24728] ppid=24723 vsize=864212 CPUtime=0
/proc/24724/task/24728/stat : 24728 (java) S 24723 24710 24673 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544875405 884953088 6779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24729] ppid=24723 vsize=864212 CPUtime=0
/proc/24724/task/24729/stat : 24729 (java) S 24723 24710 24673 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1544875407 884953088 6781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24730] ppid=24723 vsize=864212 CPUtime=0.07
/proc/24724/task/24730/stat : 24730 (java) S 24723 24710 24673 0 -1 64 346 0 0 0 7 0 0 0 16 0 9 0 1544875407 884953088 6782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24731] ppid=24723 vsize=864212 CPUtime=0
/proc/24724/task/24731/stat : 24731 (java) S 24723 24710 24673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1544875407 884953088 6784 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24732] ppid=24723 vsize=864212 CPUtime=0
/proc/24724/task/24732/stat : 24732 (java) S 24723 24710 24673 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544875407 884953088 6785 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883168

[startup+3.10226 s]
/proc/loadavg: 1.89 2.08 2.07 3/93 24732
/proc/meminfo: memFree=1664904/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=0.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 974 6642 0 1 3 1 69 4 15 0 1 0 1544875319 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24710/statm: 3400 797 370 3 0 500 0
[pid=24723] ppid=24710 vsize=5356 CPUtime=0
/proc/24723/stat : 24723 (sh) S 24710 24710 24673 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544875402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24723/statm: 1339 233 193 169 0 50 0
[pid=24724] ppid=24723 vsize=868432 CPUtime=2.24
/proc/24724/stat : 24724 (java) S 24723 24710 24673 0 -1 0 19679 0 1 0 215 9 0 0 18 0 9 0 1544875403 889274368 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24724/statm: 217108 18863 2540 9 0 211683 0
[pid=24724/tid=24725] ppid=24723 vsize=868432 CPUtime=0.96
/proc/24724/task/24725/stat : 24725 (java) R 24723 24710 24673 0 -1 64 3287 0 1 0 95 1 0 0 25 0 9 0 1544875404 889274368 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24726] ppid=24723 vsize=868432 CPUtime=1.08
/proc/24724/task/24726/stat : 24726 (java) S 24723 24710 24673 0 -1 64 14234 0 0 0 102 6 0 0 16 0 9 0 1544875405 889274368 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24727] ppid=24723 vsize=868432 CPUtime=0
/proc/24724/task/24727/stat : 24727 (java) S 24723 24710 24673 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544875405 889274368 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24728] ppid=24723 vsize=868432 CPUtime=0
/proc/24724/task/24728/stat : 24728 (java) S 24723 24710 24673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544875405 889274368 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24729] ppid=24723 vsize=868432 CPUtime=0
/proc/24724/task/24729/stat : 24729 (java) S 24723 24710 24673 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1544875407 889274368 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24730] ppid=24723 vsize=868432 CPUtime=0.16
/proc/24724/task/24730/stat : 24730 (java) S 24723 24710 24673 0 -1 64 1466 0 0 0 16 0 0 0 16 0 9 0 1544875407 889274368 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24731] ppid=24723 vsize=868432 CPUtime=0
/proc/24724/task/24731/stat : 24731 (java) S 24723 24710 24673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1544875407 889274368 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24732] ppid=24723 vsize=868432 CPUtime=0
/proc/24724/task/24732/stat : 24732 (java) S 24723 24710 24673 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544875407 889274368 18863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887388

[startup+6.30163 s]
/proc/loadavg: 1.90 2.08 2.07 3/93 24732
/proc/meminfo: memFree=1626952/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=0.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 974 6642 0 1 3 1 69 4 15 0 1 0 1544875319 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24710/statm: 3400 797 370 3 0 500 0
[pid=24723] ppid=24710 vsize=5356 CPUtime=0
/proc/24723/stat : 24723 (sh) S 24710 24710 24673 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544875402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24723/statm: 1339 233 193 169 0 50 0
[pid=24724] ppid=24723 vsize=868544 CPUtime=5.44
/proc/24724/stat : 24724 (java) S 24723 24710 24673 0 -1 0 20624 0 1 0 531 13 0 0 18 0 9 0 1544875403 889389056 19727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24724/statm: 217136 19727 2565 9 0 211683 0
[pid=24724/tid=24725] ppid=24723 vsize=868544 CPUtime=3.75
/proc/24724/task/24725/stat : 24725 (java) R 24723 24710 24673 0 -1 64 3561 0 1 0 371 4 0 0 25 0 9 0 1544875404 889389056 19727 996147200 134512640 134550740 4294955952 18446744073709551615 4126943650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24726] ppid=24723 vsize=868544 CPUtime=1.46
/proc/24724/task/24726/stat : 24726 (java) S 24723 24710 24673 0 -1 64 14884 0 0 0 140 6 0 0 16 0 9 0 1544875405 889389056 19727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24727] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24727/stat : 24727 (java) S 24723 24710 24673 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544875405 889389056 19727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24728] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24728/stat : 24728 (java) S 24723 24710 24673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544875405 889389056 19727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24729] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24729/stat : 24729 (java) S 24723 24710 24673 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1544875407 889389056 19727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24730] ppid=24723 vsize=868544 CPUtime=0.19
/proc/24724/task/24730/stat : 24730 (java) S 24723 24710 24673 0 -1 64 1487 0 0 0 19 0 0 0 16 0 9 0 1544875407 889389056 19727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24731] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24731/stat : 24731 (java) S 24723 24710 24673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1544875407 889389056 19727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24732] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24732/stat : 24732 (java) S 24723 24710 24673 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544875407 889389056 19727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887500

[startup+12.7023 s]
/proc/loadavg: 1.91 2.08 2.07 3/93 24732
/proc/meminfo: memFree=1609928/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=0.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 974 6642 0 1 3 1 69 4 15 0 1 0 1544875319 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24710/statm: 3400 797 370 3 0 500 0
[pid=24723] ppid=24710 vsize=5356 CPUtime=0
/proc/24723/stat : 24723 (sh) S 24710 24710 24673 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544875402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24723/statm: 1339 233 193 169 0 50 0
[pid=24724] ppid=24723 vsize=868544 CPUtime=11.83
/proc/24724/stat : 24724 (java) S 24723 24710 24673 0 -1 0 23450 0 1 0 1165 18 0 0 18 0 9 0 1544875403 889389056 22475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24724/statm: 217136 22475 2565 9 0 211683 0
[pid=24724/tid=24725] ppid=24723 vsize=868544 CPUtime=9.91
/proc/24724/task/24725/stat : 24725 (java) R 24723 24710 24673 0 -1 64 3639 0 1 0 982 9 0 0 25 0 9 0 1544875404 889389056 22475 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24726] ppid=24723 vsize=868544 CPUtime=1.69
/proc/24724/task/24726/stat : 24726 (java) S 24723 24710 24673 0 -1 64 17627 0 0 0 162 7 0 0 16 0 9 0 1544875405 889389056 22475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24727] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24727/stat : 24727 (java) S 24723 24710 24673 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544875405 889389056 22475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24728] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24728/stat : 24728 (java) S 24723 24710 24673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544875405 889389056 22475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24729] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24729/stat : 24729 (java) S 24723 24710 24673 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1544875407 889389056 22475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24730] ppid=24723 vsize=868544 CPUtime=0.2
/proc/24724/task/24730/stat : 24730 (java) S 24723 24710 24673 0 -1 64 1492 0 0 0 20 0 0 0 17 0 9 0 1544875407 889389056 22475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24731] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24731/stat : 24731 (java) S 24723 24710 24673 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1544875407 889389056 22475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24732] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24732/stat : 24732 (java) S 24723 24710 24673 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544875407 889389056 22475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 887500

[startup+25.5018 s]
/proc/loadavg: 1.93 2.08 2.07 4/93 24732
/proc/meminfo: memFree=1580552/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=0.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 974 6642 0 1 3 1 69 4 15 0 1 0 1544875319 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24710/statm: 3400 797 370 3 0 500 0
[pid=24723] ppid=24710 vsize=5356 CPUtime=0
/proc/24723/stat : 24723 (sh) S 24710 24710 24673 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544875402 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24723/statm: 1339 233 193 169 0 50 0
[pid=24724] ppid=24723 vsize=868544 CPUtime=24.62
/proc/24724/stat : 24724 (java) S 24723 24710 24673 0 -1 0 28454 0 1 0 2435 27 0 0 18 0 9 0 1544875403 889389056 27350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24724/statm: 217136 27350 2565 9 0 211683 0
[pid=24724/tid=24725] ppid=24723 vsize=868544 CPUtime=22.28
/proc/24724/task/24725/stat : 24725 (java) R 24723 24710 24673 0 -1 64 3769 0 1 0 2214 14 0 0 25 0 9 0 1544875404 889389056 27350 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24726] ppid=24723 vsize=868544 CPUtime=2.09
/proc/24724/task/24726/stat : 24726 (java) S 24723 24710 24673 0 -1 64 22497 0 0 0 199 10 0 0 16 0 9 0 1544875405 889389056 27350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24727] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24727/stat : 24727 (java) S 24723 24710 24673 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544875405 889389056 27350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24724/tid=24728] ppid=24723 vsize=868544 CPUtime=0
/proc/24724/task/24728/stat : 24728 (java) S 24723 24710 24673 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544875405 889389056 27350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+282.302 s]
/proc/loadavg: 1.99 2.02 2.04 3/85 24734
/proc/meminfo: memFree=1524680/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=131376 CPUtime=206.38
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 32020 0 0 0 20609 29 0 0 25 0 1 0 1544882714 134529024 32006 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 32844 32006 76 150 0 32691 0
Current children cumulated CPU time (s) 280.15
Current children cumulated vsize (KiB) 150332

[startup+342.302 s]
/proc/loadavg: 1.99 2.02 2.04 3/85 24734
/proc/meminfo: memFree=1517256/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=138404 CPUtime=265.81
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 33812 0 0 0 26550 31 0 0 25 0 1 0 1544882714 141725696 33798 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 34601 33798 76 150 0 34448 0
Current children cumulated CPU time (s) 339.58
Current children cumulated vsize (KiB) 157360

[startup+402.301 s]
/proc/loadavg: 1.99 2.01 2.03 3/85 24734
/proc/meminfo: memFree=1509576/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=146024 CPUtime=325.25
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 35749 0 0 0 32493 32 0 0 25 0 1 0 1544882714 149528576 35735 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 36506 35735 76 150 0 36353 0
Current children cumulated CPU time (s) 399.02
Current children cumulated vsize (KiB) 164980

[startup+462.301 s]
/proc/loadavg: 1.99 2.01 2.02 3/85 24734
/proc/meminfo: memFree=1502088/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=154584 CPUtime=384.69
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 37604 0 0 0 38435 34 0 0 25 0 1 0 1544882714 158294016 37590 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 38646 37590 76 150 0 38493 0
Current children cumulated CPU time (s) 458.46
Current children cumulated vsize (KiB) 173540

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 2.02 4/85 24734
/proc/meminfo: memFree=1495048/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=161424 CPUtime=444.12
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 39357 0 0 0 44375 37 0 0 25 0 1 0 1544882714 165298176 39343 996147200 134512640 135127466 4294956272 18446744073709551615 134528005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 40356 39343 76 150 0 40203 0
Current children cumulated CPU time (s) 517.89
Current children cumulated vsize (KiB) 180380

[startup+582.302 s]
/proc/loadavg: 1.99 2.00 2.01 3/85 24734
/proc/meminfo: memFree=1486344/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=169556 CPUtime=503.56
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 41468 0 0 0 50317 39 0 0 25 0 1 0 1544882714 173625344 41454 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 42389 41454 76 150 0 42236 0
Current children cumulated CPU time (s) 577.33
Current children cumulated vsize (KiB) 188512

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

[startup+585.502 s]
/proc/loadavg: 1.99 2.00 2.01 3/85 24734
/proc/meminfo: memFree=1486152/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=169820 CPUtime=506.74
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 41524 0 0 0 50634 40 0 0 25 0 1 0 1544882714 173895680 41510 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 42455 41510 76 150 0 42302 0
Current children cumulated CPU time (s) 580.51
Current children cumulated vsize (KiB) 188776

[startup+587.102 s]
/proc/loadavg: 1.99 2.00 2.01 3/85 24734
/proc/meminfo: memFree=1486088/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=169820 CPUtime=508.32
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 41545 0 0 0 50792 40 0 0 25 0 1 0 1544882714 173895680 41531 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 42455 41531 76 150 0 42302 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 188776

[startup+587.901 s]
/proc/loadavg: 1.99 2.00 2.01 4/85 24734
/proc/meminfo: memFree=1485960/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=169952 CPUtime=509.12
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 41558 0 0 0 50872 40 0 0 25 0 1 0 1544882714 174030848 41544 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 42488 41544 76 150 0 42335 0
Current children cumulated CPU time (s) 582.89
Current children cumulated vsize (KiB) 188908

[startup+588.302 s]
/proc/loadavg: 1.99 2.00 2.01 4/85 24734
/proc/meminfo: memFree=1485960/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=73.77
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1032 45410 0 2 3 1 7315 58 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
[pid=24733] ppid=24710 vsize=5356 CPUtime=0
/proc/24733/stat : 24733 (sh) S 24710 24710 24673 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544882713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24733/statm: 1339 232 193 169 0 50 0
[pid=24734] ppid=24733 vsize=169952 CPUtime=509.51
/proc/24734/stat : 24734 (minisat) R 24733 24710 24673 0 -1 4194304 41566 0 0 0 50911 40 0 0 25 0 1 0 1544882714 174030848 41552 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24734/statm: 42488 41552 76 150 0 42335 0
Current children cumulated CPU time (s) 583.28
Current children cumulated vsize (KiB) 188908

[startup+588.702 s]
/proc/loadavg: 1.99 2.00 2.01 3/85 24734
/proc/meminfo: memFree=1485896/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=583.56
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1087 87294 0 2 3 1 58251 101 16 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 583.56
Current children cumulated vsize (KiB) 13600

[startup+588.802 s]
/proc/loadavg: 1.99 2.00 2.01 3/85 24734
/proc/meminfo: memFree=1485896/2055920 swapFree=4097888/4192956
[pid=24710] ppid=24708 vsize=13600 CPUtime=583.56
/proc/24710/stat : 24710 (sugar) S 24708 24710 24673 0 -1 4194304 1088 87294 0 2 3 1 58251 101 15 0 1 0 1544875319 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24710/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 583.56
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 588.87
CPU time (s): 583.863
CPU user time (s): 582.766
CPU system time (s): 1.09683
CPU usage (%): 99.1497
Max. virtual memory (cumulated for all children) (KiB): 897748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 582.766
system time used= 1.09683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92194
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= 8080
involuntary context switches= 28865

runsolver used 0.581911 second user time and 2.10568 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 08:13:51
IDJOB=1067989
IDBENCH=55465
IDSOLVER=346
FILE ID=node32/1067989-1215152031
PBS_JOBID= 7877452
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-03.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067989-1215152031/watcher-1067989-1215152031 -o /tmp/evaluation-result-1067989-1215152031/solver-1067989-1215152031 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1067989-1215152031.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 575ffad3d2c09aae350b50b610fe8377
RANDOM SEED=1061240740

node32.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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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:       1702208 kB
Buffers:         17596 kB
Cached:         110336 kB
SwapCached:      88308 kB
Active:         261524 kB
Inactive:        40048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702208 kB
SwapTotal:     4192956 kB
SwapFree:      4097888 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:         187120 kB
Slab:            36704 kB
Committed_AS:  3985716 kB
PageTables:       2300 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= 66548 MiB
End job on node32 at 2008-07-04 08:23:40