Trace number 1067010

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.04 1802.64

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-7_ext.xml
MD5SUMa96151d3498ebe0012a14188188ea74b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.3856
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 07:35:00 2008
0.00/0.05	c 0	PID 22860
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067010-1215149700.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-1067010-1215149700.xml' 'HOME/temp.csp'
0.04/0.48	c 0	1 domains, 49 variables, 0 predicates, 1 relations, 14 constraints
0.04/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.53	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.46/0.61	c 1	Parsing HOME/temp.csp
0.46/0.96	c 1	parsed 65 expressions
0.46/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.96	c 1	Converting to clausal form CSP
0.46/0.98	c 1	converted 7 (10%) expressions
0.46/0.98	c 1	converted 13 (20%) expressions
0.46/0.98	c 1	converted 20 (30%) expressions
0.46/0.98	c 1	converted 26 (40%) expressions
0.46/0.98	c 1	converted 33 (50%) expressions
0.46/0.98	c 1	converted 39 (60%) expressions
0.46/0.98	c 1	converted 46 (70%) expressions
1.10/1.21	c 1	converted 52 (80%) expressions
1.70/1.83	c 2	converted 59 (90%) expressions
2.19/2.36	c 2	converted 65 (100%) expressions
2.19/2.36	c 2	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
2.19/2.36	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.36	c 2	Propagation in CSP
2.19/2.36	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.19/2.36	c 2	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
2.19/2.36	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.36	c 2	Simplifing CSP by introducing new Boolean variables
2.19/2.36	c 2	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
2.19/2.36	c 2	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.49/2.60	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.49/2.61	c 3	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
2.49/2.62	c 3	10 (20%) CSP integer variables are encoded (240 clauses, 2496 bytes)
2.49/2.62	c 3	15 (30%) CSP integer variables are encoded (360 clauses, 3816 bytes)
2.49/2.62	c 3	20 (40%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.49/2.62	c 3	25 (50%) CSP integer variables are encoded (600 clauses, 6456 bytes)
2.49/2.63	c 3	30 (60%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.49/2.63	c 3	35 (70%) CSP integer variables are encoded (840 clauses, 9096 bytes)
2.49/2.63	c 3	40 (80%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.49/2.63	c 3	45 (90%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.49/2.63	c 3	49 (100%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
21.01/21.34	c 21	2 (10%) CSP clauses are encoded (102396 clauses, 4259369 bytes)
30.22/30.69	c 31	3 (20%) CSP clauses are encoded (153006 clauses, 6574626 bytes)
49.12/49.77	c 50	5 (30%) CSP clauses are encoded (254226 clauses, 11205383 bytes)
58.34/59.02	c 59	6 (40%) CSP clauses are encoded (304836 clauses, 13618048 bytes)
67.54/68.30	c 68	7 (50%) CSP clauses are encoded (355446 clauses, 16074232 bytes)
86.46/87.45	c 87	9 (60%) CSP clauses are encoded (456666 clauses, 20929124 bytes)
95.77/96.82	c 97	10 (70%) CSP clauses are encoded (507276 clauses, 23327832 bytes)
114.00/115.28	c 115	12 (80%) CSP clauses are encoded (608496 clauses, 28125248 bytes)
123.59/124.97	c 125	13 (90%) CSP clauses are encoded (659106 clauses, 30581690 bytes)
132.90/134.33	c 134	14 (100%) CSP clauses are encoded (709716 clauses, 33488017 bytes)
132.90/134.33	c 134	14 CSP clauses encoded
132.90/134.33	c 134	Writing map file : HOME/temp.map
132.90/134.33	c 134	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
132.90/134.33	c 134	SAT : 1225 SAT variables, 709716 SAT clauses, 33488017 bytes
132.90/134.33	c 134	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
132.90/134.36	c 134	SOLVING HOME/temp.cnf
132.90/134.36	c 134	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
132.90/134.36	c 134	This is MiniSat 2.0 beta
132.90/134.37	c 134	WARNING: for repeatability, setting FPU to use double precision
132.90/134.37	c 134	============================[ Problem Statistics ]=============================
132.90/134.37	c 134	|                                                                             |
132.90/134.37	c 134	|  Number of variables:  1225                                                 |
132.90/134.37	c 134	|  Number of clauses:    709716                                               |
132.96/135.19	c 135	|  Parsing time:         0.72         s                                       |
133.78/135.24	c 135	============================[ Search Statistics ]==============================
133.78/135.24	c 135	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
133.78/135.24	c 135	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
133.78/135.24	c 135	===============================================================================
133.78/135.24	c 135	|         0 |    1225   709716  7109018 |   236572        0    nan |  0.000 % |
133.78/135.27	c 135	|       101 |    1225   709716  7109018 |   260229      101      5 |  0.000 % |
133.88/135.35	c 135	|       251 |    1225   709716  7109018 |   286252      251      5 |  0.002 % |
133.97/135.43	c 135	|       477 |    1225   709716  7109018 |   314877      477      7 |  0.001 % |
134.17/135.62	c 136	|       815 |    1225   709716  7109018 |   346365      815      7 |  0.002 % |
134.47/135.95	c 136	|      1322 |    1225   709716  7109018 |   381001     1322      8 |  0.001 % |
135.16/136.62	c 137	|      2081 |    1225   709716  7109018 |   419101     2081      9 |  0.001 % |
136.35/137.89	c 138	|      3220 |    1225   709716  7109018 |   461011     3220     10 |  0.000 % |
139.71/141.20	c 141	|      4928 |    1225   709716  7109018 |   507113     4928     12 |  0.001 % |
145.16/146.72	c 147	|      7490 |    1225   709716  7109018 |   557824     7490     13 |  0.001 % |
153.98/155.63	c 156	|     11334 |    1225   709716  7109018 |   613606    11334     13 |  0.000 % |
167.36/169.19	c 169	|     17100 |    1225   709716  7109018 |   674967    17100     15 |  0.001 % |
186.30/188.22	c 188	|     25749 |    1225   709716  7109018 |   742464    25749     16 |  0.001 % |
209.50/211.42	c 211	|     38724 |    1225   709716  7109018 |   816710    38724     17 |  0.002 % |
247.29/249.26	c 249	|     58186 |    1225   709716  7109018 |   898381    58186     16 |  0.002 % |
329.89/331.95	c 332	|     87379 |    1225   709716  7109018 |   988219    87379     16 |  0.001 % |
441.54/443.68	c 444	|    131168 |    1225   709716  7109018 |  1087041   131168     17 |  0.000 % |
626.87/629.09	c 629	|    196853 |    1225   709716  7109018 |  1195746   196853     18 |  0.000 % |
1001.53/1003.86	c 1004	|    295379 |    1225   709716  7109018 |  1315320   295379     18 |  0.001 % |
1714.26/1716.86	c 1717	|    443168 |    1225   709716  7109018 |  1446852   443168     19 |  0.002 % |
1800.04/1802.61	c ERROR INTERRUPTED
1800.04/1802.63	s UNKNOWN
1800.04/1802.63	c 1803	CPU 132.36 (0.03 0.01 132.33 0.59)
1800.04/1802.63	c 1803	END Fri Jul  4 08:05:03 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1067010-1215149700/watcher-1067010-1215149700 -o /tmp/evaluation-result-1067010-1215149700/solver-1067010-1215149700 -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-1067010-1215149700.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.98 2.01 2.00 4/74 22860
/proc/meminfo: memFree=1792976/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=12268 CPUtime=0
/proc/22860/stat : 22860 (sugar) R 22858 22860 21814 0 -1 4194304 311 0 0 0 0 0 0 0 24 0 1 0 1993942470 12562432 279 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 0 0 0 0 17 1 0 0
/proc/22860/statm: 3067 279 207 3 0 167 0

[startup+0.05594 s]
/proc/loadavg: 1.98 2.01 2.00 4/74 22860
/proc/meminfo: memFree=1792976/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=0.04
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993942470 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103132 s]
/proc/loadavg: 1.98 2.01 2.00 4/74 22860
/proc/meminfo: memFree=1792976/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=0.04
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993942470 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302108 s]
/proc/loadavg: 1.98 2.01 2.00 4/74 22860
/proc/meminfo: memFree=1792976/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=0.04
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993942470 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702147 s]
/proc/loadavg: 1.98 2.01 2.00 4/74 22860
/proc/meminfo: memFree=1792976/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=0.46
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 973 5098 0 1 3 1 38 4 16 0 1 0 1993942470 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50223 s]
/proc/loadavg: 1.98 2.01 2.00 4/85 22882
/proc/meminfo: memFree=1783416/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=0.46
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 973 5098 0 1 3 1 38 4 15 0 1 0 1993942470 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3400 797 370 3 0 500 0
[pid=22873] ppid=22860 vsize=5356 CPUtime=0
/proc/22873/stat : 22873 (sh) S 22860 22860 21814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993942524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22873/statm: 1339 233 193 169 0 50 0
[pid=22874] ppid=22873 vsize=864176 CPUtime=0.94
/proc/22874/stat : 22874 (java) S 22873 22860 21814 0 -1 0 7745 0 1 0 90 4 0 0 18 0 9 0 1993942524 884916224 6975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 216044 6975 2540 9 0 210619 0
[pid=22874/tid=22875] ppid=22873 vsize=864176 CPUtime=0.65
/proc/22874/task/22875/stat : 22875 (java) R 22873 22860 21814 0 -1 64 2629 0 1 0 64 1 0 0 20 0 9 0 1993942525 884916224 6975 996147200 134512640 134550740 4294955952 18446744073709551615 4126514930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22876] ppid=22873 vsize=864176 CPUtime=0.22
/proc/22874/task/22876/stat : 22876 (java) S 22873 22860 21814 0 -1 64 4108 0 0 0 20 2 0 0 16 0 9 0 1993942526 884916224 6975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22877] ppid=22873 vsize=864176 CPUtime=0
/proc/22874/task/22877/stat : 22877 (java) S 22873 22860 21814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993942526 884916224 6975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22878] ppid=22873 vsize=864176 CPUtime=0
/proc/22874/task/22878/stat : 22878 (java) S 22873 22860 21814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993942526 884916224 6975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22879] ppid=22873 vsize=864176 CPUtime=0
/proc/22874/task/22879/stat : 22879 (java) S 22873 22860 21814 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993942528 884916224 6975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22880] ppid=22873 vsize=864176 CPUtime=0.05
/proc/22874/task/22880/stat : 22880 (java) S 22873 22860 21814 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 1993942528 884916224 6975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22881] ppid=22873 vsize=864176 CPUtime=0
/proc/22874/task/22881/stat : 22881 (java) S 22873 22860 21814 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993942528 884916224 6975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22882] ppid=22873 vsize=864176 CPUtime=0
/proc/22874/task/22882/stat : 22882 (java) S 22873 22860 21814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993942528 884916224 6975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883132

[startup+3.10136 s]
/proc/loadavg: 1.98 2.01 2.00 3/85 22882
/proc/meminfo: memFree=1758520/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=0.46
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 974 5098 0 1 3 1 38 4 15 0 1 0 1993942470 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3400 797 370 3 0 500 0
[pid=22873] ppid=22860 vsize=5356 CPUtime=0
/proc/22873/stat : 22873 (sh) S 22860 22860 21814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993942524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22873/statm: 1339 233 193 169 0 50 0
[pid=22874] ppid=22873 vsize=864288 CPUtime=2.52
/proc/22874/stat : 22874 (java) S 22873 22860 21814 0 -1 0 14780 0 1 0 243 9 0 0 18 0 9 0 1993942524 885030912 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 216072 13888 2564 9 0 210619 0
[pid=22874/tid=22875] ppid=22873 vsize=864288 CPUtime=1.39
/proc/22874/task/22875/stat : 22875 (java) R 22873 22860 21814 0 -1 64 3226 0 1 0 137 2 0 0 21 0 9 0 1993942525 885030912 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4126563298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22876] ppid=22873 vsize=864288 CPUtime=1.03
/proc/22874/task/22876/stat : 22876 (java) S 22873 22860 21814 0 -1 64 10525 0 0 0 97 6 0 0 16 0 9 0 1993942526 885030912 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22877] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22877/stat : 22877 (java) S 22873 22860 21814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993942526 885030912 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22878] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22878/stat : 22878 (java) S 22873 22860 21814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993942526 885030912 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22879] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22879/stat : 22879 (java) S 22873 22860 21814 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993942528 885030912 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22880] ppid=22873 vsize=864288 CPUtime=0.08
/proc/22874/task/22880/stat : 22880 (java) S 22873 22860 21814 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 1993942528 885030912 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22881] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22881/stat : 22881 (java) S 22873 22860 21814 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993942528 885030912 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22882] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22882/stat : 22882 (java) S 22873 22860 21814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993942528 885030912 13888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883244

[startup+6.30264 s]
/proc/loadavg: 1.98 2.01 2.00 3/85 22882
/proc/meminfo: memFree=1743288/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=0.46
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 974 5098 0 1 3 1 38 4 15 0 1 0 1993942470 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3400 797 370 3 0 500 0
[pid=22873] ppid=22860 vsize=5356 CPUtime=0
/proc/22873/stat : 22873 (sh) S 22860 22860 21814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993942524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22873/statm: 1339 233 193 169 0 50 0
[pid=22874] ppid=22873 vsize=864288 CPUtime=5.7
/proc/22874/stat : 22874 (java) S 22873 22860 21814 0 -1 0 15032 0 1 0 560 10 0 0 18 0 9 0 1993942524 885030912 14133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 216072 14133 2564 9 0 210619 0
[pid=22874/tid=22875] ppid=22873 vsize=864288 CPUtime=4.54
/proc/22874/task/22875/stat : 22875 (java) R 22873 22860 21814 0 -1 64 3233 0 1 0 452 2 0 0 25 0 9 0 1993942525 885030912 14133 996147200 134512640 134550740 4294955952 18446744073709551615 4126562120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22876] ppid=22873 vsize=864288 CPUtime=1.04
/proc/22874/task/22876/stat : 22876 (java) S 22873 22860 21814 0 -1 64 10770 0 0 0 98 6 0 0 16 0 9 0 1993942526 885030912 14133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22877] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22877/stat : 22877 (java) S 22873 22860 21814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993942526 885030912 14133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22878] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22878/stat : 22878 (java) S 22873 22860 21814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993942526 885030912 14133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22879] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22879/stat : 22879 (java) S 22873 22860 21814 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993942528 885030912 14133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22880] ppid=22873 vsize=864288 CPUtime=0.08
/proc/22874/task/22880/stat : 22880 (java) S 22873 22860 21814 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 1993942528 885030912 14133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22881] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22881/stat : 22881 (java) S 22873 22860 21814 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993942528 885030912 14133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22882] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22882/stat : 22882 (java) S 22873 22860 21814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993942528 885030912 14133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883244

[startup+12.7012 s]
/proc/loadavg: 1.98 2.01 2.00 3/85 22882
/proc/meminfo: memFree=1736760/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=0.46
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 974 5098 0 1 3 1 38 4 15 0 1 0 1993942470 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3400 797 370 3 0 500 0
[pid=22873] ppid=22860 vsize=5356 CPUtime=0
/proc/22873/stat : 22873 (sh) S 22860 22860 21814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993942524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22873/statm: 1339 233 193 169 0 50 0
[pid=22874] ppid=22873 vsize=864288 CPUtime=12.03
/proc/22874/stat : 22874 (java) S 22873 22860 21814 0 -1 0 16451 0 1 0 1191 12 0 0 18 0 9 0 1993942524 885030912 15496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 216072 15496 2564 9 0 210619 0
[pid=22874/tid=22875] ppid=22873 vsize=864288 CPUtime=10.76
/proc/22874/task/22875/stat : 22875 (java) R 22873 22860 21814 0 -1 64 3289 0 1 0 1073 3 0 0 25 0 9 0 1993942525 885030912 15496 996147200 134512640 134550740 4294955952 18446744073709551615 4126580880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22876] ppid=22873 vsize=864288 CPUtime=1.16
/proc/22874/task/22876/stat : 22876 (java) S 22873 22860 21814 0 -1 64 12130 0 0 0 108 8 0 0 16 0 9 0 1993942526 885030912 15496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22877] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22877/stat : 22877 (java) S 22873 22860 21814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993942526 885030912 15496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22878] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22878/stat : 22878 (java) S 22873 22860 21814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993942526 885030912 15496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22879] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22879/stat : 22879 (java) S 22873 22860 21814 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993942528 885030912 15496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22880] ppid=22873 vsize=864288 CPUtime=0.09
/proc/22874/task/22880/stat : 22880 (java) S 22873 22860 21814 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 1993942528 885030912 15496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22881] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22881/stat : 22881 (java) S 22873 22860 21814 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993942528 885030912 15496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22882] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22882/stat : 22882 (java) S 22873 22860 21814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993942528 885030912 15496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883244

[startup+25.5024 s]
/proc/loadavg: 1.98 2.01 2.00 3/85 22882
/proc/meminfo: memFree=1724280/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=0.46
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 974 5098 0 1 3 1 38 4 16 0 1 0 1993942470 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3400 797 370 3 0 500 0
[pid=22873] ppid=22860 vsize=5356 CPUtime=0
/proc/22873/stat : 22873 (sh) S 22860 22860 21814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993942524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22873/statm: 1339 233 193 169 0 50 0
[pid=22874] ppid=22873 vsize=864288 CPUtime=24.71
/proc/22874/stat : 22874 (java) S 22873 22860 21814 0 -1 0 18418 0 1 0 2456 15 0 0 18 0 9 0 1993942524 885030912 17392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22874/statm: 216072 17392 2564 9 0 210619 0
[pid=22874/tid=22875] ppid=22873 vsize=864288 CPUtime=23.28
/proc/22874/task/22875/stat : 22875 (java) R 22873 22860 21814 0 -1 64 3360 0 1 0 2323 5 0 0 25 0 9 0 1993942525 885030912 17392 996147200 134512640 134550740 4294955952 18446744073709551615 4126562028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22876] ppid=22873 vsize=864288 CPUtime=1.31
/proc/22874/task/22876/stat : 22876 (java) S 22873 22860 21814 0 -1 64 14026 0 0 0 123 8 0 0 16 0 9 0 1993942526 885030912 17392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22877] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22877/stat : 22877 (java) S 22873 22860 21814 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993942526 885030912 17392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22874/tid=22878] ppid=22873 vsize=864288 CPUtime=0
/proc/22874/task/22878/stat : 22878 (java) S 22873 22860 21814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993942526 885030912 17392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1602120/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=99460 CPUtime=1166.97
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 24080 0 0 0 116655 42 0 0 25 0 1 0 1993955907 101847040 24066 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 24865 24066 75 150 0 24712 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 118416

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24203
/proc/meminfo: memFree=1600904/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=100560 CPUtime=1226.94
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 24357 0 0 0 122652 42 0 0 25 0 1 0 1993955907 102973440 24343 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 25140 24343 75 150 0 24987 0
Current children cumulated CPU time (s) 1359.9
Current children cumulated vsize (KiB) 119516

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24203
/proc/meminfo: memFree=1599752/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=101620 CPUtime=1286.93
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 24640 0 0 0 128650 43 0 0 25 0 1 0 1993955907 104058880 24626 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 25405 24626 75 150 0 25252 0
Current children cumulated CPU time (s) 1419.89
Current children cumulated vsize (KiB) 120576

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24203
/proc/meminfo: memFree=1598536/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=102720 CPUtime=1346.9
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 24927 0 0 0 134647 43 0 0 25 0 1 0 1993955907 105185280 24913 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 25680 24913 75 150 0 25527 0
Current children cumulated CPU time (s) 1479.86
Current children cumulated vsize (KiB) 121676

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24203
/proc/meminfo: memFree=1597448/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=103668 CPUtime=1406.88
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 25189 0 0 0 140645 43 0 0 25 0 1 0 1993955907 106156032 25175 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 25917 25175 75 150 0 25764 0
Current children cumulated CPU time (s) 1539.84
Current children cumulated vsize (KiB) 122624

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24209
/proc/meminfo: memFree=1595848/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=105148 CPUtime=1466.85
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 25563 0 0 0 146641 44 0 0 25 0 1 0 1993955907 107671552 25549 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 26287 25549 75 150 0 26134 0
Current children cumulated CPU time (s) 1599.81
Current children cumulated vsize (KiB) 124104

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24209
/proc/meminfo: memFree=1594056/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=106756 CPUtime=1526.83
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 25955 0 0 0 152638 45 0 0 25 0 1 0 1993955907 109318144 25941 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 26689 25941 75 150 0 26536 0
Current children cumulated CPU time (s) 1659.79
Current children cumulated vsize (KiB) 125712

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24209
/proc/meminfo: memFree=1592328/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=108552 CPUtime=1586.81
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 26371 0 0 0 158635 46 0 0 25 0 1 0 1993955907 111157248 26357 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 27138 26357 75 150 0 26985 0
Current children cumulated CPU time (s) 1719.77
Current children cumulated vsize (KiB) 127508

[startup+1782.3 s]
/proc/loadavg: 2.06 1.99 1.91 3/84 24209
/proc/meminfo: memFree=1591112/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=109696 CPUtime=1646.79
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 26670 0 0 0 164633 46 0 0 25 0 1 0 1993955907 112328704 26656 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 27424 26656 75 150 0 27271 0
Current children cumulated CPU time (s) 1779.75
Current children cumulated vsize (KiB) 128652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.04 1.99 1.91 3/84 24209
/proc/meminfo: memFree=1590408/2055920 swapFree=4179776/4192956
[pid=22860] ppid=22858 vsize=13600 CPUtime=132.96
/proc/22860/stat : 22860 (sugar) S 22858 22860 21814 0 -1 4194304 1031 44008 0 2 3 1 13233 59 16 0 1 0 1993942470 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3400 798 370 3 0 500 0
[pid=22883] ppid=22860 vsize=5356 CPUtime=0
/proc/22883/stat : 22883 (sh) S 22860 22860 21814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993955907 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22883/statm: 1339 232 193 169 0 50 0
[pid=22884] ppid=22883 vsize=110288 CPUtime=1667.08
/proc/22884/stat : 22884 (minisat) R 22883 22860 21814 0 -1 4194304 26840 0 0 0 166662 46 0 0 25 0 1 0 1993955907 112934912 26826 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22884/statm: 27572 26826 75 150 0 27419 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 129244

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22860 and gives
#  childrusage.ru_utime.tv_sec=132
#  childrusage.ru_utime.tv_usec=376875
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=627904
# CPU time returned by wait4() is 133.005
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.64
CPU time (s): 1800.04
CPU user time (s): 1798.98
CPU system time (s): 1.06
CPU usage (%): 99.8557
Max. virtual memory (cumulated for all children) (KiB): 896380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.377
system time used= 0.627904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45383
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9290
involuntary context switches= 11942

runsolver used 1.9947 second user time and 4.90125 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 07:35:00
IDJOB=1067010
IDBENCH=55159
IDSOLVER=346
FILE ID=node43/1067010-1215149700
PBS_JOBID= 7877393
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg7-7_ext.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-1067010-1215149700/watcher-1067010-1215149700 -o /tmp/evaluation-result-1067010-1215149700/solver-1067010-1215149700 -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-1067010-1215149700.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a96151d3498ebe0012a14188188ea74b
RANDOM SEED=21858010

node43.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.230
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.230
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:       1793456 kB
Buffers:         24316 kB
Cached:         139112 kB
SwapCached:       7048 kB
Active:         151508 kB
Inactive:        52664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793456 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          47740 kB
Slab:            43512 kB
Committed_AS:  3704752 kB
PageTables:       1972 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= 66556 MiB
End job on node43 at 2008-07-04 08:05:05