Trace number 1060662

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.13 1809.62

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-5-c.xml
MD5SUM7b5f2b113871d79c4b7ec4cee441f2ad
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables2678
Number of constraints6689
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6689
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 01:29:03 2008
0.00/0.04	c 0	PID 24553
0.00/0.04	c 1	HOST node83.alineos.net
0.00/0.04	c 1	CONVERTING HOME/instance-1060662-1215127743.xml TO HOME/temp.csp
0.00/0.04	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060662-1215127743.xml' 'HOME/temp.csp'
0.03/0.92	c 1	1 domains, 2678 variables, 3 predicates, 0 relations, 6689 constraints
0.03/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.93	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.97/1.01	c 1	Parsing HOME/temp.csp
1.26/1.34	c 2	parsed 9371 expressions
1.26/1.34	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.26/1.34	c 2	Converting to clausal form CSP
1.26/1.38	c 2	converted 938 (10%) expressions
1.26/1.39	c 2	converted 1875 (20%) expressions
1.36/1.42	c 2	converted 2812 (30%) expressions
1.46/1.56	c 2	converted 3749 (40%) expressions
1.46/1.59	c 2	converted 4686 (50%) expressions
1.56/1.65	c 2	converted 5623 (60%) expressions
1.56/1.67	c 2	converted 6560 (70%) expressions
1.56/1.69	c 2	converted 7497 (80%) expressions
1.66/1.71	c 2	converted 8434 (90%) expressions
1.66/1.72	c 2	converted 9371 (100%) expressions
1.66/1.73	c 2	CSP : 2678 integers, 0 booleans, 6689 clauses, largest domain size 2
1.66/1.73	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.66/1.73	c 2	Propagation in CSP
1.66/1.78	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.66/1.79	c 2	CSP : 2678 integers, 0 booleans, 6689 clauses, largest domain size 2
1.66/1.79	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.66/1.79	c 2	Simplifing CSP by introducing new Boolean variables
1.66/1.80	c 2	CSP : 2678 integers, 0 booleans, 6689 clauses, largest domain size 2
1.66/1.80	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.75/1.84	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.75/1.85	c 2	268 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.75/1.85	c 2	536 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.75/1.85	c 2	804 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.75/1.86	c 2	1072 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.75/1.86	c 2	1339 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.75/1.86	c 2	1607 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.75/1.87	c 2	1875 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.75/1.87	c 2	2143 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.75/1.87	c 2	2411 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.75/1.87	c 2	2678 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.85/1.90	c 2	669 (10%) CSP clauses are encoded (669 clauses, 7210 bytes)
1.85/1.92	c 2	1338 (20%) CSP clauses are encoded (1338 clauses, 14909 bytes)
1.85/1.93	c 2	2007 (30%) CSP clauses are encoded (2007 clauses, 24006 bytes)
1.85/1.94	c 2	2676 (40%) CSP clauses are encoded (2676 clauses, 35511 bytes)
1.85/1.95	c 2	3345 (50%) CSP clauses are encoded (3345 clauses, 47624 bytes)
1.85/1.95	c 2	4014 (60%) CSP clauses are encoded (4014 clauses, 60207 bytes)
1.85/1.96	c 2	4683 (70%) CSP clauses are encoded (4683 clauses, 72754 bytes)
1.85/1.97	c 2	5352 (80%) CSP clauses are encoded (5352 clauses, 85245 bytes)
1.85/1.97	c 2	6021 (90%) CSP clauses are encoded (6021 clauses, 97820 bytes)
1.85/1.98	c 2	6689 (100%) CSP clauses are encoded (6689 clauses, 110284 bytes)
1.85/1.98	c 2	6689 CSP clauses encoded
1.85/1.98	c 2	Writing map file : HOME/temp.map
1.95/2.03	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/2.03	c 2	SAT : 2678 SAT variables, 6689 SAT clauses, 110284 bytes
1.95/2.03	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/2.08	c 3	SOLVING HOME/temp.cnf
1.95/2.08	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.95/2.08	c 3	This is MiniSat 2.0 beta
1.95/2.08	c 3	WARNING: for repeatability, setting FPU to use double precision
1.95/2.08	c 3	============================[ Problem Statistics ]=============================
1.95/2.08	c 3	|                                                                             |
1.95/2.08	c 3	|  Number of variables:  2678                                                 |
1.95/2.08	c 3	|  Number of clauses:    6689                                                 |
1.95/2.09	c 3	|  Parsing time:         0.00         s                                       |
1.95/2.09	c 3	============================[ Search Statistics ]==============================
1.95/2.09	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.95/2.09	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.95/2.09	c 3	===============================================================================
1.95/2.09	c 3	|         0 |    2678     6689    18356 |     2229        0    nan |  0.000 % |
1.95/2.09	c 3	|       100 |    2678     6689    18356 |     2452      100     17 |  0.000 % |
2.01/2.11	c 3	|       250 |    2678     6689    18356 |     2697      250     17 |  0.000 % |
2.01/2.13	c 3	|       475 |    2678     6689    18356 |     2967      475     21 |  0.000 % |
2.01/2.16	c 3	|       813 |    2678     6689    18356 |     3264      813     18 |  0.000 % |
2.11/2.22	c 3	|      1319 |    2678     6689    18356 |     3590     1319     21 |  0.000 % |
2.11/2.28	c 3	|      2078 |    2678     6689    18356 |     3949     2078     19 |  0.000 % |
2.31/2.41	c 3	|      3218 |    2678     6689    18356 |     4344     3218     20 |  0.000 % |
2.41/2.56	c 3	|      4926 |    2678     6689    18356 |     4779     4926     18 |  0.000 % |
2.61/2.80	c 3	|      7489 |    2676     6682    18340 |     5257     5024     17 |  0.075 % |
3.20/3.38	c 4	|     11335 |    2676     6682    18340 |     5783     5699     26 |  0.075 % |
4.30/4.43	c 5	|     17101 |    2676     6682    18340 |     6361     5263     45 |  0.075 % |
5.89/6.09	c 7	|     25750 |    2676     6682    18340 |     6997     4026     29 |  0.075 % |
8.27/8.42	c 9	|     38724 |    2676     6682    18340 |     7697     6393     25 |  0.075 % |
11.86/12.04	c 13	|     58185 |    2676     6682    18340 |     8467     6366     27 |  0.075 % |
17.22/17.49	c 18	|     87378 |    2676     6682    18340 |     9313     5685     22 |  0.075 % |
25.38/25.63	c 26	|    131167 |    2676     6682    18340 |    10245     6604     30 |  0.075 % |
38.02/38.32	c 39	|    196852 |    2676     6682    18340 |    11269    10295     23 |  0.075 % |
58.61/59.10	c 60	|    295378 |    2676     6682    18340 |    12396     6638     21 |  0.075 % |
91.45/92.04	c 93	|    443167 |    2676     6682    18340 |    13636    10737     22 |  0.075 % |
140.31/141.10	c 142	|    664851 |    2676     6682    18340 |    15000    12672     21 |  0.075 % |
213.74/214.96	c 215	|    997376 |    2676     6682    18340 |    16500    13319     25 |  0.075 % |
334.52/336.32	c 337	|   1496165 |    2676     6682    18340 |    18150    14569     22 |  0.075 % |
527.04/529.87	c 530	|   2244348 |    2676     6682    18340 |    19965    15571     20 |  0.075 % |
826.44/830.73	c 831	|   3366622 |    2676     6682    18340 |    21961    15401     20 |  0.075 % |
1323.53/1330.32	c 1331	|   5050034 |    2676     6682    18340 |    24157    12356     20 |  0.075 % |
1800.09/1809.60	sh: line 1: 24577 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1809.60	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1809.60	c 1810	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1809.61	c ERROR INTERRUPTED
1800.09/1809.62	s UNKNOWN
1800.09/1809.62	c 1810	CPU 1799.95 (0.03 0.01 1799.92 0.15)
1800.09/1809.62	c 1810	END Fri Jul  4 01:59:13 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-1060662-1215127743/watcher-1060662-1215127743 -o /tmp/evaluation-result-1060662-1215127743/solver-1060662-1215127743 -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-1060662-1215127743.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.89 1.95 1.84 4/81 24553
/proc/meminfo: memFree=1832992/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=12268 CPUtime=0
/proc/24553/stat : 24553 (sugar) R 24551 24553 22821 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 668503923 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 230275726334 0 0 4224 0 0 0 0 17 0 0 0
/proc/24553/statm: 3067 316 241 3 0 167 0

[startup+0.06293 s]
/proc/loadavg: 1.89 1.95 1.84 4/81 24553
/proc/meminfo: memFree=1832992/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=0.03
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 668503923 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101911 s]
/proc/loadavg: 1.89 1.95 1.84 4/81 24553
/proc/meminfo: memFree=1832992/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=0.03
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 668503923 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30194 s]
/proc/loadavg: 1.89 1.95 1.84 4/81 24553
/proc/meminfo: memFree=1832992/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=0.03
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 668503923 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70202 s]
/proc/loadavg: 1.89 1.95 1.84 4/81 24553
/proc/meminfo: memFree=1832992/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=0.03
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 668503923 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 1.89 1.95 1.84 3/92 24575
/proc/meminfo: memFree=1826696/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=0.91
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 974 8273 0 1 3 1 82 5 15 0 1 0 668503923 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 797 370 3 0 500 0
[pid=24566] ppid=24553 vsize=5356 CPUtime=0
/proc/24566/stat : 24566 (sh) S 24553 24553 22821 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 668504017 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24566/statm: 1339 233 193 169 0 50 0
[pid=24567] ppid=24566 vsize=864788 CPUtime=0.55
/proc/24567/stat : 24567 (java) S 24566 24553 22821 0 -1 0 4783 0 1 0 52 3 0 0 20 0 9 0 668504017 885542912 4190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24567/statm: 216197 4190 1734 9 0 210772 0
[pid=24567/tid=24568] ppid=24566 vsize=864788 CPUtime=0.37
/proc/24567/task/24568/stat : 24568 (java) R 24566 24553 22821 0 -1 64 2671 0 1 0 36 1 0 0 25 0 9 0 668504018 885542912 4190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24567/tid=24569] ppid=24566 vsize=864788 CPUtime=0.04
/proc/24567/task/24569/stat : 24569 (java) S 24566 24553 22821 0 -1 64 905 0 0 0 4 0 0 0 16 0 9 0 668504019 885542912 4192 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24567/tid=24570] ppid=24566 vsize=864788 CPUtime=0
/proc/24567/task/24570/stat : 24570 (java) S 24566 24553 22821 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 668504019 885542912 4193 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24567/tid=24571] ppid=24566 vsize=864788 CPUtime=0
/proc/24567/task/24571/stat : 24571 (java) S 24566 24553 22821 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 668504019 885542912 4195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24567/tid=24572] ppid=24566 vsize=864788 CPUtime=0
/proc/24567/task/24572/stat : 24572 (java) S 24566 24553 22821 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 668504021 885542912 4195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24567/tid=24573] ppid=24566 vsize=864788 CPUtime=0.11
/proc/24567/task/24573/stat : 24573 (java) R 24566 24553 22821 0 -1 64 522 0 0 0 11 0 0 0 16 0 9 0 668504021 885542912 4196 996147200 134512640 134550740 4294955952 18446744073709551615 101734675 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24567/tid=24574] ppid=24566 vsize=864788 CPUtime=0
/proc/24567/task/24574/stat : 24574 (java) S 24566 24553 22821 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 668504021 885542912 4198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24567/tid=24575] ppid=24566 vsize=864948 CPUtime=0
/proc/24567/task/24575/stat : 24575 (java) S 24566 24553 22821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 668504021 885706752 4200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883744

[startup+3.10147 s]
/proc/loadavg: 1.89 1.95 1.84 3/84 24577
/proc/meminfo: memFree=1829512/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 15 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=3028 CPUtime=1
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 441 0 0 0 100 0 0 0 25 0 1 0 668504132 3100672 427 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 757 427 75 150 0 604 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 21984

[startup+6.30106 s]
/proc/loadavg: 1.90 1.95 1.84 3/84 24577
/proc/meminfo: memFree=1827720/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=3952 CPUtime=4.18
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 670 0 0 0 418 0 0 0 25 0 1 0 668504132 4046848 656 996147200 134512640 135127466 4294956272 18446744073709551615 134522669 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 988 656 75 150 0 835 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 22908

[startup+12.7022 s]
/proc/loadavg: 1.91 1.95 1.84 3/84 24577
/proc/meminfo: memFree=1827656/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=4092 CPUtime=10.56
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 694 0 0 0 1056 0 0 0 25 0 1 0 668504132 4190208 680 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 1023 680 75 150 0 870 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 23048

[startup+25.5016 s]
/proc/loadavg: 1.93 1.96 1.85 3/84 24577
/proc/meminfo: memFree=1827400/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=4356 CPUtime=23.28
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 784 0 0 0 2328 0 0 0 25 0 1 0 668504132 4460544 770 996147200 134512640 135127466 4294956272 18446744073709551615 134530579 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 1089 770 75 150 0 936 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 23312

[startup+51.1014 s]
/proc/loadavg: 1.95 1.96 1.85 3/84 24577
/proc/meminfo: memFree=1826952/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=4648 CPUtime=48.76
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 859 0 0 0 4876 0 0 0 25 0 1 0 668504132 4759552 845 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 1162 845 75 150 0 1009 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 23604

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.85 3/84 24577
/proc/meminfo: memFree=1826184/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=5480 CPUtime=99.71
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1035 0 0 0 9970 1 0 0 25 0 1 0 668504132 5611520 1021 996147200 134512640 135127466 4294956272 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 1370 1021 75 150 0 1217 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 24436

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.86 3/84 24577
/proc/meminfo: memFree=1825800/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=5744 CPUtime=159.4
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1100 0 0 0 15939 1 0 0 25 0 1 0 668504132 5881856 1086 996147200 134512640 135127466 4294956272 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 1436 1086 75 150 0 1283 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 24700

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.86 3/84 24577
/proc/meminfo: memFree=1825544/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=8284 CPUtime=1233.97
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1713 0 0 0 123395 2 0 0 25 0 1 0 668504132 8482816 1699 996147200 134512640 135127466 4294956272 18446744073709551615 134528606 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 2071 1699 75 150 0 1918 0
Current children cumulated CPU time (s) 1235.97
Current children cumulated vsize (KiB) 27240

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24577
/proc/meminfo: memFree=1822024/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=8284 CPUtime=1293.68
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1713 0 0 0 129365 3 0 0 25 0 1 0 668504132 8482816 1699 996147200 134512640 135127466 4294956272 18446744073709551615 134522955 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 2071 1699 75 150 0 1918 0
Current children cumulated CPU time (s) 1295.68
Current children cumulated vsize (KiB) 27240

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24578
/proc/meminfo: memFree=1821896/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=8448 CPUtime=1353.37
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1727 0 0 0 135334 3 0 0 25 0 1 0 668504132 8650752 1713 996147200 134512640 135127466 4294956272 18446744073709551615 134530593 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 2112 1713 75 150 0 1959 0
Current children cumulated CPU time (s) 1355.37
Current children cumulated vsize (KiB) 27404

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24578
/proc/meminfo: memFree=1821768/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=8616 CPUtime=1413.07
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1766 0 0 0 141304 3 0 0 25 0 1 0 668504132 8822784 1752 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 2154 1752 75 150 0 2001 0
Current children cumulated CPU time (s) 1415.07
Current children cumulated vsize (KiB) 27572

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24578
/proc/meminfo: memFree=1821576/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=8756 CPUtime=1472.77
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1798 0 0 0 147274 3 0 0 25 0 1 0 668504132 8966144 1784 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 2189 1784 75 150 0 2036 0
Current children cumulated CPU time (s) 1474.77
Current children cumulated vsize (KiB) 27712

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24579
/proc/meminfo: memFree=1821448/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=8900 CPUtime=1532.46
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1835 0 0 0 153243 3 0 0 25 0 1 0 668504132 9113600 1821 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 2225 1821 75 150 0 2072 0
Current children cumulated CPU time (s) 1534.46
Current children cumulated vsize (KiB) 27856

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24579
/proc/meminfo: memFree=1821448/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=8900 CPUtime=1592.15
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1836 0 0 0 159212 3 0 0 25 0 1 0 668504132 9113600 1822 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 2225 1822 75 150 0 2072 0
Current children cumulated CPU time (s) 1594.15
Current children cumulated vsize (KiB) 27856

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 24579
/proc/meminfo: memFree=1821320/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=8900 CPUtime=1651.85
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1851 0 0 0 165182 3 0 0 25 0 1 0 668504132 9113600 1837 996147200 134512640 135127466 4294956272 18446744073709551615 134529012 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 2225 1837 75 150 0 2072 0
Current children cumulated CPU time (s) 1653.85
Current children cumulated vsize (KiB) 27856

[startup+1722.3 s]
/proc/loadavg: 1.93 1.96 1.91 3/76 24608
/proc/meminfo: memFree=1889544/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=9184 CPUtime=1711.47
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1896 0 0 0 171144 3 0 0 25 0 1 0 668504132 9404416 1882 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/24577/statm: 2296 1882 75 150 0 2143 0
Current children cumulated CPU time (s) 1713.47
Current children cumulated vsize (KiB) 28140

[startup+1782.3 s]
/proc/loadavg: 1.97 1.96 1.91 3/76 24608
/proc/meminfo: memFree=1889352/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=9184 CPUtime=1771
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1911 0 0 0 177097 3 0 0 25 0 1 0 668504132 9404416 1897 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24577/statm: 2296 1897 75 150 0 2143 0
Current children cumulated CPU time (s) 1773
Current children cumulated vsize (KiB) 28140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 1.98 1.96 1.91 3/76 24608
/proc/meminfo: memFree=1889224/2055924 swapFree=4176960/4192956
[pid=24553] ppid=24551 vsize=13600 CPUtime=2
/proc/24553/stat : 24553 (sugar) S 24551 24553 22821 0 -1 4194304 1033 16328 0 2 3 1 185 11 16 0 1 0 668503923 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 3400 799 370 3 0 500 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668504131 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=9184 CPUtime=1798.09
/proc/24577/stat : 24577 (minisat) R 24576 24553 22821 0 -1 4194304 1913 0 0 0 179806 3 0 0 25 0 1 0 668504132 9404416 1899 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24577/statm: 2296 1899 75 150 0 2143 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 28140

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

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

Child status: 0
Real time (s): 1809.62
CPU time (s): 1800.13
CPU user time (s): 1799.96
CPU system time (s): 0.175973
CPU usage (%): 99.4758
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20019
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= 2289
involuntary context switches= 61227

runsolver used 1.80672 second user time and 4.80527 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 01:29:03
IDJOB=1060662
IDBENCH=54470
IDSOLVER=346
FILE ID=node83/1060662-1215127743
PBS_JOBID= 7877041
Free space on /tmp= 65492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-5-c.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-1060662-1215127743/watcher-1060662-1215127743 -o /tmp/evaluation-result-1060662-1215127743/solver-1060662-1215127743 -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-1060662-1215127743.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7b5f2b113871d79c4b7ec4cee441f2ad
RANDOM SEED=67382452

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1833472 kB
Buffers:         17856 kB
Cached:          80368 kB
SwapCached:       9556 kB
Active:         152092 kB
Inactive:        37468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1833472 kB
SwapTotal:     4192956 kB
SwapFree:      4176960 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:         106504 kB
Slab:            18032 kB
Committed_AS:  1835704 kB
PageTables:       1936 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= 65492 MiB
End job on node83 at 2008-07-04 01:59:15