Trace number 2083764

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+picosatSAT 140.365 142.161

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.05/0.22	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.22	c 0	BEGIN Sun Jul 12 07:56:00 2009
0.05/0.22	c 0	PID 27193
0.05/0.23	c 0	HOST node78.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-2083764-1247378160.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083764-1247378160.xml' 'HOME/temp.csp'
0.06/0.96	c 1	13 domains, 250 variables, 8 predicates, 0 relations, 3055 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	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.79/1.07	c 1	Parsing HOME/temp.csp
0.89/1.18	c 1	parsed 3326 expressions
0.89/1.19	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.89/1.19	c 1	Converting to clausal form CSP
1.08/1.39	c 1	converted 333 (10%) expressions
2.16/2.48	c 2	converted 666 (20%) expressions
2.86/3.12	c 3	converted 998 (30%) expressions
3.36/3.68	c 4	converted 1331 (40%) expressions
3.95/4.21	c 4	converted 1663 (50%) expressions
4.44/4.71	c 5	converted 1996 (60%) expressions
4.74/5.01	c 5	converted 2329 (70%) expressions
5.13/5.44	c 5	converted 2661 (80%) expressions
5.63/5.90	c 6	converted 2994 (90%) expressions
6.32/6.64	c 6	converted 3326 (100%) expressions
6.32/6.64	c 6	CSP : 498 integers, 8693 booleans, 18483 clauses, largest domain size 2657
6.32/6.64	c 6	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.32/6.64	c 6	Propagation in CSP
6.51/6.84	c 7	100 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.51/6.84	c 7	CSP : 498 integers, 8693 booleans, 18483 clauses, largest domain size 2657
6.51/6.84	c 7	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.51/6.86	c 7	Simplifing CSP by introducing new Boolean variables
6.61/6.91	c 7	CSP : 498 integers, 15137 booleans, 24927 clauses, largest domain size 2657
6.61/6.91	c 7	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.91/7.22	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.10/7.42	c 7	50 (10%) CSP integer variables are encoded (7676 clauses, 97651 bytes)
7.21/7.55	c 7	100 (20%) CSP integer variables are encoded (14794 clauses, 199914 bytes)
7.31/7.69	c 8	150 (30%) CSP integer variables are encoded (22238 clauses, 311574 bytes)
7.50/7.83	c 8	200 (40%) CSP integer variables are encoded (29342 clauses, 418134 bytes)
7.59/7.95	c 8	249 (50%) CSP integer variables are encoded (35938 clauses, 517074 bytes)
7.69/8.08	c 8	299 (60%) CSP integer variables are encoded (129111 clauses, 1973450 bytes)
7.80/8.18	c 8	349 (70%) CSP integer variables are encoded (199065 clauses, 3162668 bytes)
7.90/8.29	c 8	399 (80%) CSP integer variables are encoded (272079 clauses, 4403906 bytes)
8.00/8.40	c 8	449 (90%) CSP integer variables are encoded (349687 clauses, 5723242 bytes)
8.10/8.49	c 8	498 (100%) CSP integer variables are encoded (406258 clauses, 6684949 bytes)
9.47/9.84	c 10	2493 (10%) CSP clauses are encoded (826660 clauses, 16334337 bytes)
10.74/11.11	c 11	4986 (20%) CSP clauses are encoded (1247782 clauses, 26197960 bytes)
11.83/12.28	c 12	7479 (30%) CSP clauses are encoded (1665851 clauses, 36055206 bytes)
12.91/13.35	c 13	9971 (40%) CSP clauses are encoded (2060454 clauses, 45477605 bytes)
13.69/14.15	c 14	12464 (50%) CSP clauses are encoded (2320551 clauses, 51603736 bytes)
14.99/15.41	c 15	14957 (60%) CSP clauses are encoded (2854247 clauses, 64172742 bytes)
16.16/16.60	c 16	17449 (70%) CSP clauses are encoded (3356205 clauses, 76154694 bytes)
17.06/17.59	c 17	19942 (80%) CSP clauses are encoded (3747350 clauses, 85555019 bytes)
17.94/18.49	c 18	22435 (90%) CSP clauses are encoded (4119772 clauses, 94306472 bytes)
18.82/19.36	c 19	24927 (100%) CSP clauses are encoded (4474744 clauses, 102636755 bytes)
18.82/19.36	c 19	24927 CSP clauses encoded
18.82/19.36	c 19	Writing map file : HOME/temp.map
18.82/19.38	c 19	Heap : 38 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.82/19.38	c 19	SAT : 421893 SAT variables, 4474744 SAT clauses, 102636755 bytes
18.82/19.38	c 19	Heap : 38 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.91/19.40	c 19	SOLVING HOME/temp.cnf
18.91/19.40	c 19	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
139.45/141.25	c 141	DECODING HOME/temp.out WITH HOME/temp.map
139.45/141.25	c 141	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'
139.52/141.38	c 141	Decoding HOME/temp.out
140.19/142.07	s SATISFIABLE
140.19/142.08	v -2432 -2444 2656 -2344 -2604 -2308 2452 2380 -2292 -2368 2544 2280 -2612 -2540 -2616 -2448 -2392 2404 2624 2540 -2396 2512 2636 2540 2336 2420 -2376 2384 2368 -2536 2552 2276 2432 -2532 -2428 -2616 2624 -2240 -2500 -2284 -2444 -2292 2432 -2436 -2332 2572 -2408 -2568 -2316 2336 -2520 -2576 -2272 2584 2540 2576 2524 2412 -2532 2328 -2652 2360 2608 2576 -2444 2564 -2552 -2388 2240 2308 -2348 2436 2280 2616 -2468 2508 2648 -2240 -2612 -2504 -2612 2560 2596 2656 -2596 2612 2492 -2368 -2580 -2472 -2404 2240 -2428 -2276 -2504 2592 -2240 2636 2420 -2400 2656 2448 2280 2304 -2616 -2616 2288 2584 2472 2328 2652 -2404 2556 2564 -2496 2612 -2292 -2512 2472 2320 -2280 2328 2604 -2332 -2596 -2516 -2536 2480 -2488 2356 -2388 -2656 -2244 2572 -2584 2608 -2528 2396 2364 -2652 -2456 -2656 -2616 2432 -2332 2320 2420 -2616 2492 -2596 -2464 2404 2344 2568 -2612 2312 2500 2252 2620 -2376 2528 2576 2516 2588 2396 2336 -2624 2508 2500 2268 -2292 2516 2392 2440 -2436 2448 -2568 -2504 -2568 2440 -2512 -2328 2552 2336 2612 -2612 -2584 -2604 -2376 2296 2556 2652 2488 -2616 2564 -2304 -2580 2372 2556 2464 2480 -2528 2644 2440 -2608 2552 2592 -2472 -2572 -2332 2376 -2624 -2512 -2464 2476 -2536 2404 2536 2408 -2280 -2316 2460 -2504 -2580 2268 -2412 -2440 2572 -2628 -2540 -2548 2344 2556 -2380 -2416 2444 -2368 2400 -2476 2496 2568 2476 2596 2376 -2548 -2576 2292 2280 2656 -2336
140.19/142.09	c 142	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
140.19/142.10	c 142	CPU 140.29 (0.06 0.02 118.18 22.03)
140.19/142.10	c 142	END Sun Jul 12 07:58:22 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-2083764-1247378160/watcher-2083764-1247378160 -o /tmp/evaluation-result-2083764-1247378160/solver-2083764-1247378160 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083764-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.13 2.09 2.09 4/83 27193
/proc/meminfo: memFree=218768/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=18576 CPUtime=0
/proc/27193/stat : 27193 (runsolver) D 27191 27193 21858 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24880540 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/27193/statm: 4644 284 249 26 0 2626 0

[startup+0.0397329 s]
/proc/loadavg: 2.13 2.09 2.09 4/83 27193
/proc/meminfo: memFree=218768/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=12268 CPUtime=0
/proc/27193/stat : 27193 (sugar) D 27191 27193 21858 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24880540 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/27193/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102749 s]
/proc/loadavg: 2.13 2.09 2.09 4/83 27193
/proc/meminfo: memFree=218768/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=12940 CPUtime=0.01
/proc/27193/stat : 27193 (sugar) R 27191 27193 21858 0 -1 4194304 619 0 0 0 1 0 0 0 18 0 1 0 24880540 13250560 587 996147200 4194304 4206940 548682068608 18446744073709551615 255390334704 0 0 4224 0 0 0 0 17 1 0 0
/proc/27193/statm: 3235 587 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.301764 s]
/proc/loadavg: 2.13 2.09 2.09 4/83 27193
/proc/meminfo: memFree=218768/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=0.06
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24880540 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701809 s]
/proc/loadavg: 2.13 2.09 2.09 4/83 27193
/proc/meminfo: memFree=218768/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=0.06
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24880540 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27193/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50189 s]
/proc/loadavg: 2.13 2.09 2.09 2/87 27208
/proc/meminfo: memFree=210096/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=0.79
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1309 6741 0 1 5 1 68 5 16 0 1 0 24880540 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27193/statm: 4217 1111 409 3 0 796 0
[pid=27206] ppid=27193 vsize=5356 CPUtime=0
/proc/27206/stat : 27206 (sh) S 27193 27193 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24880639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27206/statm: 1339 233 193 169 0 50 0
[pid=27207] ppid=27206 vsize=869512 CPUtime=0.49
/proc/27207/stat : 27207 (java) S 27206 27193 21858 0 -1 0 5339 0 1 0 46 3 0 0 18 0 9 0 24880639 890380288 4762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27207/statm: 217378 4762 1742 9 0 211883 0
[pid=27207/tid=27208] ppid=27206 vsize=869512 CPUtime=0.3
/proc/27207/task/27208/stat : 27208 (java) R 27206 27193 21858 0 -1 64 2663 0 1 0 29 1 0 0 19 0 9 0 24880640 890380288 4762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 891736

[startup+3.10206 s]
/proc/loadavg: 2.12 2.09 2.09 4/94 27215
/proc/meminfo: memFree=192440/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=0.79
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1309 6741 0 1 5 1 68 5 16 0 1 0 24880540 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27193/statm: 4217 1111 409 3 0 796 0
[pid=27206] ppid=27193 vsize=5356 CPUtime=0
/proc/27206/stat : 27206 (sh) S 27193 27193 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24880639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27206/statm: 1339 233 193 169 0 50 0
[pid=27207] ppid=27206 vsize=869512 CPUtime=2.07
/proc/27207/stat : 27207 (java) S 27206 27193 21858 0 -1 0 8719 0 1 0 202 5 0 0 18 0 9 0 24880639 890380288 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27207/statm: 217378 7861 2568 9 0 211883 0
[pid=27207/tid=27208] ppid=27206 vsize=869512 CPUtime=1.61
/proc/27207/task/27208/stat : 27208 (java) R 27206 27193 21858 0 -1 64 2776 0 1 0 160 1 0 0 25 0 9 0 24880640 890380288 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4126511824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27209] ppid=27206 vsize=869512 CPUtime=0.26
/proc/27207/task/27209/stat : 27209 (java) S 27206 27193 21858 0 -1 64 3768 0 0 0 24 2 0 0 16 0 9 0 24880642 890380288 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27210] ppid=27206 vsize=869512 CPUtime=0
/proc/27207/task/27210/stat : 27210 (java) S 27206 27193 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24880642 890380288 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27211] ppid=27206 vsize=869512 CPUtime=0
/proc/27207/task/27211/stat : 27211 (java) S 27206 27193 21858 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24880642 890380288 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27212] ppid=27206 vsize=869512 CPUtime=0
/proc/27207/task/27212/stat : 27212 (java) S 27206 27193 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24880644 890380288 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27213] ppid=27206 vsize=869512 CPUtime=0.18
/proc/27207/task/27213/stat : 27213 (java) S 27206 27193 21858 0 -1 64 1476 0 0 0 17 1 0 0 15 0 9 0 24880644 890380288 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27214] ppid=27206 vsize=869512 CPUtime=0
/proc/27207/task/27214/stat : 27214 (java) S 27206 27193 21858 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24880644 890380288 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27215] ppid=27206 vsize=869512 CPUtime=0
/proc/27207/task/27215/stat : 27215 (java) S 27206 27193 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24880644 890380288 7861 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 891736

[startup+6.30239 s]
/proc/loadavg: 2.12 2.09 2.09 3/94 27215
/proc/meminfo: memFree=155704/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=0.79
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1309 6741 0 1 5 1 68 5 15 0 1 0 24880540 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27193/statm: 4217 1111 409 3 0 796 0
[pid=27206] ppid=27193 vsize=5356 CPUtime=0
/proc/27206/stat : 27206 (sh) S 27193 27193 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24880639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27206/statm: 1339 233 193 169 0 50 0
[pid=27207] ppid=27206 vsize=880100 CPUtime=5.23
/proc/27207/stat : 27207 (java) S 27206 27193 21858 0 -1 0 19915 0 1 0 511 12 0 0 18 0 9 0 24880639 901222400 16408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27207/statm: 220025 16408 2569 9 0 214530 0
[pid=27207/tid=27208] ppid=27206 vsize=880100 CPUtime=4
/proc/27207/task/27208/stat : 27208 (java) R 27206 27193 21858 0 -1 64 3121 0 1 0 398 2 0 0 25 0 9 0 24880640 901222400 16408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27209] ppid=27206 vsize=880100 CPUtime=1.03
/proc/27207/task/27209/stat : 27209 (java) R 27206 27193 21858 0 -1 64 14613 0 0 0 95 8 0 0 16 0 9 0 24880642 901222400 16408 996147200 134512640 134550932 4294955936 18446744073709551615 103732894 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27210] ppid=27206 vsize=880100 CPUtime=0
/proc/27207/task/27210/stat : 27210 (java) S 27206 27193 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24880642 901222400 16408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27211] ppid=27206 vsize=880100 CPUtime=0
/proc/27207/task/27211/stat : 27211 (java) S 27206 27193 21858 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24880642 901222400 16408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27212] ppid=27206 vsize=880100 CPUtime=0
/proc/27207/task/27212/stat : 27212 (java) S 27206 27193 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24880644 901222400 16408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27213] ppid=27206 vsize=880100 CPUtime=0.18
/proc/27207/task/27213/stat : 27213 (java) S 27206 27193 21858 0 -1 64 1482 0 0 0 17 1 0 0 15 0 9 0 24880644 901222400 16408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27214] ppid=27206 vsize=880100 CPUtime=0
/proc/27207/task/27214/stat : 27214 (java) S 27206 27193 21858 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24880644 901222400 16408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27215] ppid=27206 vsize=880100 CPUtime=0
/proc/27207/task/27215/stat : 27215 (java) S 27206 27193 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24880644 901222400 16408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 902324

[startup+12.7021 s]
/proc/loadavg: 2.17 2.10 2.09 3/94 27215
/proc/meminfo: memFree=86392/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=0.81
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1310 6741 0 1 6 2 68 5 16 0 1 0 24880540 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27193/statm: 4217 1111 409 3 0 796 0
[pid=27206] ppid=27193 vsize=5356 CPUtime=0
/proc/27206/stat : 27206 (sh) S 27193 27193 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24880639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27206/statm: 1339 233 193 169 0 50 0
[pid=27207] ppid=27206 vsize=869712 CPUtime=11.51
/proc/27207/stat : 27207 (java) S 27206 27193 21858 0 -1 0 25686 0 1 0 1110 41 0 0 18 0 9 0 24880639 890585088 15448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27207/statm: 217428 15448 2593 9 0 211905 0
[pid=27207/tid=27208] ppid=27206 vsize=869712 CPUtime=9.6
/proc/27207/task/27208/stat : 27208 (java) R 27206 27193 21858 0 -1 64 3647 0 1 0 932 28 0 0 25 0 9 0 24880640 890585088 15448 996147200 134512640 134550932 4294955936 18446744073709551615 4126545178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27209] ppid=27206 vsize=869712 CPUtime=1.62
/proc/27207/task/27209/stat : 27209 (java) S 27206 27193 21858 0 -1 64 19803 0 0 0 151 11 0 0 16 0 9 0 24880642 890585088 15448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27210] ppid=27206 vsize=869712 CPUtime=0
/proc/27207/task/27210/stat : 27210 (java) S 27206 27193 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24880642 890585088 15448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27211] ppid=27206 vsize=869712 CPUtime=0
/proc/27207/task/27211/stat : 27211 (java) S 27206 27193 21858 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24880642 890585088 15448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27212] ppid=27206 vsize=869712 CPUtime=0
/proc/27207/task/27212/stat : 27212 (java) S 27206 27193 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24880644 890585088 15448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27213] ppid=27206 vsize=869712 CPUtime=0.27
/proc/27207/task/27213/stat : 27213 (java) S 27206 27193 21858 0 -1 64 1537 0 0 0 26 1 0 0 15 0 9 0 24880644 890585088 15448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27214] ppid=27206 vsize=869712 CPUtime=0
/proc/27207/task/27214/stat : 27214 (java) S 27206 27193 21858 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24880644 890585088 15448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27207/tid=27215] ppid=27206 vsize=869712 CPUtime=0
/proc/27207/task/27215/stat : 27215 (java) S 27206 27193 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24880644 890585088 15448 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 891936

[startup+25.5024 s]
/proc/loadavg: 2.15 2.10 2.09 3/86 27217
/proc/meminfo: memFree=15416/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=18.92
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1366 33097 0 2 6 2 1798 86 16 0 1 0 24880540 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27193/statm: 4217 1114 409 3 0 796 0
[pid=27216] ppid=27193 vsize=5356 CPUtime=0
/proc/27216/stat : 27216 (sh) S 27193 27193 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24882480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27216/statm: 1339 232 193 169 0 50 0
[pid=27217] ppid=27216 vsize=57364 CPUtime=6.02
/proc/27217/stat : 27217 (picosat) R 27216 27193 21858 0 -1 4194304 12424 0 0 0 271 331 0 0 25 0 1 0 24882481 58740736 12410 996147200 134512640 134931368 4294956256 18446744073709551615 134560090 0 0 4096 0 0 0 0 17 1 0 0
/proc/27217/statm: 14341 12410 40 102 0 14236 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 79588

[startup+51.1021 s]
/proc/loadavg: 2.10 2.09 2.09 3/86 27217
/proc/meminfo: memFree=15864/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=18.92
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1366 33097 0 2 6 2 1798 86 16 0 1 0 24880540 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27193/statm: 4217 1114 409 3 0 796 0
[pid=27216] ppid=27193 vsize=5356 CPUtime=0
/proc/27216/stat : 27216 (sh) S 27193 27193 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24882480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27216/statm: 1339 232 193 169 0 50 0
[pid=27217] ppid=27216 vsize=152616 CPUtime=31.33
/proc/27217/stat : 27217 (picosat) R 27216 27193 21858 0 -1 4194304 35261 0 0 0 1435 1698 0 0 25 0 1 0 24882481 156278784 35247 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27217/statm: 38154 35247 40 102 0 38049 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 174840

[startup+102.307 s]
/proc/loadavg: 2.09 2.09 2.09 3/86 27217
/proc/meminfo: memFree=15992/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=18.92
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1366 33097 0 2 6 2 1798 86 16 0 1 0 24880540 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27193/statm: 4217 1114 409 3 0 796 0
[pid=27216] ppid=27193 vsize=5356 CPUtime=0
/proc/27216/stat : 27216 (sh) S 27193 27193 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24882480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27216/statm: 1339 232 193 169 0 50 0
[pid=27217] ppid=27216 vsize=185540 CPUtime=82.02
/proc/27217/stat : 27217 (picosat) R 27216 27193 21858 0 -1 4194304 42756 0 0 0 6095 2107 0 0 25 0 1 0 24882481 189992960 42706 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/27217/statm: 46385 42706 42 102 0 46280 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 207764

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

[startup+127.902 s]
/proc/loadavg: 2.12 2.09 2.09 3/86 27217
/proc/meminfo: memFree=15672/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=18.92
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1366 33097 0 2 6 2 1798 86 16 0 1 0 24880540 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27193/statm: 4217 1114 409 3 0 796 0
[pid=27216] ppid=27193 vsize=5356 CPUtime=0
/proc/27216/stat : 27216 (sh) S 27193 27193 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24882480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27216/statm: 1339 232 193 169 0 50 0
[pid=27217] ppid=27216 vsize=185540 CPUtime=107.37
/proc/27217/stat : 27217 (picosat) R 27216 27193 21858 0 -1 4194304 42762 0 0 0 8628 2109 0 0 25 0 1 0 24882481 189992960 42712 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/27217/statm: 46385 42712 42 102 0 46280 0
Current children cumulated CPU time (s) 126.29
Current children cumulated vsize (KiB) 207764

[startup+134.303 s]
/proc/loadavg: 2.11 2.09 2.09 3/86 27217
/proc/meminfo: memFree=15160/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=18.92
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1366 33097 0 2 6 2 1798 86 16 0 1 0 24880540 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27193/statm: 4217 1114 409 3 0 796 0
[pid=27216] ppid=27193 vsize=5356 CPUtime=0
/proc/27216/stat : 27216 (sh) S 27193 27193 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24882480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27216/statm: 1339 232 193 169 0 50 0
[pid=27217] ppid=27216 vsize=185540 CPUtime=113.71
/proc/27217/stat : 27217 (picosat) R 27216 27193 21858 0 -1 4194304 42763 0 0 0 9262 2109 0 0 25 0 1 0 24882481 189992960 42713 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27217/statm: 46385 42713 42 102 0 46280 0
Current children cumulated CPU time (s) 132.63
Current children cumulated vsize (KiB) 207764

[startup+137.506 s]
/proc/loadavg: 2.11 2.09 2.09 3/86 27217
/proc/meminfo: memFree=15416/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=18.92
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1366 33097 0 2 6 2 1798 86 16 0 1 0 24880540 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27193/statm: 4217 1114 409 3 0 796 0
[pid=27216] ppid=27193 vsize=5356 CPUtime=0
/proc/27216/stat : 27216 (sh) S 27193 27193 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24882480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27216/statm: 1339 232 193 169 0 50 0
[pid=27217] ppid=27216 vsize=185540 CPUtime=116.88
/proc/27217/stat : 27217 (picosat) R 27216 27193 21858 0 -1 4194304 42764 0 0 0 9579 2109 0 0 25 0 1 0 24882481 189992960 42714 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/27217/statm: 46385 42714 42 102 0 46280 0
Current children cumulated CPU time (s) 135.8
Current children cumulated vsize (KiB) 207764

[startup+140.701 s]
/proc/loadavg: 2.11 2.09 2.09 3/86 27217
/proc/meminfo: memFree=14968/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=18.92
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1366 33097 0 2 6 2 1798 86 16 0 1 0 24880540 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27193/statm: 4217 1114 409 3 0 796 0
[pid=27216] ppid=27193 vsize=5356 CPUtime=0
/proc/27216/stat : 27216 (sh) S 27193 27193 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24882480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27216/statm: 1339 232 193 169 0 50 0
[pid=27217] ppid=27216 vsize=185540 CPUtime=120.05
/proc/27217/stat : 27217 (picosat) R 27216 27193 21858 0 -1 4194304 42768 0 0 0 9896 2109 0 0 25 0 1 0 24882481 189992960 42718 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/27217/statm: 46385 42718 42 102 0 46280 0
Current children cumulated CPU time (s) 138.97
Current children cumulated vsize (KiB) 207764

[startup+141.502 s]
/proc/loadavg: 2.11 2.09 2.09 3/86 27217
/proc/meminfo: memFree=14968/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=139.52
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1447 76159 0 2 6 2 11745 2199 15 0 1 0 24880540 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27193/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 139.52
Current children cumulated vsize (KiB) 16868

[startup+141.908 s]
/proc/loadavg: 2.10 2.09 2.09 3/94 27227
/proc/meminfo: memFree=176056/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=139.52
/proc/27193/stat : 27193 (sugar) S 27191 27193 21858 0 -1 4194304 1447 76159 0 2 6 2 11745 2199 15 0 1 0 24880540 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27193/statm: 4217 1114 409 3 0 796 0
[pid=27218] ppid=27193 vsize=5356 CPUtime=0
/proc/27218/stat : 27218 (sh) S 27193 27193 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894665 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27218/statm: 1339 233 193 169 0 50 0
[pid=27219] ppid=27218 vsize=862796 CPUtime=0.58
/proc/27219/stat : 27219 (java) S 27218 27193 21858 0 -1 0 3855 0 2 0 55 3 0 0 18 0 9 0 24894668 883503104 3317 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27219/statm: 215699 3317 1297 9 0 210612 0
[pid=27219/tid=27220] ppid=27218 vsize=862796 CPUtime=0.48
/proc/27219/task/27220/stat : 27220 (java) R 27218 27193 21858 0 -1 64 2057 0 2 0 47 1 0 0 23 0 9 0 24894670 883503104 3317 996147200 134512640 134550932 4294955984 18446744073709551615 4126546963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27221] ppid=27218 vsize=862796 CPUtime=0.01
/proc/27219/task/27221/stat : 27221 (java) S 27218 27193 21858 0 -1 64 623 0 0 0 1 0 0 0 16 0 9 0 24894673 883503104 3317 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27222] ppid=27218 vsize=862796 CPUtime=0
/proc/27219/task/27222/stat : 27222 (java) S 27218 27193 21858 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24894673 883503104 3317 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27223] ppid=27218 vsize=862796 CPUtime=0
/proc/27219/task/27223/stat : 27223 (java) S 27218 27193 21858 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24894673 883503104 3317 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27224] ppid=27218 vsize=862796 CPUtime=0
/proc/27219/task/27224/stat : 27224 (java) S 27218 27193 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24894676 883503104 3317 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27225] ppid=27218 vsize=862796 CPUtime=0.05
/proc/27219/task/27225/stat : 27225 (java) S 27218 27193 21858 0 -1 64 481 0 0 0 5 0 0 0 16 0 9 0 24894676 883503104 3317 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27226] ppid=27218 vsize=862796 CPUtime=0
/proc/27219/task/27226/stat : 27226 (java) S 27218 27193 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894676 883503104 3317 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27219/tid=27227] ppid=27218 vsize=862796 CPUtime=0
/proc/27219/task/27227/stat : 27227 (java) S 27218 27193 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894676 883503104 3317 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 140.1
Current children cumulated vsize (KiB) 885020

[startup+142.108 s]
/proc/loadavg: 2.10 2.09 2.09 3/94 27227
/proc/meminfo: memFree=176056/2055912 swapFree=4192812/4192956
[pid=27193] ppid=27191 vsize=16868 CPUtime=140.3
/proc/27193/stat : 27193 (sugar) R 27191 27193 21858 0 -1 4194304 1478 80865 0 4 6 3 11818 2203 16 0 1 0 24880540 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27193/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 140.3
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 142.161
CPU time (s): 140.365
CPU user time (s): 118.248
CPU system time (s): 22.1166
CPU usage (%): 98.7367
Max. virtual memory (cumulated for all children) (KiB): 902324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.248
system time used= 22.1166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82404
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10666
involuntary context switches= 13504

runsolver used 0.199969 second user time and 0.470928 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 07:56:00
IDJOB=2083764
IDBENCH=57924
IDSOLVER=738
FILE ID=node78/2083764-1247378160
PBS_JOBID= 9507058
Free space on /tmp= 124708 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083764-1247378160/watcher-2083764-1247378160 -o /tmp/evaluation-result-2083764-1247378160/solver-2083764-1247378160 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083764-1247378160.xml

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

MD5SUM BENCH= 2937328af9f6c216cca6342fe202e849
RANDOM SEED=1037993077

node78.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.232
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.232
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:      2055912 kB
MemFree:        219248 kB
Buffers:          2272 kB
Cached:        1446536 kB
SwapCached:          0 kB
Active:        1230532 kB
Inactive:       523288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        219248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          209332 kB
Writeback:           0 kB
Mapped:         326312 kB
Slab:            67104 kB
Committed_AS:   633392 kB
PageTables:       2548 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 124232 MiB
End job on node78 at 2009-07-12 07:58:22