Trace number 1036840

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.08 1810.72

General information on the benchmark

Namecsp/frb50-23/
normalized-frb50-23-2_ext.xml
MD5SUMbb1a147ff1219a16de4d32893b55ecda
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark723.997
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints544
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension544
Number of constraints which are defined in intension0
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 Wed Jul  2 02:36:07 2008
0.00/0.04	c 0	PID 8552
0.00/0.04	c 0	HOST node73.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1036840-1214958967.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1036840-1214958967.xml' 'HOME/temp.csp'
0.04/0.80	c 1	1 domains, 50 variables, 0 predicates, 544 relations, 544 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.79/0.91	c 1	Parsing HOME/temp.csp
1.33/1.48	c 1	parsed 1139 expressions
1.33/1.48	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.48	c 1	Converting to clausal form CSP
1.43/1.51	c 1	converted 114 (10%) expressions
1.43/1.52	c 1	converted 228 (20%) expressions
1.43/1.52	c 1	converted 342 (30%) expressions
1.43/1.53	c 1	converted 456 (40%) expressions
1.43/1.53	c 1	converted 570 (50%) expressions
1.43/1.58	c 1	converted 684 (60%) expressions
1.52/1.61	c 1	converted 798 (70%) expressions
1.63/1.72	c 1	converted 912 (80%) expressions
1.63/1.79	c 2	converted 1026 (90%) expressions
1.72/1.82	c 2	converted 1139 (100%) expressions
1.72/1.82	c 2	CSP : 50 integers, 0 booleans, 544 clauses, largest domain size 23
1.72/1.82	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.82	c 2	Propagation in CSP
1.72/1.82	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.72/1.82	c 2	CSP : 50 integers, 0 booleans, 544 clauses, largest domain size 23
1.72/1.82	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.82	c 2	Simplifing CSP by introducing new Boolean variables
1.72/1.82	c 2	CSP : 50 integers, 0 booleans, 544 clauses, largest domain size 23
1.72/1.82	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.90	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.82/1.90	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.82/1.90	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.82/1.91	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.82/1.91	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.82/1.91	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.82/1.91	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.82/1.91	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.82/1.91	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.82/1.91	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.82/1.98	c 2	55 (10%) CSP clauses are encoded (5950 clauses, 94958 bytes)
1.92/2.01	c 2	109 (20%) CSP clauses are encoded (10745 clauses, 182250 bytes)
1.92/2.04	c 2	164 (30%) CSP clauses are encoded (15627 clauses, 276129 bytes)
1.92/2.07	c 2	218 (40%) CSP clauses are encoded (20444 clauses, 368483 bytes)
2.02/2.11	c 2	272 (50%) CSP clauses are encoded (25278 clauses, 461595 bytes)
2.02/2.14	c 2	327 (60%) CSP clauses are encoded (30129 clauses, 555253 bytes)
2.02/2.17	c 2	381 (70%) CSP clauses are encoded (34926 clauses, 648833 bytes)
2.02/2.20	c 2	436 (80%) CSP clauses are encoded (39764 clauses, 742582 bytes)
2.11/2.22	c 2	490 (90%) CSP clauses are encoded (44560 clauses, 835709 bytes)
2.11/2.25	c 2	544 (100%) CSP clauses are encoded (49329 clauses, 931187 bytes)
2.11/2.25	c 2	544 CSP clauses encoded
2.11/2.25	c 2	Writing map file : HOME/temp.map
2.11/2.26	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.26	c 2	SAT : 1100 SAT variables, 49329 SAT clauses, 931187 bytes
2.11/2.26	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.17/2.30	c 2	SOLVING HOME/temp.cnf
2.17/2.30	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.17/2.30	c 2	This is MiniSat 2.0 beta
2.17/2.30	c 2	WARNING: for repeatability, setting FPU to use double precision
2.17/2.30	c 2	============================[ Problem Statistics ]=============================
2.17/2.30	c 2	|                                                                             |
2.17/2.31	c 2	|  Number of variables:  1100                                                 |
2.17/2.31	c 2	|  Number of clauses:    49329                                                |
2.17/2.33	c 2	|  Parsing time:         0.02         s                                       |
2.17/2.33	c 2	============================[ Search Statistics ]==============================
2.17/2.33	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.33	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.33	c 2	===============================================================================
2.17/2.33	c 2	|         0 |    1100    49329   184741 |    16443        0    nan |  0.000 % |
2.17/2.36	c 2	|       101 |    1100    49329   184741 |    18087      101     13 |  0.000 % |
2.17/2.39	c 2	|       253 |    1100    49329   184741 |    19896      253     14 |  0.002 % |
2.18/2.43	c 2	|       478 |    1100    49329   184741 |    21885      478     14 |  0.003 % |
2.18/2.50	c 2	|       815 |    1100    49329   184741 |    24074      815     13 |  0.003 % |
2.18/2.60	c 2	|      1322 |    1100    49329   184741 |    26481     1322     14 |  0.003 % |
2.18/2.75	c 3	|      2082 |    1100    49329   184741 |    29129     2082     14 |  0.002 % |
2.18/2.99	c 3	|      3224 |    1100    49329   184741 |    32042     3224     14 |  0.003 % |
3.26/3.40	c 3	|      4932 |    1100    49329   184741 |    35247     4932     14 |  0.003 % |
3.86/4.09	c 4	|      7496 |    1100    49329   184741 |    38771     7496     14 |  0.003 % |
4.94/5.16	c 5	|     11341 |    1100    49329   184741 |    42648    11341     14 |  0.002 % |
6.82/7.03	c 7	|     17107 |    1100    49329   184741 |    46913    17107     15 |  0.003 % |
10.09/10.39	c 10	|     25759 |    1100    49329   184741 |    51605    25759     15 |  0.002 % |
16.03/16.30	c 16	|     38733 |    1100    49329   184741 |    56765    38733     16 |  0.002 % |
26.93/27.31	c 27	|     58194 |    1100    49329   184741 |    62442    14125     18 |  0.003 % |
40.20/40.75	c 41	|     87386 |    1100    49329   184741 |    68686    43317     18 |  0.001 % |
67.53/68.30	c 68	|    131175 |    1100    49329   184741 |    75555    35037     18 |  0.002 % |
112.50/113.76	c 114	|    196859 |    1100    49329   184741 |    83110    42653     17 |  0.003 % |
182.44/184.38	c 184	|    295385 |    1100    49329   184741 |    91421    73855     22 |  0.002 % |
283.37/286.20	c 286	|    443174 |    1100    49329   184741 |   100563    68787     22 |  0.002 % |
442.90/446.85	c 447	|    664857 |    1100    49329   184741 |   110620    38759     21 |  0.003 % |
705.19/710.40	c 710	|    997384 |    1100    49329   184741 |   121682    98488     22 |  0.003 % |
1121.02/1128.30	c 1128	|   1496174 |    1100    49329   184741 |   133850    85590     22 |  0.003 % |
1775.77/1786.31	c 1786	|   2244356 |    1100    49329   184741 |   147235    29024     18 |  0.003 % |
1800.04/1810.71	sh: line 1:  8576 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1810.71	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1810.71	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.04/1810.71	c ERROR INTERRUPTED
1800.04/1810.71	s UNKNOWN
1800.04/1810.71	c 1810	CPU 1799.81 (0.03 0.01 1799.78 0.24)
1800.04/1810.71	c 1810	END Wed Jul  2 03:06:17 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-1036840-1214958967/watcher-1036840-1214958967 -o /tmp/evaluation-result-1036840-1214958967/solver-1036840-1214958967 -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-1036840-1214958967.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.92 1.98 1.94 4/75 8552
/proc/meminfo: memFree=1862208/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=12268 CPUtime=0
/proc/8552/stat : 8552 (sugar) D 8550 8552 7072 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 107907702 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210723633765 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/8552/statm: 3067 316 241 3 0 167 0

[startup+0.0679539 s]
/proc/loadavg: 1.92 1.98 1.94 4/75 8552
/proc/meminfo: memFree=1862208/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=0.04
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 107907702 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103303 s]
/proc/loadavg: 1.92 1.98 1.94 4/75 8552
/proc/meminfo: memFree=1862208/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=0.04
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 107907702 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30298 s]
/proc/loadavg: 1.92 1.98 1.94 4/75 8552
/proc/meminfo: memFree=1862208/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=0.04
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 107907702 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702025 s]
/proc/loadavg: 1.92 1.98 1.94 4/75 8552
/proc/meminfo: memFree=1862208/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=0.04
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 107907702 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 1.92 1.98 1.94 3/86 8574
/proc/meminfo: memFree=1854112/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=0.79
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 973 4961 0 1 3 1 70 5 15 0 1 0 107907702 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8552/statm: 3400 797 370 3 0 500 0
[pid=8565] ppid=8552 vsize=5356 CPUtime=0
/proc/8565/stat : 8565 (sh) S 8552 8552 7072 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 107907786 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8565/statm: 1339 233 193 169 0 50 0
[pid=8566] ppid=8565 vsize=864300 CPUtime=0.64
/proc/8566/stat : 8566 (java) S 8565 8552 7072 0 -1 0 6733 0 1 0 60 4 0 0 18 0 9 0 107907786 885043200 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8566/statm: 216075 6019 2540 9 0 210650 0
[pid=8566/tid=8567] ppid=8565 vsize=864300 CPUtime=0.37
/proc/8566/task/8567/stat : 8567 (java) R 8565 8552 7072 0 -1 64 2564 0 1 0 35 2 0 0 22 0 9 0 107907787 885043200 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4159715982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8566/tid=8568] ppid=8565 vsize=864300 CPUtime=0.17
/proc/8566/task/8568/stat : 8568 (java) S 8565 8552 7072 0 -1 64 3140 0 0 0 17 0 0 0 16 0 9 0 107907788 885043200 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8566/tid=8569] ppid=8565 vsize=864300 CPUtime=0
/proc/8566/task/8569/stat : 8569 (java) S 8565 8552 7072 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 107907788 885043200 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8566/tid=8570] ppid=8565 vsize=864300 CPUtime=0
/proc/8566/task/8570/stat : 8570 (java) S 8565 8552 7072 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 107907788 885043200 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8566/tid=8571] ppid=8565 vsize=864300 CPUtime=0
/proc/8566/task/8571/stat : 8571 (java) S 8565 8552 7072 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 107907790 885043200 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8566/tid=8572] ppid=8565 vsize=864300 CPUtime=0.07
/proc/8566/task/8572/stat : 8572 (java) S 8565 8552 7072 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 107907790 885043200 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8566/tid=8573] ppid=8565 vsize=864300 CPUtime=0
/proc/8566/task/8573/stat : 8573 (java) S 8565 8552 7072 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 107907790 885043200 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8566/tid=8574] ppid=8565 vsize=864300 CPUtime=0
/proc/8566/task/8574/stat : 8574 (java) S 8565 8552 7072 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 107907790 885043200 6019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883256

[startup+3.10165 s]
/proc/loadavg: 1.92 1.98 1.94 4/86 8574
/proc/meminfo: memFree=1836448/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 15 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13600

[startup+6.30203 s]
/proc/loadavg: 1.93 1.98 1.94 3/78 8576
/proc/meminfo: memFree=1853664/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=5712 CPUtime=3.95
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 1294 0 0 0 394 1 0 0 25 0 1 0 107907933 5849088 1280 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/8576/statm: 1428 1280 75 150 0 1275 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24668

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.94 4/78 8576
/proc/meminfo: memFree=1851808/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=7336 CPUtime=10.28
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 1693 0 0 0 1027 1 0 0 25 0 1 0 107907933 7512064 1679 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8576/statm: 1834 1679 75 150 0 1681 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 26292

[startup+25.5019 s]
/proc/loadavg: 1.95 1.98 1.94 4/78 8576
/proc/meminfo: memFree=1849376/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=9832 CPUtime=22.96
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 2312 0 0 0 2294 2 0 0 25 0 1 0 107907933 10067968 2298 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8576/statm: 2458 2298 75 150 0 2305 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28788

[startup+51.1033 s]
/proc/loadavg: 2.12 2.02 1.95 3/78 8576
/proc/meminfo: memFree=1848160/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=10896 CPUtime=48.32
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 2605 0 0 0 4829 3 0 0 25 0 1 0 107907933 11157504 2591 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/8576/statm: 2724 2591 75 150 0 2571 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 29852

[startup+102.308 s]
/proc/loadavg: 2.05 2.01 1.95 3/78 8576
/proc/meminfo: memFree=1845792/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=13300 CPUtime=99.03
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 3165 0 0 0 9900 3 0 0 25 0 1 0 107907933 13619200 3151 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8576/statm: 3325 3151 75 150 0 3172 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 32256

[startup+162.302 s]
/proc/loadavg: 2.24 2.07 1.97 4/78 8576
/proc/meminfo: memFree=1844576/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=14216 CPUtime=158.47
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 3389 0 0 0 15843 4 0 0 25 0 1 0 107907933 14557184 3375 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8576/statm: 3554 3375 75 150 0 3401 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 33172

[startup+222.302 s]
/proc/loadavg: 2.16 2.07 1.98 4/78 8576
/proc/meminfo: memFree=1841568/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=17068 CPUtime=217.9
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 4133 0 0 0 21785 5 0 0 25 0 1 0 107907933 17477632 4119 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8576/statm: 4267 4119 75 150 0 4114 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 36024

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

[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=27732 CPUtime=1291.98
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 6684 0 0 0 129189 9 0 0 25 0 1 0 107907933 28397568 6670 996147200 134512640 135127466 4294956272 18446744073709551615 134530946 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 6933 6670 75 150 0 6780 0
Current children cumulated CPU time (s) 1294.16
Current children cumulated vsize (KiB) 46688

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8667
/proc/meminfo: memFree=1825448/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=28184 CPUtime=1351.69
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 6785 0 0 0 135159 10 0 0 25 0 1 0 107907933 28860416 6771 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7046 6771 75 150 0 6893 0
Current children cumulated CPU time (s) 1353.87
Current children cumulated vsize (KiB) 47140

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8667
/proc/meminfo: memFree=1825384/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=28336 CPUtime=1411.39
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 6798 0 0 0 141129 10 0 0 25 0 1 0 107907933 29016064 6784 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7084 6784 75 150 0 6931 0
Current children cumulated CPU time (s) 1413.57
Current children cumulated vsize (KiB) 47292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8667
/proc/meminfo: memFree=1824552/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=29144 CPUtime=1471.09
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 7008 0 0 0 147099 10 0 0 25 0 1 0 107907933 29843456 6994 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7286 6994 75 150 0 7133 0
Current children cumulated CPU time (s) 1473.27
Current children cumulated vsize (KiB) 48100

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8673
/proc/meminfo: memFree=1824168/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=29444 CPUtime=1530.79
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 7069 0 0 0 153068 11 0 0 25 0 1 0 107907933 30150656 7055 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7361 7055 75 150 0 7208 0
Current children cumulated CPU time (s) 1532.97
Current children cumulated vsize (KiB) 48400

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8673
/proc/meminfo: memFree=1823848/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=29788 CPUtime=1590.5
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 7144 0 0 0 159039 11 0 0 25 0 1 0 107907933 30502912 7130 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7447 7130 75 150 0 7294 0
Current children cumulated CPU time (s) 1592.68
Current children cumulated vsize (KiB) 48744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8673
/proc/meminfo: memFree=1823592/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=29932 CPUtime=1650.2
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 7177 0 0 0 165009 11 0 0 25 0 1 0 107907933 30650368 7163 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7483 7163 75 150 0 7330 0
Current children cumulated CPU time (s) 1652.38
Current children cumulated vsize (KiB) 48888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8673
/proc/meminfo: memFree=1823272/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=30200 CPUtime=1709.9
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 7261 0 0 0 170979 11 0 0 25 0 1 0 107907933 30924800 7247 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7550 7247 75 150 0 7397 0
Current children cumulated CPU time (s) 1712.08
Current children cumulated vsize (KiB) 49156

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8673
/proc/meminfo: memFree=1823016/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=30400 CPUtime=1769.6
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 7311 0 0 0 176949 11 0 0 25 0 1 0 107907933 31129600 7297 996147200 134512640 135127466 4294956272 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7600 7297 75 150 0 7447 0
Current children cumulated CPU time (s) 1771.78
Current children cumulated vsize (KiB) 49356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8673
/proc/meminfo: memFree=1823016/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=30400 CPUtime=1797.86
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 7311 0 0 0 179775 11 0 0 25 0 1 0 107907933 31129600 7297 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7600 7297 75 150 0 7447 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 49356

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

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

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8673
/proc/meminfo: memFree=1823016/2055920 swapFree=4181372/4192956
[pid=8552] ppid=8550 vsize=13600 CPUtime=2.18
/proc/8552/stat : 8552 (sugar) S 8550 8552 7072 0 -1 4194304 1031 14218 0 2 3 1 202 12 16 0 1 0 107907702 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8552/statm: 3400 798 370 3 0 500 0
[pid=8575] ppid=8552 vsize=5356 CPUtime=0
/proc/8575/stat : 8575 (sh) S 8552 8552 7072 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 107907933 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8575/statm: 1339 232 193 169 0 50 0
[pid=8576] ppid=8575 vsize=30400 CPUtime=1797.86
/proc/8576/stat : 8576 (minisat) R 8575 8552 7072 0 -1 4194304 7311 0 0 0 179775 11 0 0 25 0 1 0 107907933 31129600 7297 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/8576/statm: 7600 7297 75 150 0 7447 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 49356

Child status: 0
Real time (s): 1810.72
CPU time (s): 1800.08
CPU user time (s): 1799.82
CPU system time (s): 0.263959
CPU usage (%): 99.4126
Max. virtual memory (cumulated for all children) (KiB): 883256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23177
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= 2172
involuntary context switches= 26513

runsolver used 2.21666 second user time and 6.04908 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-02 02:36:07
IDJOB=1036840
IDBENCH=53475
IDSOLVER=346
FILE ID=node73/1036840-1214958967
PBS_JOBID= 7870189
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb50-23/normalized-frb50-23-2_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1036840-1214958967/watcher-1036840-1214958967 -o /tmp/evaluation-result-1036840-1214958967/solver-1036840-1214958967 -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-1036840-1214958967.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb1a147ff1219a16de4d32893b55ecda
RANDOM SEED=1475330260

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1862688 kB
Buffers:         24568 kB
Cached:          94356 kB
SwapCached:       5380 kB
Active:          65444 kB
Inactive:        71008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862688 kB
SwapTotal:     4192956 kB
SwapFree:      4181372 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          24404 kB
Slab:            42024 kB
Committed_AS:   213076 kB
PageTables:       1808 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= 66536 MiB
End job on node73 at 2008-07-02 03:06:19