Trace number 2088066

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.14.6+minisatSAT 169.242 170.687

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-9.xml
MD5SUM79999494b8a624d817ccde4033265526
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.7836
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:32:13 2009
0.00/0.08	c 0	PID 27742
0.00/0.08	c 0	HOST node58.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2088066-1247387532.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2088066-1247387532.xml' 'HOME/temp.csp'
0.06/0.66	c 0	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.06/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 0	Parsing HOME/temp.csp
0.65/0.91	c 0	parsed 4183 expressions
0.65/0.92	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.65/0.92	c 0	Converting to clausal form CSP
1.11/1.28	c 1	converted 419 (10%) expressions
1.81/1.95	c 1	converted 837 (20%) expressions
2.30/2.45	c 2	converted 1255 (30%) expressions
2.70/2.85	c 2	converted 1674 (40%) expressions
3.10/3.29	c 3	converted 2092 (50%) expressions
3.49/3.61	c 3	converted 2510 (60%) expressions
3.79/3.97	c 3	converted 2929 (70%) expressions
4.28/4.45	c 4	converted 3347 (80%) expressions
4.56/4.77	c 4	converted 3765 (90%) expressions
4.96/5.11	c 5	converted 4183 (100%) expressions
4.96/5.11	c 5	CSP : 598 integers, 11040 booleans, 23521 clauses, largest domain size 2721
4.96/5.11	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.96/5.11	c 5	Propagation in CSP
5.06/5.29	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.06/5.29	c 5	CSP : 598 integers, 11040 booleans, 23521 clauses, largest domain size 2721
5.06/5.29	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.16/5.31	c 5	Simplifing CSP by introducing new Boolean variables
5.16/5.36	c 5	CSP : 598 integers, 19020 booleans, 31501 clauses, largest domain size 2721
5.16/5.36	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.46/5.65	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.76/5.96	c 5	60 (10%) CSP integer variables are encoded (12366 clauses, 163454 bytes)
6.05/6.21	c 6	120 (20%) CSP integer variables are encoded (24590 clauses, 346814 bytes)
6.25/6.47	c 6	180 (30%) CSP integer variables are encoded (37050 clauses, 533714 bytes)
6.54/6.74	c 6	240 (40%) CSP integer variables are encoded (49854 clauses, 725774 bytes)
6.85/7.02	c 7	299 (50%) CSP integer variables are encoded (63358 clauses, 928334 bytes)
7.04/7.22	c 7	359 (60%) CSP integer variables are encoded (214177 clauses, 3419604 bytes)
7.13/7.38	c 7	419 (70%) CSP integer variables are encoded (332609 clauses, 5432948 bytes)
7.33/7.53	c 7	479 (80%) CSP integer variables are encoded (441815 clauses, 7289450 bytes)
7.43/7.69	c 7	539 (90%) CSP integer variables are encoded (559905 clauses, 9296980 bytes)
7.63/7.83	c 7	598 (100%) CSP integer variables are encoded (668300 clauses, 11139695 bytes)
9.98/10.28	c 10	3151 (10%) CSP clauses are encoded (1464416 clauses, 29929378 bytes)
11.87/12.11	c 12	6301 (20%) CSP clauses are encoded (2151918 clauses, 46148170 bytes)
13.97/14.46	c 14	9451 (30%) CSP clauses are encoded (2974624 clauses, 65840737 bytes)
15.85/16.34	c 16	12601 (40%) CSP clauses are encoded (3638697 clauses, 81760633 bytes)
17.74/18.27	c 18	15751 (50%) CSP clauses are encoded (4381476 clauses, 99525215 bytes)
19.81/20.33	c 20	18901 (60%) CSP clauses are encoded (5166708 clauses, 118451842 bytes)
21.97/22.57	c 22	22051 (70%) CSP clauses are encoded (6017693 clauses, 139139899 bytes)
24.13/24.76	c 24	25201 (80%) CSP clauses are encoded (6840220 clauses, 158995977 bytes)
26.09/26.71	c 26	28351 (90%) CSP clauses are encoded (7589529 clauses, 177109975 bytes)
28.44/29.11	c 29	31501 (100%) CSP clauses are encoded (8454521 clauses, 197949245 bytes)
28.44/29.11	c 29	31501 CSP clauses encoded
28.44/29.11	c 29	Writing map file : HOME/temp.map
28.44/29.15	c 29	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.44/29.15	c 29	SAT : 687918 SAT variables, 8454521 SAT clauses, 197949245 bytes
28.44/29.15	c 29	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.51/29.21	c 29	SOLVING HOME/temp.cnf
28.51/29.21	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.51/29.21	c 29	This is MiniSat 2.0 beta
28.51/29.21	c 29	WARNING: for repeatability, setting FPU to use double precision
28.51/29.21	c 29	============================[ Problem Statistics ]=============================
28.51/29.21	c 29	|                                                                             |
28.51/29.22	c 29	|  Number of variables:  687918                                               |
28.51/29.22	c 29	|  Number of clauses:    8454521                                              |
33.44/34.27	c 34	|  Parsing time:         4.31         s                                       |
33.64/34.50	c 34	============================[ Search Statistics ]==============================
33.64/34.50	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.64/34.50	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.64/34.50	c 34	===============================================================================
33.64/34.50	c 34	|         0 |  687918  8454521 24022368 |  2818173        0    nan |  0.000 % |
34.74/35.55	c 35	|       100 |  687918  8454521 24022368 |  3099991      100      3 |  0.000 % |
36.53/37.33	c 37	|       250 |  687905  8454521 24022368 |  3409990      241      3 |  0.919 % |
39.42/40.29	c 40	|       475 |  687837  8454521 24022368 |  3750989      455      3 |  3.064 % |
46.78/47.64	c 47	|       813 |  661376  8133226 23112045 |  4126088      775      3 |  4.777 % |
58.62/59.54	c 59	|      1319 |  645541  7897081 22435545 |  4538696     1259      3 |  7.504 % |
85.18/86.27	c 86	|      2078 |  604736  7388219 20987413 |  4992566     1948      3 | 12.668 % |
150.95/152.31	c 152	|      3217 |  581122  7076512 20099823 |  5491823     3042      3 | 15.834 % |
167.37/168.80	c 168	===============================================================================
167.37/168.84	c 168	restarts              : 8
167.37/168.84	c 168	conflicts             : 3526           (26 /sec)
167.37/168.84	c 168	decisions             : 3362263        (0.15 % random) (24346 /sec)
167.37/168.84	c 168	propagations          : 233389623      (1689931 /sec)
167.37/168.84	c 168	conflict literals     : 11949          (6.08 % deleted)
167.37/168.84	c 168	Memory used           : 410.32 MB
167.37/168.84	c 168	CPU time              : 138.106 s
167.37/168.84	c 168	
167.67/169.14	c 169	SATISFIABLE
167.77/169.21	c 169	DECODING HOME/temp.out WITH HOME/temp.map
167.77/169.21	c 169	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
167.77/169.29	c 169	Decoding HOME/temp.out
169.04/170.54	s SATISFIABLE
169.04/170.55	v 2640 2180 2356 2592 2544 2400 2608 2460 2396 2132 2176 2460 2608 2460 2416 2136 2544 2628 2380 2136 2600 2520 2200 2456 2372 2284 2492 2692 2380 2496 2424 2460 2528 2504 2720 -2588 2440 2128 2680 2604 -2424 2600 2652 2504 2536 2304 2560 -2536 2420 2456 2500 2652 -2496 -2284 2176 2720 2220 2644 2228 2456 2664 2288 2504 2136 2396 2176 2536 2568 2296 2680 2628 2376 2176 2408 2176 2416 2536 2192 2256 -2256 2420 2628 2692 2504 2544 2516 2460 2676 2552 2504 2612 2136 2168 2152 2316 2168 2416 2416 2604 2456 2456 2420 2356 2456 2368 2680 2380 2668 2496 2576 2184 2360 2208 2720 2176 -2192 2380 2164 2140 2324 2256 2680 2336 2656 2544 2420 2136 2504 2264 2504 2416 -2720 2500 2240 2152 2504 2248 2232 2612 2416 2324 -2316 2504 2568 2144 2668 2176 2692 2420 2368 2544 2480 2568 2456 2528 2180 2544 2136 2420 2644 2324 2152 2616 2184 2456 2456 2208 2276 2544 2376 2456 2668 2692 2616 2704 2568 2328 2652 2668 2544 2272 2420 2652 2276 -2524 2400 2200 2460 2268 2396 2420 2652 2168 2476 2324 -2244 2636 2608 2332 2504 -2524 2288 2436 2628 2284 -2416 2144 2204 2496 2136 2396 2416 2652 2640 2484 2120 2416 2296 2384 2232 2668 2420 -2440 2204 -2316 2272 2548 2304 2416 2396 2504 2480 2284 2380 -2708 2496 2172 2472 2208 2132 2456 2536 -2416 2160 2488 2628 2608 2416 2416 2544 2132 2628 2384 2264 2568 2416 2484 2172 2524 2544 2220 2172 2496 2376 2588 2296 2332 2136 2628 2568 2456 2292 2668 2544 2448 2144 2456 2184 2176 2456 -2440 2628 2508 2512 2416 2192 -2532 2180 2484 2164 2532 2492 2284 2248 -2436 2276 2248 2240 -2668 2436
169.04/170.56	c 170	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
169.04/170.58	c 170	CPU 169.11 (0.06 0.02 166.59 2.44)
169.04/170.58	c 170	END Sun Jul 12 10:35:03 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088066-1247387532/watcher-2088066-1247387532 -o /tmp/evaluation-result-2088066-1247387532/solver-2088066-1247387532 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2088066-1247387532.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.74 2.38 2.14 4/82 27742
/proc/meminfo: memFree=1373448/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=18576 CPUtime=0
/proc/27742/stat : 27742 (runsolver) R 27740 27742 26742 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 25816376 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27742/statm: 4644 284 249 26 0 2626 0

[startup+0.083463 s]
/proc/loadavg: 2.74 2.38 2.14 4/82 27742
/proc/meminfo: memFree=1373448/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=0.06
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 25816376 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.107185 s]
/proc/loadavg: 2.74 2.38 2.14 4/82 27742
/proc/meminfo: memFree=1373448/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=0.06
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25816376 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301929 s]
/proc/loadavg: 2.74 2.38 2.14 4/82 27742
/proc/meminfo: memFree=1373448/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=0.06
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25816376 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70196 s]
/proc/loadavg: 2.74 2.38 2.14 4/82 27742
/proc/meminfo: memFree=1373448/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=0.06
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 25816376 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50203 s]
/proc/loadavg: 2.74 2.38 2.14 3/93 27764
/proc/meminfo: memFree=1358448/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=0.65
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1309 7014 0 1 5 2 53 5 16 0 1 0 25816376 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1111 409 3 0 796 0
[pid=27755] ppid=27742 vsize=5356 CPUtime=0
/proc/27755/stat : 27755 (sh) S 27742 27742 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816448 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27755/statm: 1339 233 193 169 0 50 0
[pid=27756] ppid=27755 vsize=868548 CPUtime=0.77
/proc/27756/stat : 27756 (java) S 27755 27742 26742 0 -1 0 5679 0 1 0 74 3 0 0 18 0 9 0 25816448 889393152 5084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27756/statm: 217137 5084 1742 9 0 211642 0
[pid=27756/tid=27757] ppid=27755 vsize=868548 CPUtime=0.53
/proc/27756/task/27757/stat : 27757 (java) R 27755 27742 26742 0 -1 64 2689 0 1 0 52 1 0 0 24 0 9 0 25816449 889393152 5084 996147200 134512640 134550932 4294955936 18446744073709551615 4126507511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27758] ppid=27755 vsize=868548 CPUtime=0.05
/proc/27756/task/27758/stat : 27758 (java) S 27755 27742 26742 0 -1 64 831 0 0 0 5 0 0 0 16 0 9 0 25816450 889393152 5084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27759] ppid=27755 vsize=868548 CPUtime=0
/proc/27756/task/27759/stat : 27759 (java) S 27755 27742 26742 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25816450 889393152 5084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27760] ppid=27755 vsize=868548 CPUtime=0
/proc/27756/task/27760/stat : 27760 (java) S 27755 27742 26742 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25816450 889393152 5084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27761] ppid=27755 vsize=868548 CPUtime=0
/proc/27756/task/27761/stat : 27761 (java) S 27755 27742 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816452 889393152 5084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27762] ppid=27755 vsize=868548 CPUtime=0.16
/proc/27756/task/27762/stat : 27762 (java) S 27755 27742 26742 0 -1 64 1466 0 0 0 16 0 0 0 16 0 9 0 25816452 889393152 5084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27763] ppid=27755 vsize=868548 CPUtime=0
/proc/27756/task/27763/stat : 27763 (java) S 27755 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25816452 889393152 5084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27764] ppid=27755 vsize=868548 CPUtime=0
/proc/27756/task/27764/stat : 27764 (java) R 27755 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25816452 889393152 5084 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890772

[startup+3.10303 s]
/proc/loadavg: 2.74 2.38 2.14 3/93 27764
/proc/meminfo: memFree=1343216/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=0.65
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1309 7014 0 1 5 2 53 5 15 0 1 0 25816376 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1111 409 3 0 796 0
[pid=27755] ppid=27742 vsize=5356 CPUtime=0
/proc/27755/stat : 27755 (sh) S 27742 27742 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816448 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27755/statm: 1339 233 193 169 0 50 0
[pid=27756] ppid=27755 vsize=868600 CPUtime=2.34
/proc/27756/stat : 27756 (java) S 27755 27742 26742 0 -1 0 9472 0 1 0 229 5 0 0 18 0 9 0 25816448 889446400 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27756/statm: 217150 8539 2566 9 0 211655 0
[pid=27756/tid=27757] ppid=27755 vsize=868600 CPUtime=1.76
/proc/27756/task/27757/stat : 27757 (java) R 27755 27742 26742 0 -1 64 2933 0 1 0 174 2 0 0 25 0 9 0 25816449 889446400 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27758] ppid=27755 vsize=868600 CPUtime=0.38
/proc/27756/task/27758/stat : 27758 (java) S 27755 27742 26742 0 -1 64 4361 0 0 0 36 2 0 0 15 0 9 0 25816450 889446400 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27759] ppid=27755 vsize=868600 CPUtime=0
/proc/27756/task/27759/stat : 27759 (java) S 27755 27742 26742 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25816450 889446400 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27760] ppid=27755 vsize=868600 CPUtime=0
/proc/27756/task/27760/stat : 27760 (java) S 27755 27742 26742 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816450 889446400 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27761] ppid=27755 vsize=868600 CPUtime=0
/proc/27756/task/27761/stat : 27761 (java) S 27755 27742 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816452 889446400 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27762] ppid=27755 vsize=868600 CPUtime=0.18
/proc/27756/task/27762/stat : 27762 (java) S 27755 27742 26742 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 25816452 889446400 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27763] ppid=27755 vsize=868600 CPUtime=0
/proc/27756/task/27763/stat : 27763 (java) S 27755 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25816452 889446400 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27764] ppid=27755 vsize=868600 CPUtime=0
/proc/27756/task/27764/stat : 27764 (java) S 27755 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25816452 889446400 8539 996147200 134512640 134550932 4294955936 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) 890824

[startup+6.30145 s]
/proc/loadavg: 2.68 2.38 2.14 4/93 27764
/proc/meminfo: memFree=1301936/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=0.65
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1310 7014 0 1 5 2 53 5 16 0 1 0 25816376 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1111 409 3 0 796 0
[pid=27755] ppid=27742 vsize=5356 CPUtime=0
/proc/27755/stat : 27755 (sh) S 27742 27742 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816448 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27755/statm: 1339 233 193 169 0 50 0
[pid=27756] ppid=27755 vsize=868712 CPUtime=5.5
/proc/27756/stat : 27756 (java) S 27755 27742 26742 0 -1 0 18951 0 1 0 538 12 0 0 18 0 9 0 25816448 889561088 12612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27756/statm: 217178 12612 2592 9 0 211655 0
[pid=27756/tid=27757] ppid=27755 vsize=868712 CPUtime=4.19
/proc/27756/task/27757/stat : 27757 (java) R 27755 27742 26742 0 -1 64 3350 0 1 0 416 3 0 0 25 0 9 0 25816449 889561088 12612 996147200 134512640 134550932 4294955936 18446744073709551615 4126448544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27758] ppid=27755 vsize=868712 CPUtime=1.04
/proc/27756/task/27758/stat : 27758 (java) S 27755 27742 26742 0 -1 64 13379 0 0 0 97 7 0 0 16 0 9 0 25816450 889561088 12612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27759] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27759/stat : 27759 (java) S 27755 27742 26742 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25816450 889561088 12612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27760] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27760/stat : 27760 (java) S 27755 27742 26742 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816450 889561088 12612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27761] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27761/stat : 27761 (java) S 27755 27742 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816452 889561088 12612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27762] ppid=27755 vsize=868712 CPUtime=0.23
/proc/27756/task/27762/stat : 27762 (java) S 27755 27742 26742 0 -1 64 1524 0 0 0 23 0 0 0 15 0 9 0 25816452 889561088 12612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27763] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27763/stat : 27763 (java) S 27755 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25816452 889561088 12612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27764] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27764/stat : 27764 (java) S 27755 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25816452 889561088 12612 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890936

[startup+12.702 s]
/proc/loadavg: 2.71 2.39 2.15 3/93 27764
/proc/meminfo: memFree=1229808/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=0.65
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1310 7014 0 1 5 2 53 5 16 0 1 0 25816376 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27742/statm: 4217 1111 409 3 0 796 0
[pid=27755] ppid=27742 vsize=5356 CPUtime=0
/proc/27755/stat : 27755 (sh) S 27742 27742 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816448 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27755/statm: 1339 233 193 169 0 50 0
[pid=27756] ppid=27755 vsize=868712 CPUtime=11.81
/proc/27756/stat : 27756 (java) S 27755 27742 26742 0 -1 0 19375 0 1 0 1133 48 0 0 18 0 9 0 25816448 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27756/statm: 217178 12635 2593 9 0 211655 0
[pid=27756/tid=27757] ppid=27755 vsize=868712 CPUtime=10.29
/proc/27756/task/27757/stat : 27757 (java) R 27755 27742 26742 0 -1 64 3754 0 1 0 994 35 0 0 25 0 9 0 25816449 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27756/tid=27758] ppid=27755 vsize=868712 CPUtime=1.21
/proc/27756/task/27758/stat : 27758 (java) S 27755 27742 26742 0 -1 64 13379 0 0 0 111 10 0 0 16 0 9 0 25816450 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27756/tid=27759] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27759/stat : 27759 (java) S 27755 27742 26742 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25816450 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27760] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27760/stat : 27760 (java) S 27755 27742 26742 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816450 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27761] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27761/stat : 27761 (java) S 27755 27742 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25816452 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27762] ppid=27755 vsize=868712 CPUtime=0.26
/proc/27756/task/27762/stat : 27762 (java) S 27755 27742 26742 0 -1 64 1544 0 0 0 26 0 0 0 17 0 9 0 25816452 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27756/tid=27763] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27763/stat : 27763 (java) S 27755 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25816452 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27764] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27764/stat : 27764 (java) S 27755 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25816452 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890936

[startup+25.503 s]
/proc/loadavg: 2.63 2.38 2.15 3/85 27766
/proc/meminfo: memFree=652848/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=0.65
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1310 7014 0 1 5 2 53 5 16 0 1 0 25816376 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1111 409 3 0 796 0
[pid=27755] ppid=27742 vsize=5356 CPUtime=0
/proc/27755/stat : 27755 (sh) S 27742 27742 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25816448 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27755/statm: 1339 233 193 169 0 50 0
[pid=27756] ppid=27755 vsize=868712 CPUtime=24.25
/proc/27756/stat : 27756 (java) S 27755 27742 26742 0 -1 0 20247 0 1 0 2300 125 0 0 18 0 9 0 25816448 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27756/statm: 217178 12635 2593 9 0 211655 0
[pid=27756/tid=27757] ppid=27755 vsize=868712 CPUtime=22.32
/proc/27756/task/27757/stat : 27757 (java) R 27755 27742 26742 0 -1 64 4626 0 1 0 2126 106 0 0 25 0 9 0 25816449 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27758] ppid=27755 vsize=868712 CPUtime=1.64
/proc/27756/task/27758/stat : 27758 (java) S 27755 27742 26742 0 -1 64 13379 0 0 0 147 17 0 0 16 0 9 0 25816450 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27759] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27759/stat : 27759 (java) S 27755 27742 26742 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25816450 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27760] ppid=27755 vsize=868712 CPUtime=0
/proc/27756/task/27760/stat : 27760 (java) S 27755 27742 26742 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25816450 889561088 12635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27756/tid=27761] ppid=27755 vsize=868712 CPUtime=0

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

/proc/27767/statm: 1339 232 193 169 0 50 0
[pid=27768] ppid=27767 vsize=419496 CPUtime=21.73
/proc/27768/stat : 27768 (minisat) R 27767 27742 26742 0 -1 4194304 100585 0 0 0 2100 73 0 0 25 0 1 0 25819298 429563904 100571 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27768/statm: 104874 100571 76 150 0 104721 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 441720

[startup+102.307 s]
/proc/loadavg: 2.18 2.29 2.13 3/77 27846
/proc/meminfo: memFree=971752/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=28.53
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1377 27823 0 2 6 2 2692 153 16 0 1 0 25816376 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27742/statm: 4217 1114 409 3 0 796 0
[pid=27767] ppid=27742 vsize=5356 CPUtime=0
/proc/27767/stat : 27767 (sh) S 27742 27742 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27767/statm: 1339 232 193 169 0 50 0
[pid=27768] ppid=27767 vsize=419496 CPUtime=72.67
/proc/27768/stat : 27768 (minisat) R 27767 27742 26742 0 -1 4194304 100649 0 0 0 7192 75 0 0 25 0 1 0 25819298 429563904 100635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27768/statm: 104874 100635 76 150 0 104721 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 441720

[startup+162.302 s]
/proc/loadavg: 2.10 2.25 2.13 3/84 27948
/proc/meminfo: memFree=1192488/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=28.53
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1377 27823 0 2 6 2 2692 153 16 0 1 0 25816376 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1114 409 3 0 796 0
[pid=27767] ppid=27742 vsize=5356 CPUtime=0
/proc/27767/stat : 27767 (sh) S 27742 27742 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27767/statm: 1339 232 193 169 0 50 0
[pid=27768] ppid=27767 vsize=419496 CPUtime=132.37
/proc/27768/stat : 27768 (minisat) R 27767 27742 26742 0 -1 4194304 100649 0 0 0 13159 78 0 0 25 0 1 0 25819298 429563904 100635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27768/statm: 104874 100635 76 150 0 104721 0
Current children cumulated CPU time (s) 160.9
Current children cumulated vsize (KiB) 441720

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

[startup+166.302 s]
/proc/loadavg: 2.09 2.25 2.13 3/84 27948
/proc/meminfo: memFree=1192488/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=28.53
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1377 27823 0 2 6 2 2692 153 16 0 1 0 25816376 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1114 409 3 0 796 0
[pid=27767] ppid=27742 vsize=5356 CPUtime=0
/proc/27767/stat : 27767 (sh) S 27742 27742 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27767/statm: 1339 232 193 169 0 50 0
[pid=27768] ppid=27767 vsize=419496 CPUtime=136.35
/proc/27768/stat : 27768 (minisat) R 27767 27742 26742 0 -1 4194304 100649 0 0 0 13557 78 0 0 25 0 1 0 25819298 429563904 100635 996147200 134512640 135127466 4294956256 18446744073709551615 134522860 0 0 4096 3 0 0 0 17 1 0 0
/proc/27768/statm: 104874 100635 76 150 0 104721 0
Current children cumulated CPU time (s) 164.88
Current children cumulated vsize (KiB) 441720

[startup+167.901 s]
/proc/loadavg: 2.09 2.25 2.13 3/84 27948
/proc/meminfo: memFree=1192488/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=28.53
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1377 27823 0 2 6 2 2692 153 16 0 1 0 25816376 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1114 409 3 0 796 0
[pid=27767] ppid=27742 vsize=5356 CPUtime=0
/proc/27767/stat : 27767 (sh) S 27742 27742 26742 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25819298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27767/statm: 1339 232 193 169 0 50 0
[pid=27768] ppid=27767 vsize=419496 CPUtime=137.95
/proc/27768/stat : 27768 (minisat) R 27767 27742 26742 0 -1 4194304 100649 0 0 0 13717 78 0 0 25 0 1 0 25819298 429563904 100635 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/27768/statm: 104874 100635 76 150 0 104721 0
Current children cumulated CPU time (s) 166.48
Current children cumulated vsize (KiB) 441720

[startup+169.502 s]
/proc/loadavg: 2.09 2.24 2.12 4/92 27958
/proc/meminfo: memFree=1586088/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=167.78
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1449 128935 0 2 6 2 16530 240 16 0 1 0 25816376 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1114 409 3 0 796 0
[pid=27949] ppid=27742 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (sh) S 27742 27742 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25833298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 233 193 169 0 50 0
[pid=27950] ppid=27949 vsize=862012 CPUtime=0.26
/proc/27950/stat : 27950 (java) S 27949 27742 26742 0 -1 0 3072 0 1 0 25 1 0 0 18 0 9 0 25833298 882700288 2540 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27950/statm: 215503 2541 1267 9 0 210416 0
[pid=27950/tid=27951] ppid=27949 vsize=862012 CPUtime=0.23
/proc/27950/task/27951/stat : 27951 (java) R 27949 27742 26742 0 -1 64 2024 0 1 0 22 1 0 0 19 0 9 0 25833299 882700288 2541 996147200 134512640 134550932 4294955984 18446744073709551615 4125961505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27952] ppid=27949 vsize=862012 CPUtime=0
/proc/27950/task/27952/stat : 27952 (java) S 27949 27742 26742 0 -1 64 115 0 0 0 0 0 0 0 16 0 9 0 25833301 882700288 2541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27953] ppid=27949 vsize=862012 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27949 27742 26742 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25833301 882700288 2541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27954] ppid=27949 vsize=862012 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27949 27742 26742 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25833301 882700288 2541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27955] ppid=27949 vsize=862012 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27949 27742 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25833303 882700288 2541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27956] ppid=27949 vsize=862012 CPUtime=0.02
/proc/27950/task/27956/stat : 27956 (java) R 27949 27742 26742 0 -1 64 241 0 0 0 2 0 0 0 17 0 9 0 25833303 882700288 2541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27957] ppid=27949 vsize=862012 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27949 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25833303 882700288 2541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27958] ppid=27949 vsize=862012 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27949 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25833303 882700288 2541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.04
Current children cumulated vsize (KiB) 884236

[startup+170.303 s]
/proc/loadavg: 2.09 2.24 2.12 4/92 27958
/proc/meminfo: memFree=1586088/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=167.78
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1449 128935 0 2 6 2 16530 240 16 0 1 0 25816376 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1114 409 3 0 796 0
[pid=27949] ppid=27742 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (sh) S 27742 27742 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25833298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 233 193 169 0 50 0
[pid=27950] ppid=27949 vsize=862880 CPUtime=1.06
/proc/27950/stat : 27950 (java) S 27949 27742 26742 0 -1 0 4584 0 1 0 103 3 0 0 18 0 9 0 25833298 883589120 3998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27950/statm: 215720 3998 1478 9 0 210633 0
[pid=27950/tid=27951] ppid=27949 vsize=862880 CPUtime=0.92
/proc/27950/task/27951/stat : 27951 (java) R 27949 27742 26742 0 -1 64 2066 0 1 0 91 1 0 0 25 0 9 0 25833299 883589120 3998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27952] ppid=27949 vsize=862880 CPUtime=0.05
/proc/27950/task/27952/stat : 27952 (java) R 27949 27742 26742 0 -1 64 1346 0 0 0 5 0 0 0 16 0 9 0 25833301 883589120 3998 996147200 134512640 134550932 4294955984 18446744073709551615 102510052 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27953] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27949 27742 26742 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25833301 883589120 3998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27954] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27949 27742 26742 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25833301 883589120 3998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27955] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27949 27742 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25833303 883589120 3998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27956] ppid=27949 vsize=862880 CPUtime=0.06
/proc/27950/task/27956/stat : 27956 (java) S 27949 27742 26742 0 -1 64 479 0 0 0 6 0 0 0 16 0 9 0 25833303 883589120 3998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27957] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27949 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25833303 883589120 3998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27958] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27949 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25833303 883589120 3998 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.84
Current children cumulated vsize (KiB) 885104

[startup+170.507 s]
/proc/loadavg: 2.09 2.24 2.12 3/92 27958
/proc/meminfo: memFree=1579432/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=167.78
/proc/27742/stat : 27742 (sugar) S 27740 27742 26742 0 -1 4194304 1449 128935 0 2 6 2 16530 240 16 0 1 0 25816376 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27742/statm: 4217 1114 409 3 0 796 0
[pid=27949] ppid=27742 vsize=5356 CPUtime=0
/proc/27949/stat : 27949 (sh) S 27742 27742 26742 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25833298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27949/statm: 1339 233 193 169 0 50 0
[pid=27950] ppid=27949 vsize=862880 CPUtime=1.26
/proc/27950/stat : 27950 (java) S 27949 27742 26742 0 -1 0 5556 0 1 0 123 3 0 0 18 0 9 0 25833298 883589120 4815 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27950/statm: 215720 4815 2157 9 0 210633 0
[pid=27950/tid=27951] ppid=27949 vsize=862880 CPUtime=1.1
/proc/27950/task/27951/stat : 27951 (java) R 27949 27742 26742 0 -1 64 2085 0 1 0 109 1 0 0 25 0 9 0 25833299 883589120 4815 996147200 134512640 134550932 4294955984 18446744073709551615 4126419043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27952] ppid=27949 vsize=862880 CPUtime=0.06
/proc/27950/task/27952/stat : 27952 (java) S 27949 27742 26742 0 -1 64 2296 0 0 0 6 0 0 0 16 0 9 0 25833301 883589120 4815 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27953] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27949 27742 26742 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25833301 883589120 4815 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27954] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27949 27742 26742 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25833301 883589120 4815 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27955] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27949 27742 26742 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25833303 883589120 4815 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27956] ppid=27949 vsize=862880 CPUtime=0.06
/proc/27950/task/27956/stat : 27956 (java) S 27949 27742 26742 0 -1 64 479 0 0 0 6 0 0 0 16 0 9 0 25833303 883589120 4815 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27957] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27949 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25833303 883589120 4815 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27950/tid=27958] ppid=27949 vsize=862880 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27949 27742 26742 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25833303 883589120 4815 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 169.04
Current children cumulated vsize (KiB) 885104

[startup+170.603 s]
/proc/loadavg: 2.09 2.24 2.12 3/92 27958
/proc/meminfo: memFree=1579432/2055920 swapFree=4192812/4192956
[pid=27742] ppid=27740 vsize=16868 CPUtime=169.13
/proc/27742/stat : 27742 (sugar) R 27740 27742 26742 0 -1 4194304 1480 135272 0 3 6 4 16659 244 16 0 1 0 25816376 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27742/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 169.13
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 170.687
CPU time (s): 169.242
CPU user time (s): 166.659
CPU system time (s): 2.58361
CPU usage (%): 99.1535
Max. virtual memory (cumulated for all children) (KiB): 901324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.659
system time used= 2.58361
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136812
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19993
involuntary context switches= 23034

runsolver used 0.226965 second user time and 0.575912 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 10:32:12
IDJOB=2088066
IDBENCH=58865
IDSOLVER=739
FILE ID=node58/2088066-1247387532
PBS_JOBID= 9507314
Free space on /tmp= 65888 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088066-1247387532/watcher-2088066-1247387532 -o /tmp/evaluation-result-2088066-1247387532/solver-2088066-1247387532 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2088066-1247387532.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 79999494b8a624d817ccde4033265526
RANDOM SEED=1121526924

node58.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.234
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.234
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:       1373864 kB
Buffers:         20120 kB
Cached:         547136 kB
SwapCached:          0 kB
Active:         547760 kB
Inactive:        75052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1373864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          205276 kB
Writeback:           0 kB
Mapped:          76852 kB
Slab:            44488 kB
Committed_AS:   267756 kB
PageTables:       1912 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= 66308 MiB
End job on node58 at 2009-07-12 10:35:03