Trace number 1087115

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatSAT 75.4175 76.306

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-10.xml
MD5SUMed0064ec6f686799b617fe86f279a28f
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 benchmark2.43163
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:25:24 2008
0.00/0.04	c 0	PID 3692
0.00/0.05	c 0	HOST node88.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087115-1215242724.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087115-1215242724.xml' 'HOME/temp.csp'
0.03/0.74	c 1	9 domains, 200 variables, 8 predicates, 0 relations, 2053 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.86	c 1	Parsing HOME/temp.csp
0.93/1.08	c 1	parsed 2270 expressions
0.93/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.09	c 1	Converting to clausal form CSP
1.03/1.18	c 1	converted 227 (10%) expressions
1.52/1.64	c 2	converted 454 (20%) expressions
1.82/1.91	c 2	converted 681 (30%) expressions
2.12/2.22	c 2	converted 908 (40%) expressions
2.31/2.45	c 3	converted 1135 (50%) expressions
2.51/2.63	c 3	converted 1362 (60%) expressions
2.70/2.88	c 3	converted 1589 (70%) expressions
2.91/3.05	c 3	converted 1816 (80%) expressions
3.00/3.19	c 3	converted 2043 (90%) expressions
3.21/3.37	c 3	converted 2270 (100%) expressions
3.21/3.37	c 3	CSP : 397 integers, 5863 booleans, 12418 clauses, largest domain size 2657
3.21/3.37	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.37	c 3	Propagation in CSP
3.40/3.53	c 4	6720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.40/3.53	c 4	CSP : 397 integers, 5863 booleans, 12418 clauses, largest domain size 2657
3.40/3.53	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.54	c 4	Simplifing CSP by introducing new Boolean variables
3.40/3.57	c 4	CSP : 397 integers, 10139 booleans, 16694 clauses, largest domain size 2657
3.40/3.57	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.59/3.76	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.69/3.89	c 4	40 (10%) CSP integer variables are encoded (4973 clauses, 62518 bytes)
3.79/3.98	c 4	80 (20%) CSP integer variables are encoded (9942 clauses, 127160 bytes)
3.89/4.08	c 4	120 (30%) CSP integer variables are encoded (15990 clauses, 217880 bytes)
3.99/4.17	c 4	159 (40%) CSP integer variables are encoded (21218 clauses, 296300 bytes)
4.09/4.26	c 4	199 (50%) CSP integer variables are encoded (26495 clauses, 375455 bytes)
4.18/4.34	c 4	239 (60%) CSP integer variables are encoded (85498 clauses, 1260500 bytes)
4.29/4.42	c 5	278 (70%) CSP integer variables are encoded (141765 clauses, 2188532 bytes)
4.29/4.49	c 5	318 (80%) CSP integer variables are encoded (198433 clauses, 3151888 bytes)
4.38/4.57	c 5	358 (90%) CSP integer variables are encoded (263393 clauses, 4256208 bytes)
4.48/4.65	c 5	397 (100%) CSP integer variables are encoded (322294 clauses, 5257525 bytes)
7.84/8.06	c 8	1670 (10%) CSP clauses are encoded (953650 clauses, 17748499 bytes)
10.51/10.73	c 11	3339 (20%) CSP clauses are encoded (1507042 clauses, 29533455 bytes)
12.19/12.43	c 13	5009 (30%) CSP clauses are encoded (1905198 clauses, 38094102 bytes)
13.55/13.88	c 14	6678 (40%) CSP clauses are encoded (2267227 clauses, 46155010 bytes)
14.54/14.86	c 15	8347 (50%) CSP clauses are encoded (2561443 clauses, 52865722 bytes)
15.43/15.76	c 16	10017 (60%) CSP clauses are encoded (2872640 clauses, 60011516 bytes)
16.43/16.75	c 17	11686 (70%) CSP clauses are encoded (3226104 clauses, 68266077 bytes)
17.22/17.51	c 18	13356 (80%) CSP clauses are encoded (3479648 clauses, 74248051 bytes)
18.19/18.53	c 19	15025 (90%) CSP clauses are encoded (3857462 clauses, 82948452 bytes)
18.88/19.27	c 19	16694 (100%) CSP clauses are encoded (4127892 clauses, 89386001 bytes)
18.88/19.27	c 19	16694 CSP clauses encoded
18.88/19.27	c 19	Writing map file : HOME/temp.map
18.88/19.29	c 19	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.88/19.29	c 19	SAT : 332830 SAT variables, 4127892 SAT clauses, 89386001 bytes
18.88/19.29	c 19	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.98/19.34	c 19	SOLVING HOME/temp.cnf
18.98/19.34	c 19	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
74.64/75.56	c 76	DECODING HOME/temp.out WITH HOME/temp.map
74.64/75.56	c 76	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
74.72/75.65	c 76	Decoding HOME/temp.out
75.23/76.19	s SATISFIABLE
75.33/76.20	v 2600 -2376 -2572 -2500 2348 -2432 -2452 -2496 2508 2336 2296 -2600 2512 -2432 -2456 2560 -2608 -2500 -2324 2524 -2580 -2544 2336 2520 -2588 -2424 2576 -2568 2636 -2392 2624 2484 -2608 -2376 -2504 2460 -2636 -2484 2408 2552 2548 2284 2464 -2468 -2376 -2348 -2532 2572 -2460 -2536 -2484 2564 2356 -2464 -2288 -2388 2388 -2420 -2416 -2360 2524 2324 2336 -2488 -2464 -2520 -2492 -2416 -2564 -2376 2648 2508 2596 2460 -2340 -2644 2344 2620 -2640 2320 -2320 2328 2328 2424 -2580 -2652 2576 -2548 -2512 -2584 -2332 -2472 2536 -2496 2416 2504 -2480 2456 -2540 -2576 -2508 2604 2544 2488 -2488 2420 -2496 -2616 -2440 -2280 2512 -2280 2452 2648 2420 -2416 -2416 2652 2456 2616 -2376 -2528 2432 -2332 2360 -2316 2524 -2340 -2356 2484 -2640 -2632 -2412 -2416 2320 2532 -2640 -2400 -2636 -2600 -2356 2616 -2472 2300 2460 2472 2300 -2588 2376 2396 -2532 2616 2444 -2380 -2548 -2548 -2596 -2380 2504 -2612 2444 -2588 -2572 2348 2612 -2600 2420 -2420 -2596 -2448 2372 -2604 -2292 -2336 2384 -2340 -2528 -2336 2380 2396 -2640 2364 -2612 2292 -2628 2608 2460 2288 -2540 2340 -2552 2412 2320 2592 2308 2656 -2412 2376 -2296 -2528
75.33/76.21	c 76	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
75.33/76.26	c 76	CPU 56.88 (0.03 0.01 56.85 18.45)
75.33/76.26	c 76	END Sat Jul  5 09:26:40 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087115-1215242724/watcher-1087115-1215242724 -o /tmp/evaluation-result-1087115-1215242724/solver-1087115-1215242724 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1087115-1215242724.xml 

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


[startup+0 s]
/proc/loadavg: 2.12 2.05 2.04 5/73 3692
/proc/meminfo: memFree=1830848/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=12268 CPUtime=0
/proc/3692/stat : 3692 (sugar) R 3690 3692 2981 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 636519655 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/3692/statm: 3067 316 241 3 0 167 0

[startup+0.0897169 s]
/proc/loadavg: 2.12 2.05 2.04 5/73 3692
/proc/meminfo: memFree=1830848/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=0.03
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 636519655 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101719 s]
/proc/loadavg: 2.12 2.05 2.04 5/73 3692
/proc/meminfo: memFree=1830848/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=0.03
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 636519655 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301742 s]
/proc/loadavg: 2.12 2.05 2.04 5/73 3692
/proc/meminfo: memFree=1830848/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=0.03
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 636519655 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701789 s]
/proc/loadavg: 2.12 2.05 2.04 5/73 3692
/proc/meminfo: memFree=1830848/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=0.03
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 636519655 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 2.12 2.05 2.04 4/84 3714
/proc/meminfo: memFree=1823144/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=0.73
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 973 5153 0 1 3 1 65 4 15 0 1 0 636519655 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 797 370 3 0 500 0
[pid=3705] ppid=3692 vsize=5356 CPUtime=0
/proc/3705/stat : 3705 (sh) S 3692 3692 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636519733 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3705/statm: 1339 233 193 169 0 50 0
[pid=3706] ppid=3705 vsize=868284 CPUtime=0.69
/proc/3706/stat : 3706 (java) S 3705 3692 2981 0 -1 0 5456 0 1 0 66 3 0 0 20 0 9 0 636519733 889122816 4872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3706/statm: 217071 4872 1732 9 0 211646 0
[pid=3706/tid=3707] ppid=3705 vsize=868284 CPUtime=0.46
/proc/3706/task/3707/stat : 3707 (java) R 3705 3692 2981 0 -1 64 2662 0 1 0 45 1 0 0 25 0 9 0 636519734 889122816 4872 996147200 134512640 134550740 4294955952 18446744073709551615 4126515932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3708] ppid=3705 vsize=868284 CPUtime=0.04
/proc/3706/task/3708/stat : 3708 (java) S 3705 3692 2981 0 -1 64 657 0 0 0 4 0 0 0 16 0 9 0 636519735 889122816 4872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3709] ppid=3705 vsize=868284 CPUtime=0
/proc/3706/task/3709/stat : 3709 (java) S 3705 3692 2981 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 636519735 889122816 4872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3710] ppid=3705 vsize=868284 CPUtime=0
/proc/3706/task/3710/stat : 3710 (java) S 3705 3692 2981 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 636519735 889122816 4872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3711] ppid=3705 vsize=868284 CPUtime=0
/proc/3706/task/3711/stat : 3711 (java) S 3705 3692 2981 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 636519737 889122816 4872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3712] ppid=3705 vsize=868284 CPUtime=0.17
/proc/3706/task/3712/stat : 3712 (java) S 3705 3692 2981 0 -1 64 1446 0 0 0 16 1 0 0 16 0 9 0 636519737 889122816 4872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3713] ppid=3705 vsize=868284 CPUtime=0
/proc/3706/task/3713/stat : 3713 (java) S 3705 3692 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636519737 889122816 4872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3714] ppid=3705 vsize=868284 CPUtime=0
/proc/3706/task/3714/stat : 3714 (java) S 3705 3692 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636519737 889122816 4872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887240

[startup+3.10207 s]
/proc/loadavg: 2.11 2.05 2.04 3/84 3714
/proc/meminfo: memFree=1810536/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=0.73
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 973 5153 0 1 3 1 65 4 15 0 1 0 636519655 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 797 370 3 0 500 0
[pid=3705] ppid=3692 vsize=5356 CPUtime=0
/proc/3705/stat : 3705 (sh) S 3692 3692 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636519733 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3705/statm: 1339 233 193 169 0 50 0
[pid=3706] ppid=3705 vsize=868400 CPUtime=2.27
/proc/3706/stat : 3706 (java) S 3705 3692 2981 0 -1 0 10011 0 1 0 221 6 0 0 20 0 9 0 636519733 889241600 9145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3706/statm: 217100 9145 2540 9 0 211675 0
[pid=3706/tid=3707] ppid=3705 vsize=868400 CPUtime=1.61
/proc/3706/task/3707/stat : 3707 (java) R 3705 3692 2981 0 -1 64 2886 0 1 0 160 1 0 0 25 0 9 0 636519734 889241600 9145 996147200 134512640 134550740 4294955952 18446744073709551615 4126574004 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3708] ppid=3705 vsize=868400 CPUtime=0.44
/proc/3706/task/3708/stat : 3708 (java) S 3705 3692 2981 0 -1 64 4971 0 0 0 41 3 0 0 16 0 9 0 636519735 889241600 9145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3709] ppid=3705 vsize=868400 CPUtime=0
/proc/3706/task/3709/stat : 3709 (java) S 3705 3692 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636519735 889241600 9145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3710] ppid=3705 vsize=868400 CPUtime=0
/proc/3706/task/3710/stat : 3710 (java) S 3705 3692 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636519735 889241600 9145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3711] ppid=3705 vsize=868400 CPUtime=0
/proc/3706/task/3711/stat : 3711 (java) S 3705 3692 2981 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 636519737 889241600 9145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3712] ppid=3705 vsize=868400 CPUtime=0.2
/proc/3706/task/3712/stat : 3712 (java) S 3705 3692 2981 0 -1 64 1461 0 0 0 19 1 0 0 16 0 9 0 636519737 889241600 9145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3713] ppid=3705 vsize=868400 CPUtime=0
/proc/3706/task/3713/stat : 3713 (java) S 3705 3692 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636519737 889241600 9145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3714] ppid=3705 vsize=868400 CPUtime=0
/proc/3706/task/3714/stat : 3714 (java) S 3705 3692 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636519737 889241600 9145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887356

[startup+6.30143 s]
/proc/loadavg: 2.11 2.05 2.04 3/84 3714
/proc/meminfo: memFree=1789224/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=0.73
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 974 5153 0 1 3 1 65 4 15 0 1 0 636519655 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 797 370 3 0 500 0
[pid=3705] ppid=3692 vsize=5356 CPUtime=0
/proc/3705/stat : 3705 (sh) S 3692 3692 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636519733 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3705/statm: 1339 233 193 169 0 50 0
[pid=3706] ppid=3705 vsize=868512 CPUtime=5.43
/proc/3706/stat : 3706 (java) S 3705 3692 2981 0 -1 0 11588 0 1 0 528 15 0 0 20 0 9 0 636519733 889356288 10518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3706/statm: 217128 10518 2565 9 0 211675 0
[pid=3706/tid=3707] ppid=3705 vsize=868512 CPUtime=4.4
/proc/3706/task/3707/stat : 3707 (java) R 3705 3692 2981 0 -1 64 3219 0 1 0 432 8 0 0 25 0 9 0 636519734 889356288 10518 996147200 134512640 134550740 4294955952 18446744073709551615 4126578588 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3708] ppid=3705 vsize=868512 CPUtime=0.74
/proc/3706/task/3708/stat : 3708 (java) S 3705 3692 2981 0 -1 64 6178 0 0 0 70 4 0 0 15 0 9 0 636519735 889356288 10518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3709] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3709/stat : 3709 (java) S 3705 3692 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636519735 889356288 10518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3710] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3710/stat : 3710 (java) S 3705 3692 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636519735 889356288 10518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3711] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3711/stat : 3711 (java) S 3705 3692 2981 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 636519737 889356288 10518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3712] ppid=3705 vsize=868512 CPUtime=0.25
/proc/3706/task/3712/stat : 3712 (java) S 3705 3692 2981 0 -1 64 1498 0 0 0 24 1 0 0 15 0 9 0 636519737 889356288 10518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3713] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3713/stat : 3713 (java) S 3705 3692 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636519737 889356288 10518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3714] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3714/stat : 3714 (java) S 3705 3692 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636519737 889356288 10518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887468

[startup+12.7022 s]
/proc/loadavg: 2.10 2.05 2.04 3/84 3714
/proc/meminfo: memFree=1760688/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=0.73
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 974 5153 0 1 3 1 65 4 16 0 1 0 636519655 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 797 370 3 0 500 0
[pid=3705] ppid=3692 vsize=5356 CPUtime=0
/proc/3705/stat : 3705 (sh) S 3692 3692 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636519733 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3705/statm: 1339 233 193 169 0 50 0
[pid=3706] ppid=3705 vsize=868512 CPUtime=11.76
/proc/3706/stat : 3706 (java) S 3705 3692 2981 0 -1 0 11980 0 1 0 1139 37 0 0 20 0 9 0 636519733 889356288 10530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3706/statm: 217128 10530 2566 9 0 211675 0
[pid=3706/tid=3707] ppid=3705 vsize=868512 CPUtime=10.55
/proc/3706/task/3707/stat : 3707 (java) R 3705 3692 2981 0 -1 64 3599 0 1 0 1028 27 0 0 25 0 9 0 636519734 889356288 10530 996147200 134512640 134550740 4294955952 18446744073709551615 4126981736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3708] ppid=3705 vsize=868512 CPUtime=0.9
/proc/3706/task/3708/stat : 3708 (java) S 3705 3692 2981 0 -1 64 6178 0 0 0 83 7 0 0 16 0 9 0 636519735 889356288 10530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3709] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3709/stat : 3709 (java) S 3705 3692 2981 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636519735 889356288 10530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3710] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3710/stat : 3710 (java) S 3705 3692 2981 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 636519735 889356288 10530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3711] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3711/stat : 3711 (java) S 3705 3692 2981 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 636519737 889356288 10530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3712] ppid=3705 vsize=868512 CPUtime=0.28
/proc/3706/task/3712/stat : 3712 (java) S 3705 3692 2981 0 -1 64 1510 0 0 0 27 1 0 0 16 0 9 0 636519737 889356288 10530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3713] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3713/stat : 3713 (java) S 3705 3692 2981 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636519737 889356288 10530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3706/tid=3714] ppid=3705 vsize=868512 CPUtime=0
/proc/3706/task/3714/stat : 3714 (java) S 3705 3692 2981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636519737 889356288 10530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887468

[startup+25.5016 s]
/proc/loadavg: 2.31 2.09 2.06 3/76 3716
/proc/meminfo: memFree=1696880/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=18.99
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 1024 18018 0 2 3 1 1816 79 16 0 1 0 636519655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 799 370 3 0 500 0
[pid=3715] ppid=3692 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3692 3692 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636521589 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3715/statm: 1339 232 193 169 0 50 0
[pid=3716] ppid=3715 vsize=57920 CPUtime=6.09
/proc/3716/stat : 3716 (picosat) R 3715 3692 2981 0 -1 4194304 11205 0 0 0 276 333 0 0 25 0 1 0 636521590 59310080 11191 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/3716/statm: 14480 11191 40 102 0 14375 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 76876

[startup+51.1016 s]
/proc/loadavg: 2.26 2.10 2.06 3/76 3716
/proc/meminfo: memFree=1603248/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=18.99
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 1024 18018 0 2 3 1 1816 79 16 0 1 0 636519655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 799 370 3 0 500 0
[pid=3715] ppid=3692 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3692 3692 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636521589 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3715/statm: 1339 232 193 169 0 50 0
[pid=3716] ppid=3715 vsize=157776 CPUtime=31.47
/proc/3716/stat : 3716 (picosat) R 3715 3692 2981 0 -1 4194304 34945 0 0 0 1441 1706 0 0 25 0 1 0 636521590 161562624 34931 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 0 0 0
/proc/3716/statm: 39444 34931 40 102 0 39339 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 176732

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

[startup+63.9021 s]
/proc/loadavg: 2.20 2.09 2.06 3/76 3716
/proc/meminfo: memFree=1595568/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=18.99
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 1024 18018 0 2 3 1 1816 79 16 0 1 0 636519655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 799 370 3 0 500 0
[pid=3715] ppid=3692 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3692 3692 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636521589 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3715/statm: 1339 232 193 169 0 50 0
[pid=3716] ppid=3715 vsize=169580 CPUtime=44.15
/proc/3716/stat : 3716 (picosat) R 3715 3692 2981 0 -1 4194304 36369 0 0 0 2657 1758 0 0 25 0 1 0 636521590 173649920 36322 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 0 0 0
/proc/3716/statm: 42395 36322 42 102 0 42290 0
Current children cumulated CPU time (s) 63.14
Current children cumulated vsize (KiB) 188536

[startup+70.3018 s]
/proc/loadavg: 2.18 2.09 2.06 3/76 3716
/proc/meminfo: memFree=1595568/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=18.99
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 1024 18018 0 2 3 1 1816 79 16 0 1 0 636519655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 799 370 3 0 500 0
[pid=3715] ppid=3692 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3692 3692 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636521589 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3715/statm: 1339 232 193 169 0 50 0
[pid=3716] ppid=3715 vsize=169580 CPUtime=50.5
/proc/3716/stat : 3716 (picosat) R 3715 3692 2981 0 -1 4194304 36372 0 0 0 3292 1758 0 0 25 0 1 0 636521590 173649920 36325 996147200 134512640 134931368 4294956256 18446744073709551615 134544827 0 0 4096 0 0 0 0 17 0 0 0
/proc/3716/statm: 42395 36325 42 102 0 42290 0
Current children cumulated CPU time (s) 69.49
Current children cumulated vsize (KiB) 188536

[startup+73.5012 s]
/proc/loadavg: 2.17 2.09 2.06 3/76 3716
/proc/meminfo: memFree=1595568/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=18.99
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 1024 18018 0 2 3 1 1816 79 16 0 1 0 636519655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 799 370 3 0 500 0
[pid=3715] ppid=3692 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3692 3692 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636521589 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3715/statm: 1339 232 193 169 0 50 0
[pid=3716] ppid=3715 vsize=169580 CPUtime=53.67
/proc/3716/stat : 3716 (picosat) R 3715 3692 2981 0 -1 4194304 36374 0 0 0 3609 1758 0 0 25 0 1 0 636521590 173649920 36327 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/3716/statm: 42395 36327 42 102 0 42290 0
Current children cumulated CPU time (s) 72.66
Current children cumulated vsize (KiB) 188536

[startup+75.1013 s]
/proc/loadavg: 2.17 2.09 2.06 3/76 3716
/proc/meminfo: memFree=1595568/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=18.99
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 1024 18018 0 2 3 1 1816 79 16 0 1 0 636519655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 799 370 3 0 500 0
[pid=3715] ppid=3692 vsize=5356 CPUtime=0
/proc/3715/stat : 3715 (sh) S 3692 3692 2981 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636521589 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3715/statm: 1339 232 193 169 0 50 0
[pid=3716] ppid=3715 vsize=169580 CPUtime=55.24
/proc/3716/stat : 3716 (picosat) R 3715 3692 2981 0 -1 4194304 36375 0 0 0 3766 1758 0 0 25 0 1 0 636521590 173649920 36328 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/3716/statm: 42395 36328 42 102 0 42290 0
Current children cumulated CPU time (s) 74.23
Current children cumulated vsize (KiB) 188536

[startup+75.9064 s]
/proc/loadavg: 2.17 2.09 2.06 4/84 3726
/proc/meminfo: memFree=1731760/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=74.72
/proc/3692/stat : 3692 (sugar) S 3690 3692 2981 0 -1 4194304 1092 54687 0 2 3 1 5627 1841 16 0 1 0 636519655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3692/statm: 3400 799 370 3 0 500 0
[pid=3717] ppid=3692 vsize=5356 CPUtime=0
/proc/3717/stat : 3717 (sh) S 3692 3692 2981 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636527211 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3717/statm: 1339 233 193 169 0 50 0
[pid=3718] ppid=3717 vsize=864364 CPUtime=0.31
/proc/3718/stat : 3718 (java) S 3717 3692 2981 0 -1 0 4083 0 1 0 29 2 0 0 19 0 9 0 636527212 885108736 3550 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3718/statm: 216091 3550 1678 9 0 210673 0
[pid=3718/tid=3719] ppid=3717 vsize=864364 CPUtime=0.22
/proc/3718/task/3719/stat : 3719 (java) R 3717 3692 2981 0 -1 64 2485 0 1 0 21 1 0 0 25 0 9 0 636527213 885108736 3550 996147200 134512640 134550740 4294956000 18446744073709551615 4126549161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3718/tid=3720] ppid=3717 vsize=864364 CPUtime=0.01
/proc/3718/task/3720/stat : 3720 (java) S 3717 3692 2981 0 -1 64 478 0 0 0 1 0 0 0 16 0 9 0 636527214 885108736 3550 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3718/tid=3721] ppid=3717 vsize=864364 CPUtime=0
/proc/3718/task/3721/stat : 3721 (java) S 3717 3692 2981 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 636527215 885108736 3550 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3718/tid=3722] ppid=3717 vsize=864364 CPUtime=0
/proc/3718/task/3722/stat : 3722 (java) S 3717 3692 2981 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 636527215 885108736 3550 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3718/tid=3723] ppid=3717 vsize=864364 CPUtime=0
/proc/3718/task/3723/stat : 3723 (java) S 3717 3692 2981 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 636527217 885108736 3550 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3718/tid=3724] ppid=3717 vsize=864364 CPUtime=0.05
/proc/3718/task/3724/stat : 3724 (java) S 3717 3692 2981 0 -1 64 429 0 0 0 5 0 0 0 19 0 9 0 636527217 885108736 3550 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3718/tid=3725] ppid=3717 vsize=864364 CPUtime=0
/proc/3718/task/3725/stat : 3725 (java) S 3717 3692 2981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636527217 885108736 3550 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3718/tid=3726] ppid=3717 vsize=864364 CPUtime=0
/proc/3718/task/3726/stat : 3726 (java) S 3717 3692 2981 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 636527217 885108736 3550 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.03
Current children cumulated vsize (KiB) 883320

[startup+76.3032 s]
/proc/loadavg: 2.17 2.09 2.06 4/84 3726
/proc/meminfo: memFree=1731760/2055920 swapFree=4179952/4192956
[pid=3692] ppid=3690 vsize=13600 CPUtime=75.39
/proc/3692/stat : 3692 (sugar) R 3690 3692 2981 0 -1 4194304 1120 59164 0 3 3 6 5685 1845 16 0 1 0 636519655 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3692/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 75.39
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 76.306
CPU time (s): 75.4175
CPU user time (s): 56.8944
CPU system time (s): 18.5232
CPU usage (%): 98.8356
Max. virtual memory (cumulated for all children) (KiB): 887544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.8944
system time used= 18.5232
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60314
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= 11442
involuntary context switches= 13032

runsolver used 0.104984 second user time and 0.250961 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 09:25:24
IDJOB=1087115
IDBENCH=57940
IDSOLVER=345
FILE ID=node88/1087115-1215242724
PBS_JOBID= 7881971
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087115-1215242724/watcher-1087115-1215242724 -o /tmp/evaluation-result-1087115-1215242724/solver-1087115-1215242724 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1087115-1215242724.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed0064ec6f686799b617fe86f279a28f
RANDOM SEED=1318356365

node88.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1831520 kB
Buffers:         10960 kB
Cached:         123536 kB
SwapCached:       7080 kB
Active:         116768 kB
Inactive:        58400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831520 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:          48508 kB
Slab:            34532 kB
Committed_AS:  1122852 kB
PageTables:       1860 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= 66496 MiB
End job on node88 at 2008-07-05 09:26:40