Trace number 1036804

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 1803.62

General information on the benchmark

Namecsp/frb50-23/
normalized-frb50-23-4_ext.xml
MD5SUM6b296b0c5f2e87860212600677d50f9e
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 benchmark31.0853
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:33:39 2008
0.00/0.04	c 0	PID 2367
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1036804-1214958819.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1036804-1214958819.xml' 'HOME/temp.csp'
0.04/0.61	c 1	1 domains, 50 variables, 0 predicates, 544 relations, 544 constraints
0.04/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.62	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.59/0.70	c 1	Parsing HOME/temp.csp
1.34/1.46	c 2	parsed 1139 expressions
1.34/1.47	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.34/1.47	c 2	Converting to clausal form CSP
1.43/1.50	c 2	converted 114 (10%) expressions
1.43/1.51	c 2	converted 228 (20%) expressions
1.43/1.51	c 2	converted 342 (30%) expressions
1.43/1.52	c 2	converted 456 (40%) expressions
1.43/1.52	c 2	converted 570 (50%) expressions
1.43/1.57	c 2	converted 684 (60%) expressions
1.53/1.60	c 2	converted 798 (70%) expressions
1.63/1.71	c 2	converted 912 (80%) expressions
1.63/1.77	c 2	converted 1026 (90%) expressions
1.73/1.81	c 2	converted 1139 (100%) expressions
1.73/1.81	c 2	CSP : 50 integers, 0 booleans, 544 clauses, largest domain size 23
1.73/1.81	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.81	c 2	Propagation in CSP
1.73/1.81	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.73/1.81	c 2	CSP : 50 integers, 0 booleans, 544 clauses, largest domain size 23
1.73/1.81	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.81	c 2	Simplifing CSP by introducing new Boolean variables
1.73/1.81	c 2	CSP : 50 integers, 0 booleans, 544 clauses, largest domain size 23
1.73/1.81	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.88	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.89	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.73/1.89	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.73/1.89	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.73/1.89	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.73/1.89	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.73/1.90	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.83/1.90	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.83/1.90	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.83/1.90	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.83/1.90	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.83/1.97	c 2	55 (10%) CSP clauses are encoded (5937 clauses, 92926 bytes)
1.93/2.00	c 2	109 (20%) CSP clauses are encoded (10748 clauses, 179341 bytes)
1.93/2.03	c 2	164 (30%) CSP clauses are encoded (15607 clauses, 272716 bytes)
1.93/2.06	c 2	218 (40%) CSP clauses are encoded (20428 clauses, 365267 bytes)
1.93/2.09	c 2	272 (50%) CSP clauses are encoded (25210 clauses, 457578 bytes)
2.03/2.12	c 2	327 (60%) CSP clauses are encoded (30050 clauses, 550584 bytes)
2.03/2.14	c 2	381 (70%) CSP clauses are encoded (34860 clauses, 642803 bytes)
2.03/2.17	c 2	436 (80%) CSP clauses are encoded (39756 clauses, 737416 bytes)
2.13/2.21	c 2	490 (90%) CSP clauses are encoded (44464 clauses, 829405 bytes)
2.13/2.24	c 2	544 (100%) CSP clauses are encoded (49232 clauses, 925470 bytes)
2.13/2.24	c 2	544 CSP clauses encoded
2.13/2.24	c 2	Writing map file : HOME/temp.map
2.13/2.24	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.24	c 2	SAT : 1100 SAT variables, 49232 SAT clauses, 925470 bytes
2.13/2.24	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.25	c 2	SOLVING HOME/temp.cnf
2.13/2.25	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.13/2.25	c 2	This is MiniSat 2.0 beta
2.13/2.25	c 2	WARNING: for repeatability, setting FPU to use double precision
2.13/2.25	c 2	============================[ Problem Statistics ]=============================
2.13/2.25	c 2	|                                                                             |
2.13/2.25	c 2	|  Number of variables:  1100                                                 |
2.13/2.25	c 2	|  Number of clauses:    49232                                                |
2.13/2.28	c 2	|  Parsing time:         0.03         s                                       |
2.13/2.28	c 2	============================[ Search Statistics ]==============================
2.13/2.28	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.13/2.28	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.13/2.28	c 2	===============================================================================
2.13/2.28	c 2	|         0 |    1100    49232   184419 |    16410        0    nan |  0.000 % |
2.19/2.31	c 2	|       101 |    1100    49232   184419 |    18051      101     15 |  0.000 % |
2.19/2.34	c 2	|       251 |    1100    49232   184419 |    19856      251     14 |  0.003 % |
2.19/2.39	c 2	|       476 |    1100    49232   184419 |    21842      476     13 |  0.003 % |
2.19/2.45	c 3	|       814 |    1100    49232   184419 |    24026      814     13 |  0.003 % |
2.19/2.56	c 3	|      1320 |    1100    49232   184419 |    26429     1320     13 |  0.003 % |
2.19/2.72	c 3	|      2079 |    1100    49232   184419 |    29072     2079     13 |  0.003 % |
2.19/2.96	c 3	|      3220 |    1100    49232   184419 |    31979     3220     13 |  0.003 % |
3.22/3.34	c 3	|      4928 |    1100    49232   184419 |    35177     4928     13 |  0.003 % |
3.81/3.97	c 4	|      7490 |    1100    49232   184419 |    38695     7490     14 |  0.002 % |
4.80/4.92	c 5	|     11334 |    1100    49232   184419 |    42565    11334     14 |  0.003 % |
6.39/6.52	c 7	|     17101 |    1100    49232   184419 |    46821    17101     15 |  0.003 % |
9.15/9.33	c 9	|     25751 |    1100    49232   184419 |    51503    25751     15 |  0.003 % |
14.81/15.04	c 15	|     38726 |    1100    49232   184419 |    56654    38726     15 |  0.004 % |
24.81/25.17	c 25	|     58187 |    1100    49232   184419 |    62319    15342     17 |  0.003 % |
39.07/39.51	c 40	|     87379 |    1100    49232   184419 |    68551    44534     17 |  0.003 % |
66.02/66.71	c 67	|    131169 |    1100    49232   184419 |    75406    35911     16 |  0.003 % |
105.45/106.60	c 107	|    196853 |    1100    49232   184419 |    82947    41713     21 |  0.003 % |
171.93/173.66	c 174	|    295379 |    1100    49232   184419 |    91241    73779     18 |  0.002 % |
268.02/270.70	c 271	|    443168 |    1100    49232   184419 |   100366    69084     19 |  0.003 % |
429.36/432.23	c 432	|    664851 |    1100    49232   184419 |   110402    46785     20 |  0.003 % |
685.94/688.94	c 689	|    997376 |    1100    49232   184419 |   121443   100394     21 |  0.004 % |
1097.33/1100.50	c 1101	|   1496164 |    1100    49232   184419 |   133587    96735     20 |  0.004 % |
1743.50/1747.09	c 1747	|   2244346 |    1099    49133   184134 |   146946   111644     22 |  0.091 % |
1800.07/1803.61	sh: line 1:  2391 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.07/1803.61	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1803.61	c 1804	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.07/1803.61	c ERROR INTERRUPTED
1800.07/1803.61	s UNKNOWN
1800.07/1803.61	c 1804	CPU 1799.85 (0.03 0.01 1799.82 0.23)
1800.07/1803.61	c 1804	END Wed Jul  2 03:03:43 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-1036804-1214958819/watcher-1036804-1214958819 -o /tmp/evaluation-result-1036804-1214958819/solver-1036804-1214958819 -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-1036804-1214958819.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 2367
/proc/meminfo: memFree=1367424/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=12268 CPUtime=0
/proc/2367/stat : 2367 (sugar) R 2365 2367 1284 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 618805039 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2367/statm: 3067 316 241 3 0 167 0

[startup+0.107912 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 2367
/proc/meminfo: memFree=1367424/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=0.04
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 618805039 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.20292 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 2367
/proc/meminfo: memFree=1367424/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=0.04
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 618805039 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30293 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 2367
/proc/meminfo: memFree=1367424/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=0.04
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 618805039 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702972 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 2367
/proc/meminfo: memFree=1367424/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=0.59
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 956 4958 0 1 3 1 51 4 16 0 1 0 618805039 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50106 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 2389
/proc/meminfo: memFree=1357288/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=0.59
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 973 4958 0 1 3 1 51 4 15 0 1 0 618805039 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 797 370 3 0 500 0
[pid=2380] ppid=2367 vsize=5356 CPUtime=0
/proc/2380/stat : 2380 (sh) S 2367 2367 1284 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 618805102 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2380/statm: 1339 233 193 169 0 50 0
[pid=2381] ppid=2380 vsize=864192 CPUtime=0.84
/proc/2381/stat : 2381 (java) S 2380 2367 1284 0 -1 0 6753 0 1 0 81 3 0 0 18 0 9 0 618805102 884932608 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2381/statm: 216048 6016 2540 9 0 210623 0
[pid=2381/tid=2382] ppid=2380 vsize=864192 CPUtime=0.57
/proc/2381/task/2382/stat : 2382 (java) R 2380 2367 1284 0 -1 64 2579 0 1 0 56 1 0 0 22 0 9 0 618805103 884932608 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2381/tid=2383] ppid=2380 vsize=864192 CPUtime=0.17
/proc/2381/task/2383/stat : 2383 (java) S 2380 2367 1284 0 -1 64 3145 0 0 0 17 0 0 0 16 0 9 0 618805104 884932608 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2381/tid=2384] ppid=2380 vsize=864192 CPUtime=0
/proc/2381/task/2384/stat : 2384 (java) S 2380 2367 1284 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 618805105 884932608 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2381/tid=2385] ppid=2380 vsize=864192 CPUtime=0
/proc/2381/task/2385/stat : 2385 (java) S 2380 2367 1284 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 618805105 884932608 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2381/tid=2386] ppid=2380 vsize=864192 CPUtime=0
/proc/2381/task/2386/stat : 2386 (java) S 2380 2367 1284 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 618805107 884932608 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2381/tid=2387] ppid=2380 vsize=864192 CPUtime=0.07
/proc/2381/task/2387/stat : 2387 (java) R 2380 2367 1284 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 618805107 884932608 6016 996147200 134512640 134550740 4294955952 18446744073709551615 102028661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2381/tid=2388] ppid=2380 vsize=864192 CPUtime=0
/proc/2381/task/2388/stat : 2388 (java) S 2380 2367 1284 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 618805107 884932608 6016 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2381/tid=2389] ppid=2380 vsize=864192 CPUtime=0
/proc/2381/task/2389/stat : 2389 (java) S 2380 2367 1284 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 618805107 884932608 6016 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) 883148

[startup+3.10121 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 2389
/proc/meminfo: memFree=1341288/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 15 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 13600

[startup+6.30152 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 2391
/proc/meminfo: memFree=1358952/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=5776 CPUtime=4
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 1324 0 0 0 400 0 0 0 25 0 1 0 618805265 5914624 1310 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/2391/statm: 1444 1310 75 150 0 1291 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 24732

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 2391
/proc/meminfo: memFree=1357032/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=7480 CPUtime=10.33
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 1727 0 0 0 1033 0 0 0 25 0 1 0 618805265 7659520 1713 996147200 134512640 135127466 4294956272 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 1 0 0
/proc/2391/statm: 1870 1713 75 150 0 1717 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 26436

[startup+25.5024 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 2391
/proc/meminfo: memFree=1354728/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=9860 CPUtime=23.02
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 2339 0 0 0 2301 1 0 0 25 0 1 0 618805265 10096640 2325 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2391/statm: 2465 2325 75 150 0 2312 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 28816

[startup+51.1029 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 2391
/proc/meminfo: memFree=1353832/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=10788 CPUtime=48.38
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 2569 0 0 0 4836 2 0 0 25 0 1 0 618805265 11046912 2555 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2391/statm: 2697 2555 75 150 0 2544 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 29744

[startup+102.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 2391
/proc/meminfo: memFree=1351400/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=13184 CPUtime=99.1
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 3131 0 0 0 9907 3 0 0 25 0 1 0 618805265 13500416 3117 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2391/statm: 3296 3117 75 150 0 3143 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 32140

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2391
/proc/meminfo: memFree=1349608/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=14908 CPUtime=158.54
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 3580 0 0 0 15850 4 0 0 25 0 1 0 618805265 15265792 3566 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2391/statm: 3727 3566 75 150 0 3574 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 33864

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2391
/proc/meminfo: memFree=1348776/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=15608 CPUtime=217.98
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 3735 0 0 0 21794 4 0 0 25 0 1 0 618805265 15982592 3721 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2391/statm: 3902 3721 75 150 0 3749 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 34564

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

[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=26424 CPUtime=1296.83
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 6332 0 0 0 129674 9 0 0 25 0 1 0 618805265 27058176 6318 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 6606 6318 75 150 0 6453 0
Current children cumulated CPU time (s) 1299.02
Current children cumulated vsize (KiB) 45380

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 2423
/proc/meminfo: memFree=1636312/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=26556 CPUtime=1356.8
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 6380 0 0 0 135671 9 0 0 25 0 1 0 618805265 27193344 6366 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 6639 6366 75 150 0 6486 0
Current children cumulated CPU time (s) 1358.99
Current children cumulated vsize (KiB) 45512

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 2423
/proc/meminfo: memFree=1636056/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=26704 CPUtime=1416.77
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 6423 0 0 0 141668 9 0 0 25 0 1 0 618805265 27344896 6409 996147200 134512640 135127466 4294956272 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 6676 6409 75 150 0 6523 0
Current children cumulated CPU time (s) 1418.96
Current children cumulated vsize (KiB) 45660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2423
/proc/meminfo: memFree=1635416/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=27368 CPUtime=1476.74
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 6578 0 0 0 147664 10 0 0 25 0 1 0 618805265 28024832 6564 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 6842 6564 75 150 0 6689 0
Current children cumulated CPU time (s) 1478.93
Current children cumulated vsize (KiB) 46324

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2423
/proc/meminfo: memFree=1635032/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=27660 CPUtime=1536.72
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 6661 0 0 0 153662 10 0 0 25 0 1 0 618805265 28323840 6647 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 6915 6647 75 150 0 6762 0
Current children cumulated CPU time (s) 1538.91
Current children cumulated vsize (KiB) 46616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2423
/proc/meminfo: memFree=1634584/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=28100 CPUtime=1596.68
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 6760 0 0 0 159658 10 0 0 25 0 1 0 618805265 28774400 6746 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 7025 6746 75 150 0 6872 0
Current children cumulated CPU time (s) 1598.87
Current children cumulated vsize (KiB) 47056

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 2430
/proc/meminfo: memFree=1634192/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=28388 CPUtime=1656.65
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 6811 0 0 0 165655 10 0 0 25 0 1 0 618805265 29069312 6797 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 7097 6797 75 150 0 6944 0
Current children cumulated CPU time (s) 1658.84
Current children cumulated vsize (KiB) 47344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 2430
/proc/meminfo: memFree=1634000/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=28528 CPUtime=1716.62
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 6859 0 0 0 171652 10 0 0 25 0 1 0 618805265 29212672 6845 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 7132 6845 75 150 0 6979 0
Current children cumulated CPU time (s) 1718.81
Current children cumulated vsize (KiB) 47484

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 2430
/proc/meminfo: memFree=1633488/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=29076 CPUtime=1776.59
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 6991 0 0 0 177648 11 0 0 25 0 1 0 618805265 29773824 6977 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 7269 6977 75 150 0 7116 0
Current children cumulated CPU time (s) 1778.78
Current children cumulated vsize (KiB) 48032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 2430
/proc/meminfo: memFree=1632528/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=30272 CPUtime=1797.88
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 7224 0 0 0 179777 11 0 0 25 0 1 0 618805265 30998528 7210 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 7568 7210 75 150 0 7415 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 49228

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

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

[startup+1803.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 2430
/proc/meminfo: memFree=1632528/2055920 swapFree=4155732/4192956
[pid=2367] ppid=2365 vsize=13600 CPUtime=2.19
/proc/2367/stat : 2367 (sugar) S 2365 2367 1284 0 -1 4194304 1031 14217 0 2 3 1 204 11 16 0 1 0 618805039 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2367/statm: 3400 798 370 3 0 500 0
[pid=2390] ppid=2367 vsize=5356 CPUtime=0
/proc/2390/stat : 2390 (sh) S 2367 2367 1284 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618805264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2390/statm: 1339 232 193 169 0 50 0
[pid=2391] ppid=2390 vsize=30272 CPUtime=1797.88
/proc/2391/stat : 2391 (minisat) R 2390 2367 1284 0 -1 4194304 7224 0 0 0 179777 11 0 0 25 0 1 0 618805265 30998528 7210 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2391/statm: 7568 7210 75 150 0 7415 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 49228

Child status: 0
Real time (s): 1803.62
CPU time (s): 1800.12
CPU user time (s): 1799.87
CPU system time (s): 0.252961
CPU usage (%): 99.8059
Max. virtual memory (cumulated for all children) (KiB): 883260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23132
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= 2141
involuntary context switches= 12464

runsolver used 2.24566 second user time and 4.5913 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-02 02:33:39
IDJOB=1036804
IDBENCH=53473
IDSOLVER=346
FILE ID=node60/1036804-1214958819
PBS_JOBID= 7870213
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb50-23/normalized-frb50-23-4_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-1036804-1214958819/watcher-1036804-1214958819 -o /tmp/evaluation-result-1036804-1214958819/solver-1036804-1214958819 -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-1036804-1214958819.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b296b0c5f2e87860212600677d50f9e
RANDOM SEED=1680484802

node60.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.216
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.216
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:       1367968 kB
Buffers:         30932 kB
Cached:         260844 kB
SwapCached:      31564 kB
Active:         401876 kB
Inactive:       235580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367968 kB
SwapTotal:     4192956 kB
SwapFree:      4155732 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:         352240 kB
Slab:            35264 kB
Committed_AS:  1231684 kB
PageTables:       2448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node60 at 2008-07-02 03:03:45