Trace number 1051198

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.02 1809.01

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-44-10-a4.xml
MD5SUMd64b0b30fe6539783bc7e2d71db09770
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.72067
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
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 Thu Jul  3 04:35:19 2008
0.00/0.04	c 0	PID 622
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051198-1215052519.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-1051198-1215052519.xml' 'HOME/temp.csp'
0.04/0.42	c 0	1 domains, 10 variables, 2 predicates, 0 relations, 915 constraints
0.04/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.47	c 0	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.40/0.55	c 0	Parsing HOME/temp.csp
0.40/0.69	c 1	parsed 928 expressions
0.40/0.69	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.69	c 1	Converting to clausal form CSP
0.40/0.74	c 1	converted 93 (10%) expressions
0.40/0.78	c 1	converted 186 (20%) expressions
0.40/0.80	c 1	converted 279 (30%) expressions
0.40/0.92	c 1	converted 372 (40%) expressions
0.40/0.97	c 1	converted 464 (50%) expressions
0.92/1.01	c 1	converted 557 (60%) expressions
0.92/1.04	c 1	converted 650 (70%) expressions
0.92/1.07	c 1	converted 743 (80%) expressions
0.92/1.09	c 1	converted 836 (90%) expressions
1.02/1.12	c 1	converted 928 (100%) expressions
1.02/1.12	c 1	CSP : 2530 integers, 0 booleans, 5955 clauses, largest domain size 89
1.02/1.12	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.12	c 1	Propagation in CSP
1.21/1.38	c 1	45450 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.38	c 1	CSP : 2530 integers, 0 booleans, 5955 clauses, largest domain size 71
1.21/1.38	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.38	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.40	c 1	CSP : 2530 integers, 1740 booleans, 7695 clauses, largest domain size 71
1.31/1.40	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.45	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.49	c 1	253 (10%) CSP integer variables are encoded (17107 clauses, 234797 bytes)
1.41/1.51	c 1	506 (20%) CSP integer variables are encoded (34564 clauses, 496652 bytes)
1.41/1.54	c 1	759 (30%) CSP integer variables are encoded (52021 clauses, 758507 bytes)
1.41/1.56	c 1	1012 (40%) CSP integer variables are encoded (69478 clauses, 1020362 bytes)
1.41/1.58	c 1	1265 (50%) CSP integer variables are encoded (86935 clauses, 1282217 bytes)
1.50/1.61	c 1	1518 (60%) CSP integer variables are encoded (104392 clauses, 1555725 bytes)
1.50/1.63	c 1	1771 (70%) CSP integer variables are encoded (121849 clauses, 1852494 bytes)
1.50/1.66	c 2	2024 (80%) CSP integer variables are encoded (139306 clauses, 2149263 bytes)
1.50/1.68	c 2	2277 (90%) CSP integer variables are encoded (156763 clauses, 2446032 bytes)
1.61/1.71	c 2	2530 (100%) CSP integer variables are encoded (174220 clauses, 2742801 bytes)
2.01/2.14	c 2	770 (10%) CSP clauses are encoded (345518 clauses, 6457044 bytes)
3.29/3.41	c 3	1539 (20%) CSP clauses are encoded (1079027 clauses, 17902594 bytes)
4.57/4.70	c 5	2309 (30%) CSP clauses are encoded (1813919 clauses, 29881510 bytes)
5.76/5.99	c 6	3078 (40%) CSP clauses are encoded (2547460 clauses, 42113063 bytes)
7.05/7.27	c 7	3848 (50%) CSP clauses are encoded (3282138 clauses, 54310315 bytes)
8.35/8.54	c 8	4617 (60%) CSP clauses are encoded (4015757 clauses, 66517579 bytes)
9.63/9.89	c 10	5387 (70%) CSP clauses are encoded (4750541 clauses, 79573239 bytes)
11.02/11.22	c 11	6156 (80%) CSP clauses are encoded (5484182 clauses, 92729387 bytes)
12.32/12.56	c 12	6926 (90%) CSP clauses are encoded (6219084 clauses, 106053937 bytes)
13.70/13.91	c 14	7695 (100%) CSP clauses are encoded (6952757 clauses, 119504670 bytes)
13.70/13.91	c 14	7695 CSP clauses encoded
13.70/13.91	c 14	Writing map file : HOME/temp.map
13.70/13.91	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.70/13.91	c 14	SAT : 178490 SAT variables, 6952757 SAT clauses, 119504670 bytes
13.70/13.91	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.70/13.96	c 14	SOLVING HOME/temp.cnf
13.70/13.96	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.70/13.96	c 14	This is MiniSat 2.0 beta
13.70/13.96	c 14	WARNING: for repeatability, setting FPU to use double precision
13.70/13.96	c 14	============================[ Problem Statistics ]=============================
13.70/13.96	c 14	|                                                                             |
13.70/13.96	c 14	|  Number of variables:  178490                                               |
13.70/13.96	c 14	|  Number of clauses:    6952757                                              |
16.75/17.05	c 17	|  Parsing time:         2.63         s                                       |
16.84/17.19	c 17	============================[ Search Statistics ]==============================
16.84/17.19	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.84/17.19	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.84/17.19	c 17	===============================================================================
16.84/17.19	c 17	|         0 |  178490  6952757 20473414 |  2317585        0    nan |  0.000 % |
31.97/32.34	c 32	|       100 |  178490  6952757 20473414 |  2549344      100      5 |  0.000 % |
40.33/40.75	c 41	|       250 |  178484  6952757 20473414 |  2804278      248      6 |  2.263 % |
51.77/52.21	c 52	|       475 |  178484  6952757 20473414 |  3084706      473      7 |  2.264 % |
62.91/63.44	c 63	|       812 |  178484  6952757 20473414 |  3393177      810      7 |  2.264 % |
80.02/80.62	c 80	|      1319 |  178484  6952757 20473414 |  3732494     1317      8 |  2.263 % |
109.28/110.01	c 110	|      2078 |  178483  6952757 20473414 |  4105744     2075      8 |  4.527 % |
161.34/162.44	c 162	|      3218 |  170410  6628661 19528154 |  4516318     3215      9 |  4.527 % |
224.93/226.39	c 226	|      4926 |  170410  6628661 19528154 |  4967950     4923      9 |  4.527 % |
332.70/334.69	c 335	|      7490 |  170410  6628661 19528154 |  5464745     7487     10 |  4.527 % |
459.87/462.48	c 462	|     11334 |  170410  6628661 19528154 |  6011220    11331     10 |  4.527 % |
660.88/664.47	c 664	|     17101 |  165360  6421021 18921738 |  6612342     6603      9 |  7.356 % |
975.23/980.39	c 980	|     25751 |  165360  6421021 18921738 |  7273576    15253      9 |  7.356 % |
1366.30/1373.34	c 1373	|     38725 |  165360  6421021 18921738 |  8000934    28227     10 |  7.356 % |
1800.02/1808.91	c ERROR INTERRUPTED
1800.02/1808.96	s UNKNOWN
1800.02/1808.96	c 1809	CPU 12.67 (0.03 0.01 12.64 1.07)
1800.02/1808.96	c 1809	END Thu Jul  3 05:05:28 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-1051198-1215052519/watcher-1051198-1215052519 -o /tmp/evaluation-result-1051198-1215052519/solver-1051198-1215052519 -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-1051198-1215052519.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: 2.00 2.00 2.00 4/72 622
/proc/meminfo: memFree=1774316/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=12268 CPUtime=0
/proc/622/stat : 622 (sugar) R 620 622 30836 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984224261 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/622/statm: 3067 316 241 3 0 167 0

[startup+0.0598339 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 622
/proc/meminfo: memFree=1774316/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=0.04
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984224261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102128 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 622
/proc/meminfo: memFree=1774316/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=0.04
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984224261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301162 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 622
/proc/meminfo: memFree=1774316/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=0.04
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984224261 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701235 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 622
/proc/meminfo: memFree=1774316/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=0.4
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 973 4759 0 1 3 1 33 3 15 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50238 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 644
/proc/meminfo: memFree=1760276/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=0.4
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 974 4759 0 1 3 1 33 3 15 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=635] ppid=622 vsize=5356 CPUtime=0
/proc/635/stat : 635 (sh) S 622 622 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984224308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/635/statm: 1339 233 193 169 0 50 0
[pid=636] ppid=635 vsize=868492 CPUtime=1.01
/proc/636/stat : 636 (java) S 635 622 30836 0 -1 0 7159 0 1 0 96 5 0 0 18 0 9 0 1984224308 889335808 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 217123 6344 2563 9 0 211670 0
[pid=636/tid=637] ppid=635 vsize=868492 CPUtime=0.61
/proc/636/task/637/stat : 637 (java) R 635 622 30836 0 -1 64 2758 0 1 0 60 1 0 0 22 0 9 0 1984224309 889335808 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4126472915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=638] ppid=635 vsize=868492 CPUtime=0.15
/proc/636/task/638/stat : 638 (java) S 635 622 30836 0 -1 64 2235 0 0 0 14 1 0 0 16 0 9 0 1984224310 889335808 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/639/stat : 639 (java) S 635 622 30836 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984224310 889335808 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/640/stat : 640 (java) S 635 622 30836 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984224310 889335808 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=641] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 635 622 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984224312 889335808 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=642] ppid=635 vsize=868492 CPUtime=0.21
/proc/636/task/642/stat : 642 (java) S 635 622 30836 0 -1 64 1474 0 0 0 20 1 0 0 16 0 9 0 1984224312 889335808 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=643] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 635 622 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984224312 889335808 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=644] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 635 622 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984224312 889335808 6344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887448

[startup+3.10267 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 644
/proc/meminfo: memFree=1750420/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=0.4
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 974 4759 0 1 3 1 33 3 15 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=635] ppid=622 vsize=5356 CPUtime=0
/proc/635/stat : 635 (sh) S 622 622 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984224308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/635/statm: 1339 233 193 169 0 50 0
[pid=636] ppid=635 vsize=868492 CPUtime=2.6
/proc/636/stat : 636 (java) S 635 622 30836 0 -1 0 7660 0 1 0 244 16 0 0 18 0 9 0 1984224308 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 217123 6363 2563 9 0 211670 0
[pid=636/tid=637] ppid=635 vsize=868492 CPUtime=2.06
/proc/636/task/637/stat : 637 (java) R 635 622 30836 0 -1 64 3242 0 1 0 196 10 0 0 25 0 9 0 1984224309 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4126825949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=638] ppid=635 vsize=868492 CPUtime=0.27
/proc/636/task/638/stat : 638 (java) S 635 622 30836 0 -1 64 2235 0 0 0 24 3 0 0 16 0 9 0 1984224310 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/639/stat : 639 (java) S 635 622 30836 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984224310 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/640/stat : 640 (java) S 635 622 30836 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984224310 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=641] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 635 622 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984224312 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=642] ppid=635 vsize=868492 CPUtime=0.23
/proc/636/task/642/stat : 642 (java) S 635 622 30836 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 1984224312 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=643] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 635 622 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984224312 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=644] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 635 622 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984224312 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887448

[startup+6.30125 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 644
/proc/meminfo: memFree=1719444/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=0.4
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 974 4759 0 1 3 1 33 3 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=635] ppid=622 vsize=5356 CPUtime=0
/proc/635/stat : 635 (sh) S 622 622 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984224308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/635/statm: 1339 233 193 169 0 50 0
[pid=636] ppid=635 vsize=868492 CPUtime=5.76
/proc/636/stat : 636 (java) S 635 622 30836 0 -1 0 8645 0 1 0 532 44 0 0 18 0 9 0 1984224308 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 217123 6365 2563 9 0 211670 0
[pid=636/tid=637] ppid=635 vsize=868492 CPUtime=5
/proc/636/task/637/stat : 637 (java) R 635 622 30836 0 -1 64 4225 0 1 0 467 33 0 0 25 0 9 0 1984224309 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4126472777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=638] ppid=635 vsize=868492 CPUtime=0.49
/proc/636/task/638/stat : 638 (java) S 635 622 30836 0 -1 64 2235 0 0 0 41 8 0 0 16 0 9 0 1984224310 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/639/stat : 639 (java) S 635 622 30836 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984224310 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/640/stat : 640 (java) S 635 622 30836 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984224310 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=641] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 635 622 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984224312 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=642] ppid=635 vsize=868492 CPUtime=0.24
/proc/636/task/642/stat : 642 (java) S 635 622 30836 0 -1 64 1493 0 0 0 23 1 0 0 16 0 9 0 1984224312 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=643] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 635 622 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984224312 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=644] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 635 622 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984224312 889335808 6365 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) 887448

[startup+12.7024 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 644
/proc/meminfo: memFree=1657364/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=0.4
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 974 4759 0 1 3 1 33 3 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=635] ppid=622 vsize=5356 CPUtime=0
/proc/635/stat : 635 (sh) S 622 622 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984224308 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/635/statm: 1339 233 193 169 0 50 0
[pid=636] ppid=635 vsize=868492 CPUtime=12.11
/proc/636/stat : 636 (java) S 635 622 30836 0 -1 0 10616 0 1 0 1116 95 0 0 18 0 9 0 1984224308 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/636/statm: 217123 6365 2563 9 0 211670 0
[pid=636/tid=637] ppid=635 vsize=868492 CPUtime=10.85
/proc/636/task/637/stat : 637 (java) R 635 622 30836 0 -1 64 6196 0 1 0 1013 72 0 0 25 0 9 0 1984224309 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4126993153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=638] ppid=635 vsize=868492 CPUtime=0.99
/proc/636/task/638/stat : 638 (java) S 635 622 30836 0 -1 64 2235 0 0 0 80 19 0 0 16 0 9 0 1984224310 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=639] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/639/stat : 639 (java) S 635 622 30836 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984224310 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=640] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/640/stat : 640 (java) S 635 622 30836 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984224310 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=641] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/641/stat : 641 (java) S 635 622 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984224312 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=642] ppid=635 vsize=868492 CPUtime=0.24
/proc/636/task/642/stat : 642 (java) S 635 622 30836 0 -1 64 1493 0 0 0 23 1 0 0 16 0 9 0 1984224312 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=643] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/643/stat : 643 (java) S 635 622 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984224312 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=636/tid=644] ppid=635 vsize=868492 CPUtime=0
/proc/636/task/644/stat : 644 (java) S 635 622 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984224312 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887448

[startup+25.5018 s]
/proc/loadavg: 2.20 2.05 2.01 3/75 646
/proc/meminfo: memFree=1355668/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 15 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=319616 CPUtime=11.46
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 74691 0 0 0 1102 44 0 0 25 0 1 0 1984225657 327286784 74677 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/646/statm: 79904 74677 72 150 0 79751 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 338572

[startup+51.1014 s]
/proc/loadavg: 2.13 2.04 2.01 3/75 646
/proc/meminfo: memFree=1353556/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1352276/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1341.61
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75369 0 0 0 134116 45 0 0 25 0 1 0 1984225657 330031104 75355 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/646/statm: 80574 75355 75 150 0 80421 0
Current children cumulated CPU time (s) 1355.36
Current children cumulated vsize (KiB) 341252

[startup+1422.31 s]
/proc/loadavg: 2.36 2.16 2.04 3/75 703
/proc/meminfo: memFree=1306068/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1401.18
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75372 0 0 0 140071 47 0 0 25 0 1 0 1984225657 330031104 75358 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/646/statm: 80574 75358 75 150 0 80421 0
Current children cumulated CPU time (s) 1414.93
Current children cumulated vsize (KiB) 341252

[startup+1482.3 s]
/proc/loadavg: 2.18 2.14 2.04 3/75 703
/proc/meminfo: memFree=1305492/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1460.64
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75373 0 0 0 146017 47 0 0 25 0 1 0 1984225657 330031104 75359 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/646/statm: 80574 75359 75 150 0 80421 0
Current children cumulated CPU time (s) 1474.39
Current children cumulated vsize (KiB) 341252

[startup+1542.3 s]
/proc/loadavg: 2.07 2.11 2.04 3/75 703
/proc/meminfo: memFree=1305364/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1520.07
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75375 0 0 0 151960 47 0 0 25 0 1 0 1984225657 330031104 75361 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/646/statm: 80574 75361 75 150 0 80421 0
Current children cumulated CPU time (s) 1533.82
Current children cumulated vsize (KiB) 341252

[startup+1602.3 s]
/proc/loadavg: 2.08 2.11 2.04 3/75 736
/proc/meminfo: memFree=1345612/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1579.76
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75378 0 0 0 157928 48 0 0 25 0 1 0 1984225657 330031104 75364 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/646/statm: 80574 75364 75 150 0 80421 0
Current children cumulated CPU time (s) 1593.51
Current children cumulated vsize (KiB) 341252

[startup+1662.3 s]
/proc/loadavg: 2.03 2.08 2.03 3/75 763
/proc/meminfo: memFree=1302476/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1639.73
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75384 0 0 0 163924 49 0 0 25 0 1 0 1984225657 330031104 75370 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/646/statm: 80574 75370 75 150 0 80421 0
Current children cumulated CPU time (s) 1653.48
Current children cumulated vsize (KiB) 341252

[startup+1722.3 s]
/proc/loadavg: 2.01 2.07 2.03 3/75 763
/proc/meminfo: memFree=1302348/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1699.71
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75386 0 0 0 169922 49 0 0 25 0 1 0 1984225657 330031104 75372 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/646/statm: 80574 75372 75 150 0 80421 0
Current children cumulated CPU time (s) 1713.46
Current children cumulated vsize (KiB) 341252

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/75 763
/proc/meminfo: memFree=1302028/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1759.68
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75388 0 0 0 175919 49 0 0 25 0 1 0 1984225657 330031104 75374 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/646/statm: 80574 75374 75 150 0 80421 0
Current children cumulated CPU time (s) 1773.43
Current children cumulated vsize (KiB) 341252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.00 2.05 2.02 3/75 763
/proc/meminfo: memFree=1302028/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1786.27
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75388 0 0 0 178578 49 0 0 25 0 1 0 1984225657 330031104 75374 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/646/statm: 80574 75374 75 150 0 80421 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 341252

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

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

[startup+1808.9 s]
/proc/loadavg: 2.00 2.05 2.02 3/75 763
/proc/meminfo: memFree=1302028/2055920 swapFree=4179760/4192956
[pid=622] ppid=620 vsize=13600 CPUtime=13.75
/proc/622/stat : 622 (sugar) S 620 622 30836 0 -1 4194304 1031 16052 0 2 3 1 1264 107 16 0 1 0 1984224261 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/622/statm: 3400 797 370 3 0 500 0
[pid=645] ppid=622 vsize=5356 CPUtime=0
/proc/645/stat : 645 (sh) S 622 622 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984225657 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/645/statm: 1339 232 193 169 0 50 0
[pid=646] ppid=645 vsize=322296 CPUtime=1786.27
/proc/646/stat : 646 (minisat) R 645 622 30836 0 -1 4194304 75388 0 0 0 178578 49 0 0 25 0 1 0 1984225657 330031104 75374 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/646/statm: 80574 75374 75 150 0 80421 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 341252

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 622 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=680072
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=149825
# CPU time returned by wait4() is 13.8299
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.01
CPU time (s): 1800.02
CPU user time (s): 1798.45
CPU system time (s): 1.57
CPU usage (%): 99.5029
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6801
system time used= 1.14982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17426
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= 29201
involuntary context switches= 29218

runsolver used 2.72858 second user time and 5.31419 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 04:35:19
IDJOB=1051198
IDBENCH=55428
IDSOLVER=346
FILE ID=node45/1051198-1215052519
PBS_JOBID= 7875086
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-44-10-a4.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-1051198-1215052519/watcher-1051198-1215052519 -o /tmp/evaluation-result-1051198-1215052519/solver-1051198-1215052519 -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-1051198-1215052519.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d64b0b30fe6539783bc7e2d71db09770
RANDOM SEED=236187292

node45.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.268
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.268
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:       1774796 kB
Buffers:         32332 kB
Cached:         169768 kB
SwapCached:       6932 kB
Active:         103312 kB
Inactive:       109388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774796 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          17968 kB
Slab:            53840 kB
Committed_AS:  3654836 kB
PageTables:       1688 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= 66552 MiB
End job on node45 at 2008-07-03 05:05:30