Trace number 1042730

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.19 1807.94

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-15.xml
MD5SUM0f795da72149032c268c786dfab1e3c5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables675
Number of constraints286
Maximum constraint arity225
Maximum domain size225
Number of constraints which are defined in extension225
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(61)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.17	c 0	BEGIN Wed Jul  2 15:08:45 2008
0.00/0.17	c 0	PID 23620
0.00/0.18	c 0	HOST node59.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1042730-1215004124.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042730-1215004124.xml' 'HOME/temp.csp'
0.04/0.83	c 0	2 domains, 675 variables, 0 predicates, 1 relations, 286 constraints
0.04/0.86	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.86	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.43/0.95	c 1	Parsing HOME/temp.csp
0.55/1.10	c 1	parsed 964 expressions
0.64/1.11	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.64/1.11	c 1	Converting to clausal form CSP
0.64/1.13	c 1	converted 97 (10%) expressions
0.64/1.13	c 1	converted 193 (20%) expressions
0.64/1.14	c 1	converted 290 (30%) expressions
0.64/1.14	c 1	converted 386 (40%) expressions
0.64/1.14	c 1	converted 482 (50%) expressions
0.64/1.14	c 1	converted 579 (60%) expressions
0.64/1.14	c 1	converted 675 (70%) expressions
0.73/1.24	c 1	converted 772 (80%) expressions
0.83/1.36	c 1	converted 868 (90%) expressions
2.12/2.62	c 2	converted 964 (100%) expressions
2.12/2.62	c 2	CSP : 675 integers, 0 booleans, 31847 clauses, largest domain size 225
2.12/2.62	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.62	c 2	Propagation in CSP
2.31/2.85	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.31/2.86	c 2	CSP : 675 integers, 0 booleans, 31847 clauses, largest domain size 225
2.31/2.86	c 2	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.87	c 2	Simplifing CSP by introducing new Boolean variables
2.81/3.39	c 3	CSP : 675 integers, 63000 booleans, 94847 clauses, largest domain size 225
2.81/3.39	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.66	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.20/3.70	c 3	68 (10%) CSP integer variables are encoded (884 clauses, 9588 bytes)
3.20/3.71	c 3	135 (20%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
3.20/3.71	c 3	203 (30%) CSP integer variables are encoded (2639 clauses, 32316 bytes)
3.20/3.71	c 3	270 (40%) CSP integer variables are encoded (3510 clauses, 43639 bytes)
3.20/3.71	c 3	338 (50%) CSP integer variables are encoded (4394 clauses, 55131 bytes)
3.20/3.71	c 3	405 (60%) CSP integer variables are encoded (5265 clauses, 66454 bytes)
3.20/3.72	c 3	473 (70%) CSP integer variables are encoded (10979 clauses, 143629 bytes)
3.20/3.74	c 3	540 (80%) CSP integer variables are encoded (25920 clauses, 367744 bytes)
3.20/3.76	c 3	608 (90%) CSP integer variables are encoded (41084 clauses, 595204 bytes)
3.20/3.78	c 3	675 (100%) CSP integer variables are encoded (56025 clauses, 819319 bytes)
8.05/8.69	c 8	9485 (10%) CSP clauses are encoded (251975 clauses, 5291278 bytes)
8.34/8.92	c 9	18970 (20%) CSP clauses are encoded (349422 clauses, 7156123 bytes)
10.62/11.30	c 11	28455 (30%) CSP clauses are encoded (1736815 clauses, 36133754 bytes)
13.18/13.82	c 13	37939 (40%) CSP clauses are encoded (3162651 clauses, 67170077 bytes)
15.65/16.34	c 16	47424 (50%) CSP clauses are encoded (4588488 clauses, 98430996 bytes)
18.09/18.88	c 18	56909 (60%) CSP clauses are encoded (6014549 clauses, 129696838 bytes)
20.67/21.41	c 21	66393 (70%) CSP clauses are encoded (7440161 clauses, 161118478 bytes)
23.31/24.12	c 24	75878 (80%) CSP clauses are encoded (8866222 clauses, 193813542 bytes)
25.97/26.81	c 26	85363 (90%) CSP clauses are encoded (10292059 clauses, 226503460 bytes)
28.63/30.22	c 30	94847 (100%) CSP clauses are encoded (11717447 clauses, 259185934 bytes)
28.63/30.22	c 30	94847 CSP clauses encoded
28.63/30.22	c 30	Writing map file : HOME/temp.map
28.63/30.25	c 30	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.63/30.25	c 30	SAT : 119700 SAT variables, 11717447 SAT clauses, 259185934 bytes
28.63/30.25	c 30	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.63/30.28	c 30	SOLVING HOME/temp.cnf
28.63/30.28	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.63/30.28	c 30	This is MiniSat 2.0 beta
28.63/30.28	c 30	WARNING: for repeatability, setting FPU to use double precision
28.63/30.28	c 30	============================[ Problem Statistics ]=============================
28.63/30.28	c 30	|                                                                             |
28.63/30.28	c 30	|  Number of variables:  119700                                               |
28.63/30.28	c 30	|  Number of clauses:    11717447                                             |
34.55/36.22	c 36	|  Parsing time:         5.00         s                                       |
34.85/36.50	c 36	============================[ Search Statistics ]==============================
34.85/36.50	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.85/36.50	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.85/36.50	c 36	===============================================================================
34.85/36.50	c 36	|         0 |  119700 11717447 35089200 |  3905815        0    nan |  0.000 % |
37.32/39.04	c 39	|       100 |  119700 11717447 35089200 |  4296397      100     10 |  0.000 % |
38.91/40.67	c 40	|       250 |  119700 11717447 35089200 |  4726036      250      8 |  0.000 % |
40.29/42.04	c 42	|       475 |  119700 11717447 35089200 |  5198640      475      8 |  0.000 % |
42.38/44.13	c 44	|       812 |  119700 11717447 35089200 |  5718504      812      8 |  0.000 % |
44.85/46.63	c 46	|      1318 |  119700 11717447 35089200 |  6290355     1318      8 |  0.000 % |
47.33/49.19	c 49	|      2078 |  119700 11717447 35089200 |  6919390     2078      9 |  0.000 % |
53.07/54.97	c 55	|      3218 |  119700 11717447 35089200 |  7611329     3218      9 |  0.000 % |
60.11/62.01	c 62	|      4927 |  119700 11717447 35089200 |  8372462     4927      9 |  0.000 % |
69.02/71.07	c 71	|      7489 |  119700 11717447 35089200 |  9209709     7489     10 |  0.000 % |
82.99/85.13	c 85	|     11333 |  119700 11717447 35089200 | 10130679    11333     10 |  0.000 % |
103.89/106.30	c 106	|     17100 |  119700 11717447 35089200 | 11143747    17100     10 |  0.000 % |
109.83/112.27	c 112	|     25749 |  119700 11717447 35089200 | 12258122    25749     12 |  0.000 % |
138.05/140.70	c 140	|     38724 |  119700 11717447 35089200 | 13483934    38724     13 |  0.000 % |
211.17/214.53	c 214	|     58185 |  119700 11717447 35089200 | 14832328    58185     16 |  0.000 % |
317.85/322.22	c 322	|     87377 |  119700 11717447 35089200 | 16315561    87377     15 |  0.000 % |
432.65/438.10	c 438	|    131167 |  119700 11717447 35089200 | 17947117   131167     18 |  0.000 % |
696.72/703.88	c 704	|    196851 |  119700 11717447 35089200 | 19741829   196851     24 |  0.000 % |
949.28/956.56	c 956	|    295377 |  119700 11717447 35089200 | 21716012   295377     26 |  0.000 % |
1339.09/1346.58	c 1346	|    443166 |  119700 11717447 35089200 | 23887613   443166     30 |  0.000 % |
1800.06/1807.71	c ERROR INTERRUPTED
1800.06/1807.80	s UNKNOWN
1800.06/1807.80	c 1807	CPU 26.79 (0.03 0.01 26.76 1.92)
1800.06/1807.80	c 1807	END Wed Jul  2 15:38:52 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-1042730-1215004124/watcher-1042730-1215004124 -o /tmp/evaluation-result-1042730-1215004124/solver-1042730-1215004124 -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-1042730-1215004124.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.17 2.42 2.23 4/74 23620
/proc/meminfo: memFree=1945960/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=18572 CPUtime=0
/proc/23620/stat : 23620 (runsolver) R 23618 23620 22628 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979383841 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23620/statm: 4643 292 257 25 0 2626 0

[startup+0.024737 s]
/proc/loadavg: 2.17 2.42 2.23 4/74 23620
/proc/meminfo: memFree=1945960/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=2552 CPUtime=0
/proc/23620/stat : 23620 (sugar) D 23618 23620 22628 0 -1 4194304 48 0 0 0 0 0 0 0 18 0 1 0 1979383841 2613248 33 996147200 4194304 4206940 548682068608 18446744073709551615 217049003497 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/23620/statm: 638 33 26 3 0 5 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2552

[startup+0.101755 s]
/proc/loadavg: 2.17 2.42 2.23 4/74 23620
/proc/meminfo: memFree=1945960/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=12272 CPUtime=0
/proc/23620/stat : 23620 (sugar) D 23618 23620 22628 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 1979383841 12566528 375 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23620/statm: 3068 375 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301794 s]
/proc/loadavg: 2.17 2.42 2.23 4/74 23620
/proc/meminfo: memFree=1945960/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=0.04
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1979383841 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70288 s]
/proc/loadavg: 2.17 2.42 2.23 4/74 23620
/proc/meminfo: memFree=1945960/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=0.04
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1979383841 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50103 s]
/proc/loadavg: 2.15 2.41 2.23 3/85 23642
/proc/meminfo: memFree=1919184/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=0.43
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 973 4549 0 77 3 1 31 8 15 0 1 0 1979383841 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 797 370 3 0 500 0
[pid=23633] ppid=23620 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23620 23620 22628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383927 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 233 193 169 0 50 0
[pid=23634] ppid=23633 vsize=864124 CPUtime=0.6
/proc/23634/stat : 23634 (java) S 23633 23620 22628 0 -1 0 6884 0 11 0 55 5 0 0 18 0 9 0 1979383927 884862976 6157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23634/statm: 216031 6157 2540 9 0 210606 0
[pid=23634/tid=23635] ppid=23633 vsize=864124 CPUtime=0.3
/proc/23634/task/23635/stat : 23635 (java) R 23633 23620 22628 0 -1 64 2631 0 6 0 28 2 0 0 18 0 9 0 1979383928 884862976 6157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23636] ppid=23633 vsize=864124 CPUtime=0.19
/proc/23634/task/23636/stat : 23636 (java) S 23633 23620 22628 0 -1 64 3229 0 5 0 18 1 0 0 16 0 9 0 1979383930 884862976 6157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23637] ppid=23633 vsize=864124 CPUtime=0
/proc/23634/task/23637/stat : 23637 (java) S 23633 23620 22628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383930 884862976 6157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23638] ppid=23633 vsize=864124 CPUtime=0
/proc/23634/task/23638/stat : 23638 (java) S 23633 23620 22628 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979383930 884862976 6157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23639] ppid=23633 vsize=864124 CPUtime=0
/proc/23634/task/23639/stat : 23639 (java) S 23633 23620 22628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979383932 884862976 6157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23640] ppid=23633 vsize=864124 CPUtime=0.08
/proc/23634/task/23640/stat : 23640 (java) R 23633 23620 22628 0 -1 64 331 0 0 0 8 0 0 0 16 0 9 0 1979383932 884862976 6157 996147200 134512640 134550740 4294955952 18446744073709551615 101790309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23641] ppid=23633 vsize=864124 CPUtime=0
/proc/23634/task/23641/stat : 23641 (java) S 23633 23620 22628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979383932 884862976 6157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23642] ppid=23633 vsize=864124 CPUtime=0
/proc/23634/task/23642/stat : 23642 (java) S 23633 23620 22628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979383932 884862976 6157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 883080

[startup+3.10234 s]
/proc/loadavg: 2.15 2.41 2.23 3/85 23642
/proc/meminfo: memFree=1893392/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=0.43
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 974 4549 0 77 3 1 31 8 15 0 1 0 1979383841 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 797 370 3 0 500 0
[pid=23633] ppid=23620 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23620 23620 22628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383927 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 233 193 169 0 50 0
[pid=23634] ppid=23633 vsize=868644 CPUtime=2.18
/proc/23634/stat : 23634 (java) S 23633 23620 22628 0 -1 0 15567 0 11 0 208 10 0 0 18 0 9 0 1979383927 889491456 14637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23634/statm: 217161 14637 2539 9 0 211736 0
[pid=23634/tid=23635] ppid=23633 vsize=868644 CPUtime=1.04
/proc/23634/task/23635/stat : 23635 (java) R 23633 23620 22628 0 -1 64 2987 0 6 0 102 2 0 0 25 0 9 0 1979383928 889491456 14637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23636] ppid=23633 vsize=868644 CPUtime=0.91
/proc/23634/task/23636/stat : 23636 (java) R 23633 23620 22628 0 -1 64 10408 0 5 0 85 6 0 0 16 0 9 0 1979383930 889491456 14637 996147200 134512640 134550740 4294955952 18446744073709551615 104457013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23637] ppid=23633 vsize=868644 CPUtime=0
/proc/23634/task/23637/stat : 23637 (java) S 23633 23620 22628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383930 889491456 14637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23638] ppid=23633 vsize=868644 CPUtime=0
/proc/23634/task/23638/stat : 23638 (java) S 23633 23620 22628 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979383930 889491456 14637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23639] ppid=23633 vsize=868644 CPUtime=0
/proc/23634/task/23639/stat : 23639 (java) S 23633 23620 22628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979383932 889491456 14637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23640] ppid=23633 vsize=868644 CPUtime=0.21
/proc/23634/task/23640/stat : 23640 (java) S 23633 23620 22628 0 -1 64 1479 0 0 0 20 1 0 0 16 0 9 0 1979383932 889491456 14637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23641] ppid=23633 vsize=868644 CPUtime=0
/proc/23634/task/23641/stat : 23641 (java) S 23633 23620 22628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979383932 889491456 14637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23642] ppid=23633 vsize=868644 CPUtime=0
/proc/23634/task/23642/stat : 23642 (java) S 23633 23620 22628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979383932 889491456 14637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 887600

[startup+6.30194 s]
/proc/loadavg: 2.15 2.41 2.23 3/85 23642
/proc/meminfo: memFree=1858128/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=0.43
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 974 4549 0 77 3 1 31 8 15 0 1 0 1979383841 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 797 370 3 0 500 0
[pid=23633] ppid=23620 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23620 23620 22628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383927 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 233 193 169 0 50 0
[pid=23634] ppid=23633 vsize=868504 CPUtime=5.35
/proc/23634/stat : 23634 (java) S 23633 23620 22628 0 -1 0 19523 0 11 0 520 15 0 0 18 0 9 0 1979383927 889348096 18240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23634/statm: 217126 18240 2566 9 0 211673 0
[pid=23634/tid=23635] ppid=23633 vsize=868504 CPUtime=3.63
/proc/23634/task/23635/stat : 23635 (java) R 23633 23620 22628 0 -1 64 3396 0 6 0 359 4 0 0 25 0 9 0 1979383928 889348096 18240 996147200 134512640 134550740 4294955952 18446744073709551615 103567713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23636] ppid=23633 vsize=868504 CPUtime=1.42
/proc/23634/task/23636/stat : 23636 (java) S 23633 23620 22628 0 -1 64 13924 0 5 0 135 7 0 0 16 0 9 0 1979383930 889348096 18240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23637] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23637/stat : 23637 (java) S 23633 23620 22628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383930 889348096 18240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23638] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23638/stat : 23638 (java) S 23633 23620 22628 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979383930 889348096 18240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23639] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23639/stat : 23639 (java) S 23633 23620 22628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979383932 889348096 18240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23640] ppid=23633 vsize=868504 CPUtime=0.26
/proc/23634/task/23640/stat : 23640 (java) S 23633 23620 22628 0 -1 64 1510 0 0 0 25 1 0 0 15 0 9 0 1979383932 889348096 18240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23641] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23641/stat : 23641 (java) S 23633 23620 22628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979383932 889348096 18240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23642] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23642/stat : 23642 (java) S 23633 23620 22628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979383932 889348096 18240 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 887460

[startup+12.7022 s]
/proc/loadavg: 2.13 2.40 2.23 3/85 23642
/proc/meminfo: memFree=1814928/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=0.43
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 974 4549 0 77 3 1 31 8 16 0 1 0 1979383841 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 797 370 3 0 500 0
[pid=23633] ppid=23620 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23620 23620 22628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383927 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 233 193 169 0 50 0
[pid=23634] ppid=23633 vsize=868504 CPUtime=11.66
/proc/23634/stat : 23634 (java) S 23633 23620 22628 0 -1 0 19848 0 11 0 1119 47 0 0 18 0 9 0 1979383927 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23634/statm: 217126 18259 2566 9 0 211673 0
[pid=23634/tid=23635] ppid=23633 vsize=868504 CPUtime=9.75
/proc/23634/task/23635/stat : 23635 (java) R 23633 23620 22628 0 -1 64 3703 0 6 0 941 34 0 0 25 0 9 0 1979383928 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4126476114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23636] ppid=23633 vsize=868504 CPUtime=1.59
/proc/23634/task/23636/stat : 23636 (java) S 23633 23620 22628 0 -1 64 13926 0 5 0 149 10 0 0 16 0 9 0 1979383930 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23637] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23637/stat : 23637 (java) S 23633 23620 22628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383930 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23638] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23638/stat : 23638 (java) S 23633 23620 22628 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979383930 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23639] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23639/stat : 23639 (java) S 23633 23620 22628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979383932 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23640] ppid=23633 vsize=868504 CPUtime=0.28
/proc/23634/task/23640/stat : 23640 (java) S 23633 23620 22628 0 -1 64 1526 0 0 0 27 1 0 0 16 0 9 0 1979383932 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23641] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23641/stat : 23641 (java) S 23633 23620 22628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979383932 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23642] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23642/stat : 23642 (java) S 23633 23620 22628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979383932 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 887460

[startup+25.5028 s]
/proc/loadavg: 2.26 2.41 2.23 3/85 23642
/proc/meminfo: memFree=1650896/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=0.43
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 974 4549 0 77 3 1 31 8 16 0 1 0 1979383841 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 797 370 3 0 500 0
[pid=23633] ppid=23620 vsize=5356 CPUtime=0
/proc/23633/stat : 23633 (sh) S 23620 23620 22628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979383927 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23633/statm: 1339 233 193 169 0 50 0
[pid=23634] ppid=23633 vsize=868504 CPUtime=24.26
/proc/23634/stat : 23634 (java) S 23633 23620 22628 0 -1 0 20631 0 11 0 2277 149 0 0 18 0 9 0 1979383927 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23634/statm: 217126 18259 2566 9 0 211673 0
[pid=23634/tid=23635] ppid=23633 vsize=868504 CPUtime=21.96
/proc/23634/task/23635/stat : 23635 (java) R 23633 23620 22628 0 -1 64 4486 0 6 0 2066 130 0 0 25 0 9 0 1979383928 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23636] ppid=23633 vsize=868504 CPUtime=1.98
/proc/23634/task/23636/stat : 23636 (java) S 23633 23620 22628 0 -1 64 13926 0 5 0 182 16 0 0 16 0 9 0 1979383930 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23637] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23637/stat : 23637 (java) S 23633 23620 22628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979383930 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23634/tid=23638] ppid=23633 vsize=868504 CPUtime=0
/proc/23634/task/23638/stat : 23638 (java) S 23633 23620 22628 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979383930 889348096 18259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+1482.3 s]
/proc/loadavg: 1.00 1.04 1.41 2/67 23666
/proc/meminfo: memFree=1088800/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.71
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 1034 25725 0 88 3 1 2676 191 16 0 1 0 1979383841 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 799 370 3 0 500 0
[pid=23643] ppid=23620 vsize=5356 CPUtime=0
/proc/23643/stat : 23643 (sh) S 23620 23620 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979386869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23643/statm: 1339 232 193 169 0 50 0
[pid=23644] ppid=23643 vsize=602088 CPUtime=1446.12
/proc/23644/stat : 23644 (minisat) R 23643 23620 22628 0 -1 4194304 149628 0 0 0 144493 119 0 0 25 0 1 0 1979386869 616538112 149614 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23644/statm: 150522 149614 76 150 0 150369 0
Current children cumulated CPU time (s) 1474.83
Current children cumulated vsize (KiB) 621044

[startup+1542.3 s]
/proc/loadavg: 1.00 1.03 1.38 2/67 23666
/proc/meminfo: memFree=1084768/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.71
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 1034 25725 0 88 3 1 2676 191 16 0 1 0 1979383841 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 799 370 3 0 500 0
[pid=23643] ppid=23620 vsize=5356 CPUtime=0
/proc/23643/stat : 23643 (sh) S 23620 23620 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979386869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23643/statm: 1339 232 193 169 0 50 0
[pid=23644] ppid=23643 vsize=606048 CPUtime=1506.09
/proc/23644/stat : 23644 (minisat) R 23643 23620 22628 0 -1 4194304 150629 0 0 0 150489 120 0 0 25 0 1 0 1979386869 620593152 150615 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23644/statm: 151512 150615 76 150 0 151359 0
Current children cumulated CPU time (s) 1534.8
Current children cumulated vsize (KiB) 625004

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.35 2/67 23666
/proc/meminfo: memFree=1081632/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.71
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 1034 25725 0 88 3 1 2676 191 16 0 1 0 1979383841 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 799 370 3 0 500 0
[pid=23643] ppid=23620 vsize=5356 CPUtime=0
/proc/23643/stat : 23643 (sh) S 23620 23620 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979386869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23643/statm: 1339 232 193 169 0 50 0
[pid=23644] ppid=23643 vsize=609084 CPUtime=1566.04
/proc/23644/stat : 23644 (minisat) R 23643 23620 22628 0 -1 4194304 151407 0 0 0 156484 120 0 0 25 0 1 0 1979386869 623702016 151393 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/23644/statm: 152271 151393 76 150 0 152118 0
Current children cumulated CPU time (s) 1594.75
Current children cumulated vsize (KiB) 628040

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.33 2/67 23666
/proc/meminfo: memFree=1078112/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.71
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 1034 25725 0 88 3 1 2676 191 16 0 1 0 1979383841 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 799 370 3 0 500 0
[pid=23643] ppid=23620 vsize=5356 CPUtime=0
/proc/23643/stat : 23643 (sh) S 23620 23620 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979386869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23643/statm: 1339 232 193 169 0 50 0
[pid=23644] ppid=23643 vsize=612384 CPUtime=1626.02
/proc/23644/stat : 23644 (minisat) R 23643 23620 22628 0 -1 4194304 152273 0 0 0 162480 122 0 0 25 0 1 0 1979386869 627081216 152259 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23644/statm: 153096 152259 76 150 0 152943 0
Current children cumulated CPU time (s) 1654.73
Current children cumulated vsize (KiB) 631340

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.31 2/67 23666
/proc/meminfo: memFree=1074336/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.71
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 1034 25725 0 88 3 1 2676 191 16 0 1 0 1979383841 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 799 370 3 0 500 0
[pid=23643] ppid=23620 vsize=5356 CPUtime=0
/proc/23643/stat : 23643 (sh) S 23620 23620 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979386869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23643/statm: 1339 232 193 169 0 50 0
[pid=23644] ppid=23643 vsize=616080 CPUtime=1685.99
/proc/23644/stat : 23644 (minisat) R 23643 23620 22628 0 -1 4194304 153201 0 0 0 168476 123 0 0 25 0 1 0 1979386869 630865920 153187 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23644/statm: 154020 153187 76 150 0 153867 0
Current children cumulated CPU time (s) 1714.7
Current children cumulated vsize (KiB) 635036

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.28 2/67 23666
/proc/meminfo: memFree=1070368/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.71
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 1034 25725 0 88 3 1 2676 191 16 0 1 0 1979383841 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 799 370 3 0 500 0
[pid=23643] ppid=23620 vsize=5356 CPUtime=0
/proc/23643/stat : 23643 (sh) S 23620 23620 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979386869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23643/statm: 1339 232 193 169 0 50 0
[pid=23644] ppid=23643 vsize=620040 CPUtime=1745.94
/proc/23644/stat : 23644 (minisat) R 23643 23620 22628 0 -1 4194304 154191 0 0 0 174471 123 0 0 25 0 1 0 1979386869 634920960 154177 996147200 134512640 135127466 4294956272 18446744073709551615 134530973 0 0 4096 3 0 0 0 17 0 0 0
/proc/23644/statm: 155010 154177 76 150 0 154857 0
Current children cumulated CPU time (s) 1774.65
Current children cumulated vsize (KiB) 638996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 1.00 1.01 1.27 2/67 23666
/proc/meminfo: memFree=1069088/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.71
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 1034 25725 0 88 3 1 2676 191 16 0 1 0 1979383841 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 799 370 3 0 500 0
[pid=23643] ppid=23620 vsize=5356 CPUtime=0
/proc/23643/stat : 23643 (sh) S 23620 23620 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979386869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23643/statm: 1339 232 193 169 0 50 0
[pid=23644] ppid=23643 vsize=621228 CPUtime=1771.35
/proc/23644/stat : 23644 (minisat) R 23643 23620 22628 0 -1 4194304 154497 0 0 0 177011 124 0 0 25 0 1 0 1979386869 636137472 154483 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23644/statm: 155307 154483 76 150 0 155154 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 640184

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

[startup+1807.7 s]
/proc/loadavg: 1.00 1.01 1.27 2/67 23666
/proc/meminfo: memFree=1069088/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.71
/proc/23620/stat : 23620 (sugar) S 23618 23620 22628 0 -1 4194304 1034 25725 0 88 3 1 2676 191 16 0 1 0 1979383841 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23620/statm: 3400 799 370 3 0 500 0
[pid=23643] ppid=23620 vsize=5356 CPUtime=0
/proc/23643/stat : 23643 (sh) S 23620 23620 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979386869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23643/statm: 1339 232 193 169 0 50 0
[pid=23644] ppid=23643 vsize=621228 CPUtime=1771.35
/proc/23644/stat : 23644 (minisat) R 23643 23620 22628 0 -1 4194304 154497 0 0 0 177011 124 0 0 25 0 1 0 1979386869 636137472 154483 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23644/statm: 155307 154483 76 150 0 155154 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 640184

# WARNING:
# current cumulated CPU time (28.74 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1771.32 s) to the 'lost time'.

[startup+1807.82 s]
/proc/loadavg: 1.00 1.01 1.27 2/67 23666
/proc/meminfo: memFree=1069088/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.74
/proc/23620/stat : 23620 (sugar) R 23618 23620 22628 0 -1 4194304 1070 26002 0 88 3 3 2676 192 17 0 1 0 1979383841 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23620/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.74
Current children cumulated vsize (KiB) 13600

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

[startup+1807.82 s]
/proc/loadavg: 1.00 1.01 1.27 2/67 23666
/proc/meminfo: memFree=1069088/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.74
/proc/23620/stat : 23620 (sugar) R 23618 23620 22628 0 -1 4194304 1070 26002 0 88 3 3 2676 192 17 0 1 0 1979383841 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23620/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.74
Current children cumulated vsize (KiB) 13600

[startup+1807.9 s]
/proc/loadavg: 1.00 1.01 1.27 2/67 23666
/proc/meminfo: memFree=1069088/2055920 swapFree=4180500/4192956
[pid=23620] ppid=23618 vsize=13600 CPUtime=28.82
/proc/23620/stat : 23620 (sugar) R 23618 23620 22628 0 -1 4194304 1070 26002 0 88 3 11 2676 192 17 0 1 0 1979383841 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23620/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.82
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1771.32
#  lost CPU user time (s): 1770.11
#  lost CPU system time (s): 1.21

Real time (s): 1807.94
CPU time (s): 1800.19
CPU user time (s): 1796.91
CPU system time (s): 3.28068
CPU usage (%): 99.5718
Max. virtual memory (cumulated for all children) (KiB): 887852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8029
system time used= 2.07069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27103
page faults= 88
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13305
involuntary context switches= 13462

runsolver used 1.78573 second user time and 5.36818 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-02 15:08:45
IDJOB=1042730
IDBENCH=53935
IDSOLVER=346
FILE ID=node59/1042730-1215004124
PBS_JOBID= 7870805
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-15.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-1042730-1215004124/watcher-1042730-1215004124 -o /tmp/evaluation-result-1042730-1215004124/solver-1042730-1215004124 -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-1042730-1215004124.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f795da72149032c268c786dfab1e3c5
RANDOM SEED=511529000

node59.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.261
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.261
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:       1946632 kB
Buffers:          2152 kB
Cached:          17104 kB
SwapCached:       6176 kB
Active:          45720 kB
Inactive:         4164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1946632 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1348 kB
Writeback:           0 kB
Mapped:          37572 kB
Slab:            44588 kB
Committed_AS:  3981308 kB
PageTables:       1892 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= 66544 MiB
End job on node59 at 2008-07-02 15:38:54