Trace number 2083765

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 403.486 404.153

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-10.xml
MD5SUM2937328af9f6c216cca6342fe202e849
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 benchmark17.2614
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
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 07:56:00 2009
0.00/0.08	c 0	PID 24843
0.00/0.08	c 0	HOST node39.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083765-1247378160.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-2083765-1247378160.xml' 'HOME/temp.csp'
0.07/0.72	c 1	13 domains, 250 variables, 8 predicates, 0 relations, 3055 constraints
0.07/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	c 1	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.70/0.85	c 1	Parsing HOME/temp.csp
0.70/0.96	c 1	parsed 3326 expressions
0.70/0.97	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.97	c 1	Converting to clausal form CSP
1.01/1.18	c 1	converted 333 (10%) expressions
2.09/2.27	c 3	converted 666 (20%) expressions
2.78/2.92	c 3	converted 998 (30%) expressions
3.28/3.47	c 4	converted 1331 (40%) expressions
3.87/4.00	c 4	converted 1663 (50%) expressions
4.27/4.50	c 5	converted 1996 (60%) expressions
4.66/4.81	c 5	converted 2329 (70%) expressions
5.06/5.23	c 6	converted 2661 (80%) expressions
5.46/5.70	c 6	converted 2994 (90%) expressions
6.25/6.44	c 7	converted 3326 (100%) expressions
6.25/6.44	c 7	CSP : 498 integers, 8693 booleans, 18483 clauses, largest domain size 2657
6.25/6.44	c 7	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.25/6.44	c 7	Propagation in CSP
6.45/6.63	c 7	100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.45/6.63	c 7	CSP : 498 integers, 8693 booleans, 18483 clauses, largest domain size 2657
6.45/6.64	c 7	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.45/6.65	c 7	Simplifing CSP by introducing new Boolean variables
6.54/6.70	c 7	CSP : 498 integers, 15137 booleans, 24927 clauses, largest domain size 2657
6.54/6.70	c 7	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.84/7.02	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.04/7.22	c 8	50 (10%) CSP integer variables are encoded (7676 clauses, 97651 bytes)
7.14/7.35	c 8	100 (20%) CSP integer variables are encoded (14794 clauses, 199914 bytes)
7.24/7.48	c 8	150 (30%) CSP integer variables are encoded (22238 clauses, 311574 bytes)
7.43/7.62	c 8	200 (40%) CSP integer variables are encoded (29342 clauses, 418134 bytes)
7.53/7.74	c 8	249 (50%) CSP integer variables are encoded (35938 clauses, 517074 bytes)
7.63/7.87	c 8	299 (60%) CSP integer variables are encoded (129111 clauses, 1973450 bytes)
7.73/7.98	c 8	349 (70%) CSP integer variables are encoded (199065 clauses, 3162668 bytes)
7.83/8.08	c 8	399 (80%) CSP integer variables are encoded (272079 clauses, 4403906 bytes)
7.92/8.19	c 8	449 (90%) CSP integer variables are encoded (349687 clauses, 5723242 bytes)
8.02/8.28	c 9	498 (100%) CSP integer variables are encoded (406258 clauses, 6684949 bytes)
9.41/9.61	c 10	2493 (10%) CSP clauses are encoded (826660 clauses, 16334337 bytes)
10.60/10.86	c 11	4986 (20%) CSP clauses are encoded (1247782 clauses, 26197960 bytes)
11.79/12.03	c 12	7479 (30%) CSP clauses are encoded (1665851 clauses, 36055206 bytes)
12.87/13.11	c 13	9971 (40%) CSP clauses are encoded (2060454 clauses, 45477605 bytes)
13.65/14.00	c 14	12464 (50%) CSP clauses are encoded (2320551 clauses, 51603736 bytes)
14.84/15.27	c 16	14957 (60%) CSP clauses are encoded (2854247 clauses, 64172742 bytes)
16.05/16.43	c 17	17449 (70%) CSP clauses are encoded (3356205 clauses, 76154694 bytes)
17.04/17.43	c 18	19942 (80%) CSP clauses are encoded (3747350 clauses, 85555019 bytes)
17.94/18.34	c 19	22435 (90%) CSP clauses are encoded (4119772 clauses, 94306472 bytes)
18.83/19.23	c 20	24927 (100%) CSP clauses are encoded (4474744 clauses, 102636755 bytes)
18.83/19.23	c 20	24927 CSP clauses encoded
18.83/19.23	c 20	Writing map file : HOME/temp.map
18.83/19.26	c 20	Heap : 38 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.83/19.26	c 20	SAT : 421893 SAT variables, 4474744 SAT clauses, 102636755 bytes
18.83/19.26	c 20	Heap : 38 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.83/19.27	c 20	SOLVING HOME/temp.cnf
18.83/19.27	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.83/19.28	c 20	This is MiniSat 2.0 beta
18.83/19.28	c 20	WARNING: for repeatability, setting FPU to use double precision
18.83/19.28	c 20	============================[ Problem Statistics ]=============================
18.83/19.28	c 20	|                                                                             |
18.83/19.28	c 20	|  Number of variables:  421893                                               |
18.83/19.28	c 20	|  Number of clauses:    4474744                                              |
21.50/21.94	c 22	|  Parsing time:         2.33         s                                       |
21.61/22.07	c 22	============================[ Search Statistics ]==============================
21.61/22.07	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.61/22.07	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.61/22.07	c 22	===============================================================================
21.61/22.07	c 22	|         0 |  421890  4474740 12608531 |  1491580        0    nan |  0.000 % |
22.09/22.51	c 23	|       100 |  421888  4474740 12608531 |  1640738       99      3 |  0.017 % |
23.58/24.05	c 24	|       250 |  421885  4474740 12608531 |  1804811      246      3 |  0.017 % |
26.74/27.21	c 27	|       475 |  421879  4474740 12608531 |  1985292      468      3 |  0.028 % |
32.40/32.98	c 33	|       812 |  417227  4448328 12538649 |  2183822      797      4 |  1.115 % |
37.36/37.96	c 38	|      1318 |  417221  4448328 12538649 |  2402204     1300      4 |  2.262 % |
43.76/44.31	c 45	|      2077 |  412329  4376912 12334231 |  2642424     2051      5 |  7.548 % |
53.15/53.73	c 54	|      3216 |  358404  3790074 10681846 |  2906667     3180      5 | 15.113 % |
66.04/66.61	c 67	|      4924 |  340356  3586911 10108554 |  3197334     4876      6 | 22.483 % |
84.75/85.34	c 86	|      7486 |  304695  3159143  8896749 |  3517067     7432      7 | 27.779 % |
108.43/109.08	c 109	|     11330 |  282132  2912771  8202858 |  3868774    11266      8 | 33.127 % |
141.62/142.29	c 143	|     17097 |  241821  2451307  6899277 |  4255651    17012      8 | 43.752 % |
187.51/188.13	c 188	|     25746 |  205197  2049008  5765830 |  4681216    25639     10 | 51.363 % |
247.68/248.36	c 249	|     38720 |  186190  1898573  5352791 |  5149338    38581     11 | 55.868 % |
344.74/345.42	c 346	|     58182 |  168190  1710745  4825393 |  5664272    58033     12 | 60.134 % |
402.33/403.07	c 403	===============================================================================
402.33/403.09	c 403	restarts              : 15
402.33/403.09	c 403	conflicts             : 68751          (179 /sec)
402.33/403.09	c 403	decisions             : 2702926        (0.57 % random) (7054 /sec)
402.33/403.09	c 403	propagations          : 620629376      (1619784 /sec)
402.33/403.09	c 403	conflict literals     : 839853         (8.48 % deleted)
402.33/403.09	c 403	Memory used           : 221.86 MB
402.33/403.09	c 403	CPU time              : 383.156 s
402.33/403.09	c 403	
402.52/403.27	c 404	SATISFIABLE
402.62/403.30	c 404	DECODING HOME/temp.out WITH HOME/temp.map
402.62/403.30	c 404	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'
402.62/403.39	c 404	Decoding HOME/temp.out
403.32/404.06	s SATISFIABLE
403.32/404.07	v -2404 2552 2656 2412 2588 2308 2468 2412 -2352 2416 2516 2280 2612 2524 2480 2620 -2364 2512 2620 2656 -2388 2524 2548 -2608 2328 2616 2368 2348 -2328 -2516 2520 -2368 2460 2412 -2524 2600 2556 2608 2616 2280 -2556 2284 2424 2436 2324 -2616 2416 -2588 -2408 2328 -2572 -2564 2332 2580 -2584 2572 2556 -2428 2480 2448 2240 2416 2536 2556 -2484 2596 2404 2376 -2240 2296 -2416 2620 2648 -2564 2540 2516 2608 2324 2436 -2524 -2280 2532 2504 -2656 2588 -2580 -2452 2488 2652 2456 -2516 2288 2500 2284 2448 2444 -2376 -2628 2388 2416 2656 2436 2260 2372 2616 2616 2424 2520 2504 -2464 2396 2488 -2544 2548 2284 2608 2288 -2592 2500 2300 2328 -2376 2612 2248 -2588 2624 2244 2480 2436 2444 2564 2604 2320 -2620 2584 2648 2576 2396 -2448 -2240 2348 -2640 2540 2464 2312 2456 2452 -2604 -2520 2596 2564 2380 -2388 2572 2576 2292 -2552 2252 2612 -2472 2476 2240 2496 -2644 2404 2356 -2560 -2556 2568 -2256 -2292 2584 -2384 2616 2348 2476 2496 -2532 2536 2392 -2480 2368 -2552 2432 -2644 2280 -2596 2616 -2368 2316 2544 2652 2580 2616 2576 -2460 2564 -2656 2556 2488 2656 2548 2572 2456 2532 2616 2656 -2484 -2568 2348 2468 2624 -2496 -2492 2580 2280 2444 2532 -2396 2336 2324 2656 2556 2624 2268 -2616 -2440 -2604 2604 2592 2556 2500 2584 2428 2428 -2420 -2376 -2432 2456 2388 2516 2584 -2544 2336 2596 2520 2308 2284 2580 -2376
403.32/404.08	c 404	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
403.41/404.10	c 404	CPU 403.41 (0.06 0.02 402.04 1.29)
403.41/404.10	c 404	END Sun Jul 12 08:02:44 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-2083765-1247378160/watcher-2083765-1247378160 -o /tmp/evaluation-result-2083765-1247378160/solver-2083765-1247378160 -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-2083765-1247378160.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.04 2.20 2.16 4/82 24843
/proc/meminfo: memFree=1187712/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=4708 CPUtime=0
/proc/24843/stat : 24843 (sugar) R 24841 24843 18714 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 24880065 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 272834295852 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 1177 40 31 3 0 8 0

[startup+0.0922919 s]
/proc/loadavg: 2.04 2.20 2.16 4/82 24843
/proc/meminfo: memFree=1187712/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=0.07
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24880065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24843/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102292 s]
/proc/loadavg: 2.04 2.20 2.16 4/82 24843
/proc/meminfo: memFree=1187712/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=0.07
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24880065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24843/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302304 s]
/proc/loadavg: 2.04 2.20 2.16 4/82 24843
/proc/meminfo: memFree=1187712/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=0.07
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24880065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24843/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702332 s]
/proc/loadavg: 2.04 2.20 2.16 4/82 24843
/proc/meminfo: memFree=1187712/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=0.07
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24880065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24843/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50239 s]
/proc/loadavg: 2.04 2.20 2.16 3/93 24865
/proc/meminfo: memFree=1177448/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=0.7
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1309 6737 0 1 5 2 59 4 16 0 1 0 24880065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24843/statm: 4217 1111 409 3 0 796 0
[pid=24856] ppid=24843 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24843 24843 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24880143 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 233 193 169 0 50 0
[pid=24857] ppid=24856 vsize=868480 CPUtime=0.7
/proc/24857/stat : 24857 (java) S 24856 24843 18714 0 -1 0 5534 0 1 0 68 2 0 0 18 0 9 0 24880143 889323520 4943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24857/statm: 217120 4943 1742 9 0 211625 0
[pid=24857/tid=24858] ppid=24856 vsize=868480 CPUtime=0.5
/proc/24857/task/24858/stat : 24858 (java) R 24856 24843 18714 0 -1 64 2674 0 1 0 49 1 0 0 23 0 9 0 24880144 889323520 4943 996147200 134512640 134550932 4294955936 18446744073709551615 4126507520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24859] ppid=24856 vsize=868480 CPUtime=0.04
/proc/24857/task/24859/stat : 24859 (java) S 24856 24843 18714 0 -1 64 709 0 0 0 4 0 0 0 16 0 9 0 24880145 889323520 4943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24860] ppid=24856 vsize=868480 CPUtime=0
/proc/24857/task/24860/stat : 24860 (java) S 24856 24843 18714 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24880145 889323520 4943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24861] ppid=24856 vsize=868480 CPUtime=0
/proc/24857/task/24861/stat : 24861 (java) S 24856 24843 18714 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24880146 889323520 4943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24862] ppid=24856 vsize=868480 CPUtime=0
/proc/24857/task/24862/stat : 24862 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24880148 889323520 4943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24863] ppid=24856 vsize=868480 CPUtime=0.14
/proc/24857/task/24863/stat : 24863 (java) S 24856 24843 18714 0 -1 64 1457 0 0 0 14 0 0 0 16 0 9 0 24880148 889323520 4943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24864] ppid=24856 vsize=868480 CPUtime=0
/proc/24857/task/24864/stat : 24864 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24880148 889323520 4943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24865] ppid=24856 vsize=868480 CPUtime=0
/proc/24857/task/24865/stat : 24865 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24880148 889323520 4943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890704

[startup+3.1055 s]
/proc/loadavg: 2.03 2.20 2.16 3/93 24865
/proc/meminfo: memFree=1167720/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=0.7
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1309 6737 0 1 5 2 59 4 16 0 1 0 24880065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24843/statm: 4217 1111 409 3 0 796 0
[pid=24856] ppid=24843 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24843 24843 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24880143 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 233 193 169 0 50 0
[pid=24857] ppid=24856 vsize=868628 CPUtime=2.29
/proc/24857/stat : 24857 (java) S 24856 24843 18714 0 -1 0 9142 0 1 0 225 4 0 0 18 0 9 0 24880143 889475072 8262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24857/statm: 217157 8262 2568 9 0 211662 0
[pid=24857/tid=24858] ppid=24856 vsize=868628 CPUtime=1.78
/proc/24857/task/24858/stat : 24858 (java) R 24856 24843 18714 0 -1 64 2795 0 1 0 177 1 0 0 25 0 9 0 24880144 889475072 8262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24859] ppid=24856 vsize=868628 CPUtime=0.31
/proc/24857/task/24859/stat : 24859 (java) R 24856 24843 18714 0 -1 64 4171 0 0 0 29 2 0 0 16 0 9 0 24880145 889475072 8262 996147200 134512640 134550932 4294955936 18446744073709551615 102758074 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24860] ppid=24856 vsize=868628 CPUtime=0
/proc/24857/task/24860/stat : 24860 (java) S 24856 24843 18714 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24880145 889475072 8262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24861] ppid=24856 vsize=868628 CPUtime=0
/proc/24857/task/24861/stat : 24861 (java) S 24856 24843 18714 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24880146 889475072 8262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24862] ppid=24856 vsize=868628 CPUtime=0
/proc/24857/task/24862/stat : 24862 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24880148 889475072 8262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24863] ppid=24856 vsize=868628 CPUtime=0.17
/proc/24857/task/24863/stat : 24863 (java) S 24856 24843 18714 0 -1 64 1477 0 0 0 17 0 0 0 15 0 9 0 24880148 889475072 8262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24864] ppid=24856 vsize=868628 CPUtime=0
/proc/24857/task/24864/stat : 24864 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24880148 889475072 8262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24865] ppid=24856 vsize=868628 CPUtime=0
/proc/24857/task/24865/stat : 24865 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24880148 889475072 8262 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) 890852

[startup+6.30271 s]
/proc/loadavg: 2.03 2.20 2.16 3/93 24865
/proc/meminfo: memFree=1143272/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=0.7
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1309 6737 0 1 5 2 59 4 15 0 1 0 24880065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24843/statm: 4217 1111 409 3 0 796 0
[pid=24856] ppid=24843 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24843 24843 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24880143 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 233 193 169 0 50 0
[pid=24857] ppid=24856 vsize=868564 CPUtime=5.45
/proc/24857/stat : 24857 (java) S 24856 24843 18714 0 -1 0 20359 0 1 0 535 10 0 0 18 0 9 0 24880143 889409536 14212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24857/statm: 217141 14212 2569 9 0 211646 0
[pid=24857/tid=24858] ppid=24856 vsize=868564 CPUtime=4.07
/proc/24857/task/24858/stat : 24858 (java) R 24856 24843 18714 0 -1 64 3346 0 1 0 406 1 0 0 25 0 9 0 24880144 889409536 14212 996147200 134512640 134550932 4294955936 18446744073709551615 4126449324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24859] ppid=24856 vsize=868564 CPUtime=1.16
/proc/24857/task/24859/stat : 24859 (java) S 24856 24843 18714 0 -1 64 14834 0 0 0 110 6 0 0 16 0 9 0 24880145 889409536 14212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24860] ppid=24856 vsize=868564 CPUtime=0
/proc/24857/task/24860/stat : 24860 (java) S 24856 24843 18714 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24880145 889409536 14212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24861] ppid=24856 vsize=868564 CPUtime=0
/proc/24857/task/24861/stat : 24861 (java) S 24856 24843 18714 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24880146 889409536 14212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24862] ppid=24856 vsize=868564 CPUtime=0
/proc/24857/task/24862/stat : 24862 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24880148 889409536 14212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24863] ppid=24856 vsize=868564 CPUtime=0.18
/proc/24857/task/24863/stat : 24863 (java) S 24856 24843 18714 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 24880148 889409536 14212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24864] ppid=24856 vsize=868564 CPUtime=0
/proc/24857/task/24864/stat : 24864 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24880148 889409536 14212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24865] ppid=24856 vsize=868564 CPUtime=0
/proc/24857/task/24865/stat : 24865 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24880148 889409536 14212 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) 890788

[startup+12.7021 s]
/proc/loadavg: 2.03 2.19 2.16 3/93 24865
/proc/meminfo: memFree=1096744/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=0.7
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1310 6737 0 1 5 2 59 4 16 0 1 0 24880065 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24843/statm: 4217 1111 409 3 0 796 0
[pid=24856] ppid=24843 vsize=5356 CPUtime=0
/proc/24856/stat : 24856 (sh) S 24843 24843 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24880143 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24856/statm: 1339 233 193 169 0 50 0
[pid=24857] ppid=24856 vsize=868676 CPUtime=11.77
/proc/24857/stat : 24857 (java) S 24856 24843 18714 0 -1 0 25710 0 1 0 1139 38 0 0 18 0 9 0 24880143 889524224 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24857/statm: 217169 15444 2593 9 0 211646 0
[pid=24857/tid=24858] ppid=24856 vsize=868676 CPUtime=9.85
/proc/24857/task/24858/stat : 24858 (java) R 24856 24843 18714 0 -1 64 3661 0 1 0 958 27 0 0 25 0 9 0 24880144 889524224 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4126990023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24859] ppid=24856 vsize=868676 CPUtime=1.64
/proc/24857/task/24859/stat : 24859 (java) S 24856 24843 18714 0 -1 64 19818 0 0 0 154 10 0 0 16 0 9 0 24880145 889524224 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24860] ppid=24856 vsize=868676 CPUtime=0
/proc/24857/task/24860/stat : 24860 (java) S 24856 24843 18714 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24880145 889524224 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24861] ppid=24856 vsize=868676 CPUtime=0
/proc/24857/task/24861/stat : 24861 (java) S 24856 24843 18714 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24880146 889524224 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24862] ppid=24856 vsize=868676 CPUtime=0
/proc/24857/task/24862/stat : 24862 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24880148 889524224 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24863] ppid=24856 vsize=868676 CPUtime=0.27
/proc/24857/task/24863/stat : 24863 (java) S 24856 24843 18714 0 -1 64 1532 0 0 0 27 0 0 0 15 0 9 0 24880148 889524224 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24864] ppid=24856 vsize=868676 CPUtime=0
/proc/24857/task/24864/stat : 24864 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24880148 889524224 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24857/tid=24865] ppid=24856 vsize=868676 CPUtime=0
/proc/24857/task/24865/stat : 24865 (java) S 24856 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24880148 889524224 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890900

[startup+25.503 s]
/proc/loadavg: 2.02 2.19 2.16 4/85 24867
/proc/meminfo: memFree=839656/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=18.91
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1377 33103 0 2 6 2 1798 85 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24866] ppid=24843 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24843 24843 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=223688 CPUtime=6.15
/proc/24867/stat : 24867 (minisat) R 24866 24843 18714 0 -1 4194304 54091 0 0 0 582 33 0 0 25 0 1 0 24881993 229056512 54077 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24867/statm: 55922 54077 76 150 0 55769 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 245912

[startup+51.1027 s]
/proc/loadavg: 2.14 2.20 2.16 3/85 24908
/proc/meminfo: memFree=1220016/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=18.91
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1377 33103 0 2 6 2 1798 85 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24866] ppid=24843 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24843 24843 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=226396 CPUtime=31.64
/proc/24867/stat : 24867 (minisat) R 24866 24843 18714 0 -1 4194304 54672 0 0 0 3130 34 0 0 25 0 1 0 24881993 231829504 54658 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24867/statm: 56599 54658 76 150 0 56446 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 248620

[startup+102.307 s]
/proc/loadavg: 2.13 2.18 2.16 3/85 24909
/proc/meminfo: memFree=1113896/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=18.91
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1377 33103 0 2 6 2 1798 85 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24866] ppid=24843 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24843 24843 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=226396 CPUtime=82.84
/proc/24867/stat : 24867 (minisat) R 24866 24843 18714 0 -1 4194304 54698 0 0 0 8249 35 0 0 25 0 1 0 24881993 231829504 54684 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24867/statm: 56599 54684 76 150 0 56446 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 248620

[startup+162.302 s]
/proc/loadavg: 2.05 2.15 2.15 3/85 24909
/proc/meminfo: memFree=1046824/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=18.91
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1377 33103 0 2 6 2 1798 85 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24866] ppid=24843 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24843 24843 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=226396 CPUtime=142.81
/proc/24867/stat : 24867 (minisat) R 24866 24843 18714 0 -1 4194304 54739 0 0 0 14246 35 0 0 25 0 1 0 24881993 231829504 54725 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/24867/statm: 56599 54725 76 150 0 56446 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 248620

[startup+222.302 s]
/proc/loadavg: 2.02 2.12 2.13 3/85 24909
/proc/meminfo: memFree=973096/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=18.91
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1377 33103 0 2 6 2 1798 85 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24866] ppid=24843 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24843 24843 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=226560 CPUtime=202.78
/proc/24867/stat : 24867 (minisat) R 24866 24843 18714 0 -1 4194304 54772 0 0 0 20243 35 0 0 25 0 1 0 24881993 231997440 54758 996147200 134512640 135127466 4294956256 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 0 0 0
/proc/24867/statm: 56640 54758 76 150 0 56487 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 248784

[startup+282.302 s]
/proc/loadavg: 2.00 2.09 2.12 3/85 24909
/proc/meminfo: memFree=933288/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=18.91
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1377 33103 0 2 6 2 1798 85 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24866] ppid=24843 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24843 24843 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=226640 CPUtime=262.76
/proc/24867/stat : 24867 (minisat) R 24866 24843 18714 0 -1 4194304 54793 0 0 0 26241 35 0 0 25 0 1 0 24881993 232079360 54779 996147200 134512640 135127466 4294956256 18446744073709551615 134531660 0 0 4096 3 0 0 0 17 0 0 0
/proc/24867/statm: 56660 54779 76 150 0 56507 0
Current children cumulated CPU time (s) 281.67
Current children cumulated vsize (KiB) 248864

[startup+342.302 s]
/proc/loadavg: 2.00 2.07 2.11 3/85 24915
/proc/meminfo: memFree=900904/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=18.91
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1377 33103 0 2 6 2 1798 85 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24866] ppid=24843 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24843 24843 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=226640 CPUtime=322.73
/proc/24867/stat : 24867 (minisat) R 24866 24843 18714 0 -1 4194304 54807 0 0 0 32238 35 0 0 25 0 1 0 24881993 232079360 54793 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/24867/statm: 56660 54793 76 150 0 56507 0
Current children cumulated CPU time (s) 341.64
Current children cumulated vsize (KiB) 248864

[startup+402.302 s]
/proc/loadavg: 2.00 2.06 2.10 3/85 24915
/proc/meminfo: memFree=863912/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=18.91
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1377 33103 0 2 6 2 1798 85 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24866] ppid=24843 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24843 24843 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=226760 CPUtime=382.72
/proc/24867/stat : 24867 (minisat) R 24866 24843 18714 0 -1 4194304 54818 0 0 0 38236 36 0 0 25 0 1 0 24881993 232202240 54804 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24867/statm: 56690 54804 76 150 0 56537 0
Current children cumulated CPU time (s) 401.63
Current children cumulated vsize (KiB) 248984

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

[startup+403.102 s]
/proc/loadavg: 2.00 2.06 2.10 3/85 24915
/proc/meminfo: memFree=863912/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=18.91
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1377 33103 0 2 6 2 1798 85 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24866] ppid=24843 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24843 24843 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24881993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=227188 CPUtime=383.52
/proc/24867/stat : 24867 (minisat) R 24866 24843 18714 0 -1 4194304 54934 0 0 0 38316 36 0 0 25 0 1 0 24881993 232640512 54919 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/24867/statm: 56797 54919 82 150 0 56644 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 249412

[startup+403.901 s]
/proc/loadavg: 2.00 2.06 2.10 3/93 24925
/proc/meminfo: memFree=1069608/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=402.65
/proc/24843/stat : 24843 (sugar) S 24841 24843 18714 0 -1 4194304 1449 88322 0 2 6 2 40131 126 16 0 1 0 24880065 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24843/statm: 4217 1114 409 3 0 796 0
[pid=24916] ppid=24843 vsize=5356 CPUtime=0
/proc/24916/stat : 24916 (sh) S 24843 24843 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24920396 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24916/statm: 1339 233 193 169 0 50 0
[pid=24917] ppid=24916 vsize=862796 CPUtime=0.57
/proc/24917/stat : 24917 (java) S 24916 24843 18714 0 -1 0 3838 0 1 0 55 2 0 0 19 0 9 0 24920397 883503104 3300 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24917/statm: 215699 3300 1297 9 0 210612 0
[pid=24917/tid=24918] ppid=24916 vsize=862796 CPUtime=0.48
/proc/24917/task/24918/stat : 24918 (java) R 24916 24843 18714 0 -1 64 2055 0 1 0 47 1 0 0 25 0 9 0 24920398 883503104 3300 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24917/tid=24919] ppid=24916 vsize=862796 CPUtime=0.01
/proc/24917/task/24919/stat : 24919 (java) S 24916 24843 18714 0 -1 64 606 0 0 0 1 0 0 0 16 0 9 0 24920399 883503104 3300 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24917/tid=24920] ppid=24916 vsize=862796 CPUtime=0
/proc/24917/task/24920/stat : 24920 (java) S 24916 24843 18714 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 24920399 883503104 3300 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24917/tid=24921] ppid=24916 vsize=862796 CPUtime=0
/proc/24917/task/24921/stat : 24921 (java) S 24916 24843 18714 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 24920399 883503104 3300 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24917/tid=24922] ppid=24916 vsize=862796 CPUtime=0
/proc/24917/task/24922/stat : 24922 (java) S 24916 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24920401 883503104 3300 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24917/tid=24923] ppid=24916 vsize=862796 CPUtime=0.06
/proc/24917/task/24923/stat : 24923 (java) S 24916 24843 18714 0 -1 64 483 0 0 0 6 0 0 0 16 0 9 0 24920401 883503104 3300 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24917/tid=24924] ppid=24916 vsize=862796 CPUtime=0
/proc/24917/task/24924/stat : 24924 (java) S 24916 24843 18714 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24920402 883503104 3300 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24917/tid=24925] ppid=24916 vsize=862796 CPUtime=0
/proc/24917/task/24925/stat : 24925 (java) S 24916 24843 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24920402 883503104 3300 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 403.22
Current children cumulated vsize (KiB) 885020

[startup+404.101 s]
/proc/loadavg: 2.00 2.06 2.10 3/93 24925
/proc/meminfo: memFree=1069608/2055920 swapFree=4192812/4192956
[pid=24843] ppid=24841 vsize=16868 CPUtime=403.41
/proc/24843/stat : 24843 (sugar) R 24841 24843 18714 0 -1 4194304 1480 93027 0 3 6 2 40204 129 15 0 1 0 24880065 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 272837088297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24843/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 403.41
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 404.153
CPU time (s): 403.486
CPU user time (s): 402.11
CPU system time (s): 1.37579
CPU usage (%): 99.8349
Max. virtual memory (cumulated for all children) (KiB): 901288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 402.11
system time used= 1.37579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94567
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= 10498
involuntary context switches= 12442

runsolver used 0.463929 second user time and 1.39179 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 07:56:00
IDJOB=2083765
IDBENCH=57924
IDSOLVER=739
FILE ID=node39/2083765-1247378160
PBS_JOBID= 9507055
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-10.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-2083765-1247378160/watcher-2083765-1247378160 -o /tmp/evaluation-result-2083765-1247378160/solver-2083765-1247378160 -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-2083765-1247378160.xml

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

MD5SUM BENCH= 2937328af9f6c216cca6342fe202e849
RANDOM SEED=502699980

node39.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.236
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.236
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:       1188192 kB
Buffers:         59400 kB
Cached:         288896 kB
SwapCached:          0 kB
Active:         598696 kB
Inactive:       189216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1188192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:         460036 kB
Slab:            64112 kB
Committed_AS:   644488 kB
PageTables:       2660 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= 66428 MiB
End job on node39 at 2009-07-12 08:02:44