Trace number 1060851

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.12 1816.72

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-1.xml
MD5SUMf0ac043490c99c87c4cf60cd6584d033
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 variables6352
Number of constraints13312
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13312
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:46:46 2008
0.00/0.04	c 0	PID 17461
0.00/0.04	c 0	HOST node84.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1060851-1215128806.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-1060851-1215128806.xml' 'HOME/temp.csp'
0.96/1.09	c 1	2 domains, 6352 variables, 3 predicates, 0 relations, 13312 constraints
1.04/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.04/1.14	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'
1.06/1.21	c 1	Parsing HOME/temp.csp
1.06/1.62	c 1	parsed 10000 expressions
1.06/1.84	c 2	parsed 19669 expressions
1.06/1.84	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.84	c 2	Converting to clausal form CSP
1.06/1.89	c 2	converted 1967 (10%) expressions
1.06/1.90	c 2	converted 3934 (20%) expressions
1.06/1.90	c 2	converted 5901 (30%) expressions
2.00/2.14	c 2	converted 7868 (40%) expressions
2.00/2.18	c 2	converted 9835 (50%) expressions
2.10/2.21	c 2	converted 11802 (60%) expressions
2.10/2.25	c 2	converted 13769 (70%) expressions
2.10/2.29	c 2	converted 15736 (80%) expressions
2.19/2.32	c 2	converted 17703 (90%) expressions
2.19/2.36	c 2	converted 19669 (100%) expressions
2.19/2.36	c 2	CSP : 6352 integers, 0 booleans, 12916 clauses, largest domain size 2
2.19/2.36	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.36	c 2	Propagation in CSP
3.10/3.25	c 3	1375 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.10/3.25	c 3	CSP : 6352 integers, 0 booleans, 12916 clauses, largest domain size 2
3.10/3.25	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.10/3.26	c 3	Simplifing CSP by introducing new Boolean variables
3.10/3.27	c 3	CSP : 6352 integers, 0 booleans, 12916 clauses, largest domain size 2
3.10/3.27	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.33	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.20/3.34	c 3	636 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.20/3.34	c 3	1271 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.20/3.35	c 3	1906 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.20/3.35	c 3	2541 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.20/3.36	c 3	3176 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.20/3.36	c 3	3812 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.20/3.36	c 3	4447 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.20/3.36	c 3	5082 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.20/3.36	c 3	5717 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.20/3.36	c 3	6352 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.29/3.42	c 3	1292 (10%) CSP clauses are encoded (1245 clauses, 14038 bytes)
3.29/3.43	c 3	2584 (20%) CSP clauses are encoded (2503 clauses, 30414 bytes)
3.29/3.44	c 3	3875 (30%) CSP clauses are encoded (3735 clauses, 46434 bytes)
3.29/3.45	c 3	5167 (40%) CSP clauses are encoded (4424 clauses, 55312 bytes)
3.29/3.45	c 3	6458 (50%) CSP clauses are encoded (5122 clauses, 65988 bytes)
3.29/3.47	c 3	7750 (60%) CSP clauses are encoded (6398 clauses, 90054 bytes)
3.29/3.48	c 3	9042 (70%) CSP clauses are encoded (7680 clauses, 115454 bytes)
3.29/3.49	c 3	10333 (80%) CSP clauses are encoded (8820 clauses, 137990 bytes)
3.29/3.50	c 3	11625 (90%) CSP clauses are encoded (9356 clauses, 148350 bytes)
3.39/3.51	c 3	12916 (100%) CSP clauses are encoded (9878 clauses, 158442 bytes)
3.39/3.51	c 3	12916 CSP clauses encoded
3.39/3.51	c 3	Writing map file : HOME/temp.map
3.39/3.56	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.39/3.56	c 3	SAT : 4836 SAT variables, 9878 SAT clauses, 158442 bytes
3.39/3.56	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.45/3.61	c 3	SOLVING HOME/temp.cnf
3.45/3.61	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.45/3.61	c 3	This is MiniSat 2.0 beta
3.45/3.61	c 3	WARNING: for repeatability, setting FPU to use double precision
3.45/3.61	c 3	============================[ Problem Statistics ]=============================
3.45/3.61	c 3	|                                                                             |
3.45/3.61	c 3	|  Number of variables:  4836                                                 |
3.45/3.61	c 3	|  Number of clauses:    9878                                                 |
3.45/3.62	c 3	|  Parsing time:         0.01         s                                       |
3.45/3.62	c 3	============================[ Search Statistics ]==============================
3.45/3.62	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.45/3.62	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.45/3.62	c 3	===============================================================================
3.45/3.62	c 3	|         0 |    4836     9878    24638 |     3292        0    nan |  0.000 % |
3.45/3.63	c 3	|       100 |    4836     9878    24638 |     3621      100     17 |  0.001 % |
3.45/3.65	c 3	|       251 |    4832     9868    24616 |     3984      250     20 |  0.083 % |
3.45/3.69	c 3	|       477 |    4832     9868    24616 |     4382      476     22 |  0.083 % |
3.49/3.74	c 3	|       814 |    4832     9868    24616 |     4820      813     19 |  0.083 % |
3.49/3.78	c 3	|      1320 |    4832     9868    24616 |     5302     1319     20 |  0.083 % |
3.49/3.88	c 4	|      2080 |    4832     9868    24616 |     5833     2079     18 |  0.083 % |
3.49/4.02	c 4	|      3219 |    4832     9868    24616 |     6416     3218     21 |  0.083 % |
4.27/4.48	c 4	|      4927 |    4832     9868    24616 |     7058     4926     23 |  0.083 % |
4.87/5.05	c 5	|      7490 |    4832     9868    24616 |     7763     7489     27 |  0.083 % |
6.06/6.24	c 6	|     11334 |    4832     9868    24616 |     8540     7364     29 |  0.083 % |
7.95/8.16	c 8	|     17101 |    4832     9868    24616 |     9394     4535     23 |  0.083 % |
10.74/10.98	c 11	|     25751 |    4832     9868    24616 |    10333     8457     25 |  0.083 % |
15.32/15.53	c 15	|     38727 |    4832     9868    24616 |    11367     5780     22 |  0.083 % |
22.09/22.34	c 22	|     58188 |    4832     9868    24616 |    12503     8035     23 |  0.083 % |
32.25/32.58	c 32	|     87380 |    4832     9868    24616 |    13754    11910     27 |  0.083 % |
48.59/48.99	c 49	|    131169 |    4832     9868    24616 |    15129     7242     22 |  0.083 % |
70.70/71.16	c 71	|    196854 |    4832     9868    24616 |    16642    11657     26 |  0.083 % |
104.03/104.60	c 104	|    295382 |    4832     9868    24616 |    18306     9792     22 |  0.083 % |
164.57/165.75	c 165	|    443172 |    4832     9868    24616 |    20137    10113     22 |  0.083 % |
250.15/252.11	c 252	|    664856 |    4832     9868    24616 |    22151    19470     23 |  0.083 % |
389.83/393.11	c 393	|    997381 |    4832     9868    24616 |    24366    18400     21 |  0.083 % |
616.69/622.18	c 622	|   1496169 |    4832     9868    24616 |    26803    14943     20 |  0.083 % |
989.05/998.04	c 998	|   2244351 |    4832     9868    24616 |    29483    22791     20 |  0.083 % |
1565.30/1579.73	c 1579	|   3366625 |    4832     9868    24616 |    32431    17376     19 |  0.083 % |
1800.09/1816.70	sh: line 1: 17485 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1816.71	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1816.71	c 1816	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/1816.72	c ERROR INTERRUPTED
1800.09/1816.72	s UNKNOWN
1800.09/1816.72	c 1816	CPU 1799.88 (0.03 0.01 1799.85 0.21)
1800.09/1816.72	c 1816	END Fri Jul  4 02:17:02 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-1060851-1215128806/watcher-1060851-1215128806 -o /tmp/evaluation-result-1060851-1215128806/solver-1060851-1215128806 -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-1060851-1215128806.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.04 2.00 2.00 4/73 17461
/proc/meminfo: memFree=1724880/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=12268 CPUtime=0
/proc/17461/stat : 17461 (sugar) R 17459 17461 17054 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 635800708 12562432 318 996147200 4194304 4206940 548682068608 18446744073709551615 243679439216 0 0 4224 0 0 0 0 17 0 0 0
/proc/17461/statm: 3067 320 242 3 0 167 0

[startup+0.0919309 s]
/proc/loadavg: 2.04 2.00 2.00 4/73 17461
/proc/meminfo: memFree=1724880/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=0.02
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 635800708 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17461/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.10193 s]
/proc/loadavg: 2.04 2.00 2.00 4/73 17461
/proc/meminfo: memFree=1724880/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=0.02
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 635800708 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17461/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.30195 s]
/proc/loadavg: 2.04 2.00 2.00 4/73 17461
/proc/meminfo: memFree=1724880/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=0.02
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 635800708 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17461/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701991 s]
/proc/loadavg: 2.04 2.00 2.00 4/73 17461
/proc/meminfo: memFree=1724880/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=0.02
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 635800708 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17461/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50108 s]
/proc/loadavg: 2.12 2.02 2.01 3/84 17473
/proc/meminfo: memFree=1693816/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=1.06
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 973 11344 0 1 2 1 96 7 15 0 1 0 635800708 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13600

[startup+3.10225 s]
/proc/loadavg: 2.12 2.02 2.01 4/84 17483
/proc/meminfo: memFree=1703352/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=1.06
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 974 11344 0 1 2 1 96 7 15 0 1 0 635800708 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 797 370 3 0 500 0
[pid=17474] ppid=17461 vsize=5356 CPUtime=0
/proc/17474/stat : 17474 (sh) S 17461 17461 17054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635800822 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17474/statm: 1339 233 193 169 0 50 0
[pid=17475] ppid=17474 vsize=868444 CPUtime=1.93
/proc/17475/stat : 17475 (java) S 17474 17461 17054 0 -1 0 9509 0 1 0 187 6 0 0 19 0 9 0 635800822 889286656 8460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17475/statm: 217111 8460 2540 9 0 211686 0
[pid=17475/tid=17476] ppid=17474 vsize=868444 CPUtime=1.38
/proc/17475/task/17476/stat : 17476 (java) R 17474 17461 17054 0 -1 64 2811 0 1 0 136 2 0 0 25 0 9 0 635800823 889286656 8460 996147200 134512640 134550740 4294955952 18446744073709551615 4126931151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17475/tid=17477] ppid=17474 vsize=868444 CPUtime=0.33
/proc/17475/task/17477/stat : 17477 (java) S 17474 17461 17054 0 -1 64 4526 0 0 0 31 2 0 0 16 0 9 0 635800824 889286656 8460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17475/tid=17478] ppid=17474 vsize=868444 CPUtime=0
/proc/17475/task/17478/stat : 17478 (java) S 17474 17461 17054 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635800824 889286656 8460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17475/tid=17479] ppid=17474 vsize=868444 CPUtime=0
/proc/17475/task/17479/stat : 17479 (java) S 17474 17461 17054 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635800825 889286656 8460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17475/tid=17480] ppid=17474 vsize=868444 CPUtime=0
/proc/17475/task/17480/stat : 17480 (java) S 17474 17461 17054 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635800826 889286656 8460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17475/tid=17481] ppid=17474 vsize=868444 CPUtime=0.19
/proc/17475/task/17481/stat : 17481 (java) S 17474 17461 17054 0 -1 64 1475 0 0 0 18 1 0 0 16 0 9 0 635800826 889286656 8460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17475/tid=17482] ppid=17474 vsize=868444 CPUtime=0
/proc/17475/task/17482/stat : 17482 (java) S 17474 17461 17054 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635800826 889286656 8460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17475/tid=17483] ppid=17474 vsize=868444 CPUtime=0
/proc/17475/task/17483/stat : 17483 (java) S 17474 17461 17054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635800826 889286656 8460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887400

[startup+6.30157 s]
/proc/loadavg: 2.12 2.02 2.01 3/76 17485
/proc/meminfo: memFree=1719288/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=3744 CPUtime=2.67
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 635 0 0 0 267 0 0 0 25 0 1 0 635801069 3833856 621 996147200 134512640 135127466 4294956272 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 936 621 76 150 0 783 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 22700

[startup+12.7022 s]
/proc/loadavg: 2.10 2.02 2.00 3/76 17485
/proc/meminfo: memFree=1718712/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=4140 CPUtime=9.04
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 731 0 0 0 904 0 0 0 25 0 1 0 635801069 4239360 717 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 1035 717 76 150 0 882 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 23096

[startup+25.5016 s]
/proc/loadavg: 2.08 2.01 2.00 3/76 17485
/proc/meminfo: memFree=1718520/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=4596 CPUtime=21.79
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 833 0 0 0 2179 0 0 0 25 0 1 0 635801069 4706304 819 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 1149 819 76 150 0 996 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 23552

[startup+51.1012 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 17485
/proc/meminfo: memFree=1717944/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=5128 CPUtime=47.29
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 962 0 0 0 4729 0 0 0 25 0 1 0 635801069 5251072 948 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 1282 948 76 150 0 1129 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 24084

[startup+102.306 s]
/proc/loadavg: 2.25 2.06 2.02 3/85 17528
/proc/meminfo: memFree=1671344/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=5800 CPUtime=98.27
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 1121 0 0 0 9826 1 0 0 25 0 1 0 635801069 5939200 1107 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17485/statm: 1450 1107 76 150 0 1297 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 24756

[startup+162.302 s]
/proc/loadavg: 2.46 2.15 2.05 3/88 17531
/proc/meminfo: memFree=1630168/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=6332 CPUtime=157.71
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 1254 0 0 0 15769 2 0 0 25 0 1 0 635801069 6483968 1240 996147200 134512640 135127466 4294956272 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 1583 1240 76 150 0 1430 0
Current children cumulated CPU time (s) 161.2
Current children cumulated vsize (KiB) 25288

[startup+222.302 s]
/proc/loadavg: 2.32 2.16 2.06 3/88 17531
/proc/meminfo: memFree=1629976/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=6616 CPUtime=217.14
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 1320 0 0 0 21712 2 0 0 25 0 1 0 635801069 6774784 1306 996147200 134512640 135127466 4294956272 18446744073709551615 134533413 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 1654 1306 76 150 0 1501 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 25572

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

[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=9644 CPUtime=1287.01
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2011 0 0 0 128698 3 0 0 25 0 1 0 635801069 9875456 1997 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2411 1997 76 150 0 2258 0
Current children cumulated CPU time (s) 1290.5
Current children cumulated vsize (KiB) 28600

[startup+1362.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/88 17539
/proc/meminfo: memFree=1626072/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=9644 CPUtime=1346.45
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2028 0 0 0 134642 3 0 0 25 0 1 0 635801069 9875456 2014 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2411 2014 76 150 0 2258 0
Current children cumulated CPU time (s) 1349.94
Current children cumulated vsize (KiB) 28600

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/88 17539
/proc/meminfo: memFree=1625944/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=9784 CPUtime=1405.89
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2069 0 0 0 140586 3 0 0 25 0 1 0 635801069 10018816 2055 996147200 134512640 135127466 4294956272 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2446 2055 76 150 0 2293 0
Current children cumulated CPU time (s) 1409.38
Current children cumulated vsize (KiB) 28740

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 17539
/proc/meminfo: memFree=1625880/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=9784 CPUtime=1465.32
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2069 0 0 0 146529 3 0 0 25 0 1 0 635801069 10018816 2055 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2446 2055 76 150 0 2293 0
Current children cumulated CPU time (s) 1468.81
Current children cumulated vsize (KiB) 28740

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 17539
/proc/meminfo: memFree=1625816/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=9928 CPUtime=1524.76
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2087 0 0 0 152473 3 0 0 25 0 1 0 635801069 10166272 2073 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2482 2073 76 150 0 2329 0
Current children cumulated CPU time (s) 1528.25
Current children cumulated vsize (KiB) 28884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 17539
/proc/meminfo: memFree=1625176/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=10592 CPUtime=1584.2
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2256 0 0 0 158417 3 0 0 25 0 1 0 635801069 10846208 2242 996147200 134512640 135127466 4294956272 18446744073709551615 134522681 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2648 2242 76 150 0 2495 0
Current children cumulated CPU time (s) 1587.69
Current children cumulated vsize (KiB) 29548

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17539
/proc/meminfo: memFree=1625048/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=10548 CPUtime=1643.64
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2259 0 0 0 164360 4 0 0 25 0 1 0 635801069 10801152 2245 996147200 134512640 135127466 4294956272 18446744073709551615 134528235 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2637 2245 76 150 0 2484 0
Current children cumulated CPU time (s) 1647.13
Current children cumulated vsize (KiB) 29504

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17539
/proc/meminfo: memFree=1624984/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=10548 CPUtime=1703.08
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2269 0 0 0 170304 4 0 0 25 0 1 0 635801069 10801152 2255 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2637 2255 76 150 0 2484 0
Current children cumulated CPU time (s) 1706.57
Current children cumulated vsize (KiB) 29504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17539
/proc/meminfo: memFree=1624792/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=10548 CPUtime=1762.52
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2270 0 0 0 176248 4 0 0 25 0 1 0 635801069 10801152 2256 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2637 2256 76 150 0 2484 0
Current children cumulated CPU time (s) 1766.01
Current children cumulated vsize (KiB) 29504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17539
/proc/meminfo: memFree=1624792/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=10548 CPUtime=1796.6
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2270 0 0 0 179656 4 0 0 25 0 1 0 635801069 10801152 2256 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2637 2256 76 150 0 2484 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 29504

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

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

[startup+1816.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17539
/proc/meminfo: memFree=1624792/2055920 swapFree=4176960/4192956
[pid=17461] ppid=17459 vsize=13600 CPUtime=3.49
/proc/17461/stat : 17461 (sugar) S 17459 17461 17054 0 -1 4194304 1033 21348 0 2 3 1 329 16 16 0 1 0 635800708 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17461/statm: 3400 799 370 3 0 500 0
[pid=17484] ppid=17461 vsize=5356 CPUtime=0
/proc/17484/stat : 17484 (sh) S 17461 17461 17054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635801069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17484/statm: 1339 232 193 169 0 50 0
[pid=17485] ppid=17484 vsize=10548 CPUtime=1796.6
/proc/17485/stat : 17485 (minisat) R 17484 17461 17054 0 -1 4194304 2270 0 0 0 179656 4 0 0 25 0 1 0 635801069 10801152 2256 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17485/statm: 2637 2256 76 150 0 2484 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 29504

Child status: 0
Real time (s): 1816.72
CPU time (s): 1800.12
CPU user time (s): 1799.89
CPU system time (s): 0.228965
CPU usage (%): 99.0863
Max. virtual memory (cumulated for all children) (KiB): 887652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.228965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25377
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= 3329
involuntary context switches= 74463

runsolver used 2.15867 second user time and 6.03208 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-04 01:46:46
IDJOB=1060851
IDBENCH=54485
IDSOLVER=346
FILE ID=node84/1060851-1215128806
PBS_JOBID= 7877245
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0ac043490c99c87c4cf60cd6584d033
RANDOM SEED=875774560

node84.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.231
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.231
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:      2055920 kB
MemFree:       1725360 kB
Buffers:         26832 kB
Cached:         254992 kB
SwapCached:      10236 kB
Active:         126976 kB
Inactive:       169024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725360 kB
SwapTotal:     4192956 kB
SwapFree:      4176960 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:          21188 kB
Slab:            20008 kB
Committed_AS:  1166808 kB
PageTables:       1748 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= 66524 MiB
End job on node84 at 2008-07-04 02:17:04