Trace number 2083720

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 257.458 259.82

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-5.xml
MD5SUM9b390cbd2e7aec20d5f3a2cc4b660065
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 benchmark24.2693
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.07	c 0	BEGIN Sun Jul 12 07:54:43 2009
0.01/0.07	c 0	PID 24734
0.01/0.07	c 0	HOST node79.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2083720-1247378083.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083720-1247378083.xml' 'HOME/temp.csp'
0.06/0.61	c 1	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	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.59/0.72	c 1	Parsing HOME/temp.csp
0.59/0.89	c 1	parsed 3681 expressions
0.59/0.89	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.59/0.89	c 1	Converting to clausal form CSP
0.92/1.08	c 1	converted 369 (10%) expressions
1.71/1.82	c 2	converted 737 (20%) expressions
2.21/2.33	c 3	converted 1105 (30%) expressions
2.60/2.72	c 3	converted 1473 (40%) expressions
3.00/3.17	c 3	converted 1841 (50%) expressions
3.30/3.44	c 4	converted 2209 (60%) expressions
3.69/3.83	c 4	converted 2577 (70%) expressions
4.08/4.24	c 5	converted 2945 (80%) expressions
4.38/4.52	c 5	converted 3313 (90%) expressions
4.68/4.85	c 5	converted 3681 (100%) expressions
4.68/4.85	c 5	CSP : 598 integers, 9543 booleans, 20306 clauses, largest domain size 2697
4.68/4.85	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.68/4.85	c 5	Propagation in CSP
4.87/5.04	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.87/5.04	c 5	CSP : 598 integers, 9543 booleans, 20306 clauses, largest domain size 2697
4.87/5.04	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.87/5.05	c 5	Simplifing CSP by introducing new Boolean variables
4.99/5.11	c 5	CSP : 598 integers, 16493 booleans, 27256 clauses, largest domain size 2697
4.99/5.11	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.17/5.38	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.47/5.66	c 6	60 (10%) CSP integer variables are encoded (11833 clauses, 155465 bytes)
5.67/5.88	c 6	120 (20%) CSP integer variables are encoded (23990 clauses, 337820 bytes)
5.97/6.12	c 6	180 (30%) CSP integer variables are encoded (36826 clauses, 530360 bytes)
6.17/6.34	c 7	240 (40%) CSP integer variables are encoded (48330 clauses, 702920 bytes)
6.36/6.57	c 7	299 (50%) CSP integer variables are encoded (61074 clauses, 894080 bytes)
6.56/6.72	c 7	359 (60%) CSP integer variables are encoded (188145 clauses, 2977078 bytes)
6.65/6.85	c 7	419 (70%) CSP integer variables are encoded (296679 clauses, 4822156 bytes)
6.76/7.00	c 7	479 (80%) CSP integer variables are encoded (409999 clauses, 6748596 bytes)
6.96/7.12	c 7	539 (90%) CSP integer variables are encoded (508153 clauses, 8417214 bytes)
7.06/7.25	c 8	598 (100%) CSP integer variables are encoded (624076 clauses, 10387905 bytes)
8.94/9.16	c 9	2726 (10%) CSP clauses are encoded (1226796 clauses, 24495250 bytes)
10.90/11.10	c 11	5452 (20%) CSP clauses are encoded (1939046 clauses, 41366722 bytes)
12.30/12.52	c 13	8177 (30%) CSP clauses are encoded (2444980 clauses, 53359874 bytes)
13.68/14.00	c 14	10903 (40%) CSP clauses are encoded (3025064 clauses, 67171036 bytes)
15.06/15.38	c 16	13628 (50%) CSP clauses are encoded (3558832 clauses, 79940735 bytes)
17.04/17.39	c 18	16354 (60%) CSP clauses are encoded (4382741 clauses, 99793447 bytes)
18.33/18.66	c 19	19080 (70%) CSP clauses are encoded (4900678 clauses, 112105686 bytes)
20.31/20.68	c 21	21805 (80%) CSP clauses are encoded (5734120 clauses, 132239152 bytes)
22.24/22.62	c 23	24531 (90%) CSP clauses are encoded (6541872 clauses, 151585700 bytes)
23.84/24.21	c 25	27256 (100%) CSP clauses are encoded (7175670 clauses, 166993929 bytes)
23.84/24.21	c 25	27256 CSP clauses encoded
23.84/24.21	c 25	Writing map file : HOME/temp.map
23.84/24.24	c 25	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.84/24.24	c 25	SAT : 641167 SAT variables, 7175670 SAT clauses, 166993929 bytes
23.84/24.24	c 25	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.84/24.30	c 25	SOLVING HOME/temp.cnf
23.84/24.30	c 25	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
256.25/258.68	c 259	DECODING HOME/temp.out WITH HOME/temp.map
256.25/258.68	c 259	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'
256.35/258.76	c 259	Decoding HOME/temp.out
257.24/259.69	s SATISFIABLE
257.33/259.70	v 2684 2356 -2260 2312 -2204 -2452 2648 2216 -2652 2400 -2624 2548 -2544 -2392 -2376 2452 2488 2512 -2160 2160 2244 -2648 -2320 -2256 2256 2564 -2300 -2432 2180 2600 -2160 -2524 2224 -2600 -2412 2252 -2576 -2272 -2656 -2316 -2212 2452 2584 -2364 2260 -2288 2544 -2524 2432 -2612 2160 -2640 -2648 2552 2256 2564 2196 -2288 2268 2668 2280 -2224 2200 -2476 2668 2512 2568 2644 -2492 2364 2580 2308 -2300 -2312 -2160 -2616 2628 -2560 2460 2164 2584 2208 -2624 2640 -2412 2656 2564 2532 -2244 -2168 2688 -2612 -2672 2512 2188 -2228 2520 2248 2696 2344 2472 -2512 -2696 -2448 2416 2392 -2304 -2580 -2560 2612 -2212 2552 -2404 2664 2200 -2616 -2680 2584 -2376 -2628 -2624 -2664 2524 2628 -2616 -2452 -2508 -2696 -2268 -2604 -2584 2268 -2648 -2668 -2300 -2288 -2344 2404 -2652 -2552 -2296 -2228 2588 2200 2520 2428 2160 2656 -2328 -2632 2308 2628 -2160 2308 2248 2564 2408 2544 -2356 2652 2356 2160 -2416 2636 2328 2620 -2244 2616 -2416 2160 2536 -2620 2596 2684 2576 2232 -2692 2204 2232 -2648 -2508 -2224 -2268 -2204 -2328 2620 2460 -2232 2592 -2612 2236 2500 -2200 -2652 -2688 2192 2660 -2480 -2480 -2664 2432 2660 -2524 2316 -2608 2652 2272 2456 2472 2292 2316 2692 -2272 -2200 2192 2624 2584 2384 -2276 -2644 2632 2336 2616 -2496 2572 -2368 -2288 2516 2548 -2624 2624 2620 2200 2624 -2496 2572 2468 -2624 2500 -2184 2636 2212 2668 -2468 -2440 2412 2336 -2432 2444 -2676 2316 -2368 2296 2656 2200 2252 2640 2448 -2628 2592 -2376 -2524 -2584 2440 2688 2408 -2656 2564 -2600 2296 -2552 2184 2368 -2328 -2200 -2508 -2584 2200 2184 -2172 -2572 -2528 2608 2504 2608 2644 2220 2396 2612 -2536 -2360 2472 2400 -2252 -2284 2324 -2568 -2656 2276 2340
257.33/259.71	c 260	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
257.33/259.74	c 260	CPU 257.36 (0.06 0.02 224.61 32.67)
257.33/259.74	c 260	END Sun Jul 12 07:59:03 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083720-1247378083/watcher-2083720-1247378083 -o /tmp/evaluation-result-2083720-1247378083/solver-2083720-1247378083 -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-2083720-1247378083.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: 1.85 2.02 2.08 4/73 24734
/proc/meminfo: memFree=1368776/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=12272 CPUtime=0
/proc/24734/stat : 24734 (sugar) R 24732 24734 24697 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24873909 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234054794238 0 0 4224 0 0 0 0 17 1 0 0
/proc/24734/statm: 3068 327 246 3 0 168 0

[startup+0.0272469 s]
/proc/loadavg: 1.85 2.02 2.08 4/73 24734
/proc/meminfo: memFree=1368776/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=13072 CPUtime=0.01
/proc/24734/stat : 24734 (sugar) R 24732 24734 24697 0 -1 4194304 632 0 0 0 1 0 0 0 18 0 1 0 24873909 13385728 600 996147200 4194304 4206940 548682068608 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 1 0 0
/proc/24734/statm: 3268 600 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.102264 s]
/proc/loadavg: 1.85 2.02 2.08 4/73 24734
/proc/meminfo: memFree=1368776/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=0.06
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24873909 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302284 s]
/proc/loadavg: 1.85 2.02 2.08 4/73 24734
/proc/meminfo: memFree=1368776/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=0.06
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24873909 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701326 s]
/proc/loadavg: 1.85 2.02 2.08 4/73 24734
/proc/meminfo: memFree=1368776/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=0.59
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1292 6860 0 1 5 1 48 5 17 0 1 0 24873909 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50141 s]
/proc/loadavg: 1.85 2.02 2.08 3/84 24756
/proc/meminfo: memFree=1357680/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=0.59
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1309 6860 0 1 5 1 48 5 16 0 1 0 24873909 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1111 409 3 0 796 0
[pid=24747] ppid=24734 vsize=5356 CPUtime=0
/proc/24747/stat : 24747 (sh) S 24734 24734 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24873974 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24747/statm: 1339 233 193 169 0 50 0
[pid=24748] ppid=24747 vsize=868496 CPUtime=0.82
/proc/24748/stat : 24748 (java) S 24747 24734 24697 0 -1 0 5822 0 1 0 79 3 0 0 18 0 9 0 24873974 889339904 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24748/statm: 217124 5215 1744 9 0 211629 0
[pid=24748/tid=24749] ppid=24747 vsize=868496 CPUtime=0.61
/proc/24748/task/24749/stat : 24749 (java) R 24747 24734 24697 0 -1 64 2695 0 1 0 60 1 0 0 25 0 9 0 24873975 889339904 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4126519542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24750] ppid=24747 vsize=868496 CPUtime=0.05
/proc/24748/task/24750/stat : 24750 (java) S 24747 24734 24697 0 -1 64 966 0 0 0 5 0 0 0 16 0 9 0 24873976 889339904 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24751] ppid=24747 vsize=868496 CPUtime=0
/proc/24748/task/24751/stat : 24751 (java) S 24747 24734 24697 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 24873976 889339904 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24752] ppid=24747 vsize=868496 CPUtime=0
/proc/24748/task/24752/stat : 24752 (java) S 24747 24734 24697 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 24873976 889339904 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24753] ppid=24747 vsize=868496 CPUtime=0
/proc/24748/task/24753/stat : 24753 (java) S 24747 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24873978 889339904 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24754] ppid=24747 vsize=868496 CPUtime=0.14
/proc/24748/task/24754/stat : 24754 (java) S 24747 24734 24697 0 -1 64 1468 0 0 0 14 0 0 0 16 0 9 0 24873978 889339904 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24755] ppid=24747 vsize=868496 CPUtime=0
/proc/24748/task/24755/stat : 24755 (java) S 24747 24734 24697 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24873978 889339904 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24756] ppid=24747 vsize=868496 CPUtime=0
/proc/24748/task/24756/stat : 24756 (java) S 24747 24734 24697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24873978 889339904 5215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890720

[startup+3.10158 s]
/proc/loadavg: 1.85 2.02 2.08 3/84 24756
/proc/meminfo: memFree=1347248/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=0.59
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1309 6860 0 1 5 1 48 5 16 0 1 0 24873909 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1111 409 3 0 796 0
[pid=24747] ppid=24734 vsize=5356 CPUtime=0
/proc/24747/stat : 24747 (sh) S 24734 24734 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24873974 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24747/statm: 1339 233 193 169 0 50 0
[pid=24748] ppid=24747 vsize=868580 CPUtime=2.41
/proc/24748/stat : 24748 (java) S 24747 24734 24697 0 -1 0 9781 0 1 0 235 6 0 0 18 0 9 0 24873974 889425920 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24748/statm: 217145 8843 2566 9 0 211650 0
[pid=24748/tid=24749] ppid=24747 vsize=868580 CPUtime=1.83
/proc/24748/task/24749/stat : 24749 (java) R 24747 24734 24697 0 -1 64 2932 0 1 0 181 2 0 0 25 0 9 0 24873975 889425920 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4126508392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24750] ppid=24747 vsize=868580 CPUtime=0.38
/proc/24748/task/24750/stat : 24750 (java) S 24747 24734 24697 0 -1 64 4673 0 0 0 36 2 0 0 16 0 9 0 24873976 889425920 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24751] ppid=24747 vsize=868580 CPUtime=0
/proc/24748/task/24751/stat : 24751 (java) S 24747 24734 24697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24873976 889425920 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24752] ppid=24747 vsize=868580 CPUtime=0
/proc/24748/task/24752/stat : 24752 (java) S 24747 24734 24697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24873976 889425920 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24753] ppid=24747 vsize=868580 CPUtime=0
/proc/24748/task/24753/stat : 24753 (java) S 24747 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24873978 889425920 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24754] ppid=24747 vsize=868580 CPUtime=0.16
/proc/24748/task/24754/stat : 24754 (java) S 24747 24734 24697 0 -1 64 1478 0 0 0 16 0 0 0 16 0 9 0 24873978 889425920 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24755] ppid=24747 vsize=868580 CPUtime=0
/proc/24748/task/24755/stat : 24755 (java) S 24747 24734 24697 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24873978 889425920 8843 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24756] ppid=24747 vsize=868580 CPUtime=0
/proc/24748/task/24756/stat : 24756 (java) S 24747 24734 24697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24873978 889425920 8843 996147200 134512640 134550932 4294955936 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) 890804

[startup+6.30291 s]
/proc/loadavg: 1.86 2.02 2.08 3/84 24756
/proc/meminfo: memFree=1324208/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=0.59
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1310 6860 0 1 5 1 48 5 16 0 1 0 24873909 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1111 409 3 0 796 0
[pid=24747] ppid=24734 vsize=5356 CPUtime=0
/proc/24747/stat : 24747 (sh) S 24734 24734 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24873974 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24747/statm: 1339 233 193 169 0 50 0
[pid=24748] ppid=24747 vsize=868700 CPUtime=5.58
/proc/24748/stat : 24748 (java) S 24747 24734 24697 0 -1 0 19123 0 1 0 546 12 0 0 18 0 9 0 24873974 889548800 12800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24748/statm: 217175 12800 2592 9 0 211652 0
[pid=24748/tid=24749] ppid=24747 vsize=868700 CPUtime=4.34
/proc/24748/task/24749/stat : 24749 (java) R 24747 24734 24697 0 -1 64 3339 0 1 0 431 3 0 0 25 0 9 0 24873975 889548800 12800 996147200 134512640 134550932 4294955936 18446744073709551615 4126981436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24750] ppid=24747 vsize=868700 CPUtime=0.98
/proc/24748/task/24750/stat : 24750 (java) S 24747 24734 24697 0 -1 64 13561 0 0 0 92 6 0 0 16 0 9 0 24873976 889548800 12800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24751] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24751/stat : 24751 (java) S 24747 24734 24697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24873976 889548800 12800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24752] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24752/stat : 24752 (java) S 24747 24734 24697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24873976 889548800 12800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24753] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24753/stat : 24753 (java) S 24747 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24873978 889548800 12800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24754] ppid=24747 vsize=868700 CPUtime=0.21
/proc/24748/task/24754/stat : 24754 (java) S 24747 24734 24697 0 -1 64 1525 0 0 0 21 0 0 0 15 0 9 0 24873978 889548800 12800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24755] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24755/stat : 24755 (java) S 24747 24734 24697 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24873978 889548800 12800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24756] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24756/stat : 24756 (java) S 24747 24734 24697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24873978 889548800 12800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890924

[startup+12.7026 s]
/proc/loadavg: 1.87 2.02 2.08 3/84 24756
/proc/meminfo: memFree=1274168/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=0.59
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1310 6860 0 1 5 1 48 5 16 0 1 0 24873909 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1111 409 3 0 796 0
[pid=24747] ppid=24734 vsize=5356 CPUtime=0
/proc/24747/stat : 24747 (sh) S 24734 24734 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24873974 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24747/statm: 1339 233 193 169 0 50 0
[pid=24748] ppid=24747 vsize=868700 CPUtime=11.9
/proc/24748/stat : 24748 (java) S 24747 24734 24697 0 -1 0 19569 0 1 0 1146 44 0 0 18 0 9 0 24873974 889548800 12823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24748/statm: 217175 12823 2593 9 0 211652 0
[pid=24748/tid=24749] ppid=24747 vsize=868700 CPUtime=10.45
/proc/24748/task/24749/stat : 24749 (java) R 24747 24734 24697 0 -1 64 3768 0 1 0 1013 32 0 0 25 0 9 0 24873975 889548800 12823 996147200 134512640 134550932 4294955936 18446744073709551615 4126818953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24750] ppid=24747 vsize=868700 CPUtime=1.19
/proc/24748/task/24750/stat : 24750 (java) S 24747 24734 24697 0 -1 64 13561 0 0 0 109 10 0 0 16 0 9 0 24873976 889548800 12823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24751] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24751/stat : 24751 (java) S 24747 24734 24697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24873976 889548800 12823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24752] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24752/stat : 24752 (java) S 24747 24734 24697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24873976 889548800 12823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24753] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24753/stat : 24753 (java) S 24747 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24873978 889548800 12823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24754] ppid=24747 vsize=868700 CPUtime=0.24
/proc/24748/task/24754/stat : 24754 (java) S 24747 24734 24697 0 -1 64 1542 0 0 0 23 1 0 0 16 0 9 0 24873978 889548800 12823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24755] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24755/stat : 24755 (java) S 24747 24734 24697 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24873978 889548800 12823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24748/tid=24756] ppid=24747 vsize=868700 CPUtime=0
/proc/24748/task/24756/stat : 24756 (java) S 24747 24734 24697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24873978 889548800 12823 996147200 134512640 134550932 4294955936 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) 890924

[startup+25.5029 s]
/proc/loadavg: 2.27 2.10 2.10 3/76 24758
/proc/meminfo: memFree=1180344/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=23.91
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1366 27604 0 2 6 2 2266 117 16 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
[pid=24757] ppid=24734 vsize=5356 CPUtime=0
/proc/24757/stat : 24757 (sh) S 24734 24734 24697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24876339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24757/statm: 1339 232 193 169 0 50 0
[pid=24758] ppid=24757 vsize=22280 CPUtime=1.18
/proc/24758/stat : 24758 (picosat) R 24757 24734 24697 0 -1 4194304 4343 0 0 0 52 66 0 0 25 0 1 0 24876339 22814720 4329 996147200 134512640 134931368 4294956256 18446744073709551615 134514551 0 0 4096 0 0 0 0 17 0 0 0
/proc/24758/statm: 5570 4329 40 102 0 5465 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 44504

[startup+51.1026 s]
/proc/loadavg: 2.86 2.25 2.15 3/76 24758
/proc/meminfo: memFree=1052280/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=23.91
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1366 27604 0 2 6 2 2266 117 16 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0

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

/proc/loadavg: 2.11 2.22 2.16 3/76 24758
/proc/meminfo: memFree=927800/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=23.91
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1366 27604 0 2 6 2 2266 117 16 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
[pid=24757] ppid=24734 vsize=5356 CPUtime=0
/proc/24757/stat : 24757 (sh) S 24734 24734 24697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24876339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24757/statm: 1339 232 193 169 0 50 0
[pid=24758] ppid=24757 vsize=319608 CPUtime=196.32
/proc/24758/stat : 24758 (picosat) R 24757 24734 24697 0 -1 4194304 67968 0 0 0 16493 3139 0 0 25 0 1 0 24876339 327278592 67922 996147200 134512640 134931368 4294956256 18446744073709551615 134522834 0 0 4096 0 0 0 0 17 0 0 0
/proc/24758/statm: 79902 67922 42 102 0 79797 0
Current children cumulated CPU time (s) 220.23
Current children cumulated vsize (KiB) 341832

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

[startup+230.302 s]
/proc/loadavg: 2.09 2.21 2.16 3/76 24758
/proc/meminfo: memFree=927800/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=23.91
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1366 27604 0 2 6 2 2266 117 16 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
[pid=24757] ppid=24734 vsize=5356 CPUtime=0
/proc/24757/stat : 24757 (sh) S 24734 24734 24697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24876339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24757/statm: 1339 232 193 169 0 50 0
[pid=24758] ppid=24757 vsize=319608 CPUtime=204.26
/proc/24758/stat : 24758 (picosat) R 24757 24734 24697 0 -1 4194304 67968 0 0 0 17287 3139 0 0 25 0 1 0 24876339 327278592 67922 996147200 134512640 134931368 4294956256 18446744073709551615 134525669 0 0 4096 0 0 0 0 17 0 0 0
/proc/24758/statm: 79902 67922 42 102 0 79797 0
Current children cumulated CPU time (s) 228.17
Current children cumulated vsize (KiB) 341832

[startup+243.107 s]
/proc/loadavg: 2.07 2.20 2.16 3/76 24758
/proc/meminfo: memFree=927800/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=23.91
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1366 27604 0 2 6 2 2266 117 16 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
[pid=24757] ppid=24734 vsize=5356 CPUtime=0
/proc/24757/stat : 24757 (sh) S 24734 24734 24697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24876339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24757/statm: 1339 232 193 169 0 50 0
[pid=24758] ppid=24757 vsize=319608 CPUtime=216.96
/proc/24758/stat : 24758 (picosat) R 24757 24734 24697 0 -1 4194304 67976 0 0 0 18557 3139 0 0 25 0 1 0 24876339 327278592 67930 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24758/statm: 79902 67930 42 102 0 79797 0
Current children cumulated CPU time (s) 240.87
Current children cumulated vsize (KiB) 341832

[startup+249.501 s]
/proc/loadavg: 2.06 2.20 2.16 3/76 24758
/proc/meminfo: memFree=927736/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=23.91
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1366 27604 0 2 6 2 2266 117 16 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
[pid=24757] ppid=24734 vsize=5356 CPUtime=0
/proc/24757/stat : 24757 (sh) S 24734 24734 24697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24876339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24757/statm: 1339 232 193 169 0 50 0
[pid=24758] ppid=24757 vsize=319608 CPUtime=223.31
/proc/24758/stat : 24758 (picosat) R 24757 24734 24697 0 -1 4194304 67976 0 0 0 19192 3139 0 0 25 0 1 0 24876339 327278592 67930 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/24758/statm: 79902 67930 42 102 0 79797 0
Current children cumulated CPU time (s) 247.22
Current children cumulated vsize (KiB) 341832

[startup+255.902 s]
/proc/loadavg: 2.06 2.19 2.15 3/76 24758
/proc/meminfo: memFree=927736/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=23.91
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1366 27604 0 2 6 2 2266 117 16 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
[pid=24757] ppid=24734 vsize=5356 CPUtime=0
/proc/24757/stat : 24757 (sh) S 24734 24734 24697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24876339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24757/statm: 1339 232 193 169 0 50 0
[pid=24758] ppid=24757 vsize=319608 CPUtime=229.66
/proc/24758/stat : 24758 (picosat) R 24757 24734 24697 0 -1 4194304 67979 0 0 0 19827 3139 0 0 25 0 1 0 24876339 327278592 67933 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24758/statm: 79902 67933 42 102 0 79797 0
Current children cumulated CPU time (s) 253.57
Current children cumulated vsize (KiB) 341832

[startup+257.501 s]
/proc/loadavg: 2.06 2.19 2.15 3/76 24758
/proc/meminfo: memFree=927736/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=23.91
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1366 27604 0 2 6 2 2266 117 16 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
[pid=24757] ppid=24734 vsize=5356 CPUtime=0
/proc/24757/stat : 24757 (sh) S 24734 24734 24697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24876339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24757/statm: 1339 232 193 169 0 50 0
[pid=24758] ppid=24757 vsize=319608 CPUtime=231.24
/proc/24758/stat : 24758 (picosat) R 24757 24734 24697 0 -1 4194304 67983 0 0 0 19985 3139 0 0 25 0 1 0 24876339 327278592 67937 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24758/statm: 79902 67937 42 102 0 79797 0
Current children cumulated CPU time (s) 255.15
Current children cumulated vsize (KiB) 341832

[startup+259.101 s]
/proc/loadavg: 2.05 2.19 2.15 3/76 24758
/proc/meminfo: memFree=923768/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=256.35
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1447 95882 0 2 6 2 22365 3262 15 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 256.35
Current children cumulated vsize (KiB) 16868

[startup+259.501 s]
/proc/loadavg: 2.05 2.19 2.15 3/84 24768
/proc/meminfo: memFree=1185016/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=256.35
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1447 95882 0 2 6 2 22365 3262 15 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
[pid=24759] ppid=24734 vsize=5356 CPUtime=0
/proc/24759/stat : 24759 (sh) S 24734 24734 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24899777 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24759/statm: 1339 233 193 169 0 50 0
[pid=24760] ppid=24759 vsize=862796 CPUtime=0.79
/proc/24760/stat : 24760 (java) S 24759 24734 24697 0 -1 0 4251 0 1 0 76 3 0 0 19 0 9 0 24899778 883503104 3708 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24760/statm: 215699 3708 1297 9 0 210612 0
[pid=24760/tid=24761] ppid=24759 vsize=862796 CPUtime=0.68
/proc/24760/task/24761/stat : 24761 (java) R 24759 24734 24697 0 -1 64 2060 0 1 0 67 1 0 0 25 0 9 0 24899779 883503104 3708 996147200 134512640 134550932 4294955984 18446744073709551615 4126538488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24762] ppid=24759 vsize=862796 CPUtime=0.02
/proc/24760/task/24762/stat : 24762 (java) S 24759 24734 24697 0 -1 64 1013 0 0 0 2 0 0 0 16 0 9 0 24899780 883503104 3708 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24763] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24763/stat : 24763 (java) S 24759 24734 24697 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 24899780 883503104 3708 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24764] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24764/stat : 24764 (java) S 24759 24734 24697 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 24899780 883503104 3708 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24765] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24765/stat : 24765 (java) S 24759 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24899782 883503104 3708 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24766] ppid=24759 vsize=862796 CPUtime=0.06
/proc/24760/task/24766/stat : 24766 (java) S 24759 24734 24697 0 -1 64 484 0 0 0 6 0 0 0 16 0 9 0 24899782 883503104 3708 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24767] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24767/stat : 24767 (java) S 24759 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24899782 883503104 3708 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24768] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24768/stat : 24768 (java) S 24759 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24899782 883503104 3708 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 257.14
Current children cumulated vsize (KiB) 885020

[startup+259.702 s]
/proc/loadavg: 2.05 2.19 2.15 3/84 24768
/proc/meminfo: memFree=1185016/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=256.35
/proc/24734/stat : 24734 (sugar) S 24732 24734 24697 0 -1 4194304 1450 95882 0 2 6 2 22365 3262 16 0 1 0 24873909 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24734/statm: 4217 1114 409 3 0 796 0
[pid=24759] ppid=24734 vsize=5356 CPUtime=0
/proc/24759/stat : 24759 (sh) S 24734 24734 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24899777 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24759/statm: 1339 233 193 169 0 50 0
[pid=24760] ppid=24759 vsize=862796 CPUtime=0.98
/proc/24760/stat : 24760 (java) S 24759 24734 24697 0 -1 0 4303 0 1 0 95 3 0 0 19 0 9 0 24899778 883503104 3744 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24760/statm: 215699 3744 1297 9 0 210612 0
[pid=24760/tid=24761] ppid=24759 vsize=862796 CPUtime=0.86
/proc/24760/task/24761/stat : 24761 (java) R 24759 24734 24697 0 -1 64 2077 0 1 0 85 1 0 0 25 0 9 0 24899779 883503104 3744 996147200 134512640 134550932 4294955984 18446744073709551615 4125967691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24762] ppid=24759 vsize=862796 CPUtime=0.03
/proc/24760/task/24762/stat : 24762 (java) S 24759 24734 24697 0 -1 64 1045 0 0 0 3 0 0 0 16 0 9 0 24899780 883503104 3744 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24763] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24763/stat : 24763 (java) S 24759 24734 24697 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 24899780 883503104 3744 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24764] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24764/stat : 24764 (java) S 24759 24734 24697 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 24899780 883503104 3744 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24765] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24765/stat : 24765 (java) S 24759 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24899782 883503104 3744 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24766] ppid=24759 vsize=862796 CPUtime=0.06
/proc/24760/task/24766/stat : 24766 (java) S 24759 24734 24697 0 -1 64 487 0 0 0 6 0 0 0 16 0 9 0 24899782 883503104 3744 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24767] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24767/stat : 24767 (java) S 24759 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24899782 883503104 3744 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24760/tid=24768] ppid=24759 vsize=862796 CPUtime=0
/proc/24760/task/24768/stat : 24768 (java) S 24759 24734 24697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24899782 883503104 3744 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 257.33
Current children cumulated vsize (KiB) 885020

[startup+259.802 s]
/proc/loadavg: 2.05 2.19 2.15 3/84 24768
/proc/meminfo: memFree=1185016/2055920 swapFree=4192956/4192956
[pid=24734] ppid=24732 vsize=16868 CPUtime=257.42
/proc/24734/stat : 24734 (sugar) R 24732 24734 24697 0 -1 4194304 1478 100989 0 3 6 8 22461 3267 16 0 1 0 24873909 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24734/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 257.42
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 259.82
CPU time (s): 257.458
CPU user time (s): 224.678
CPU system time (s): 32.78
CPU usage (%): 99.0909
Max. virtual memory (cumulated for all children) (KiB): 901312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.678
system time used= 32.78
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102528
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= 17375
involuntary context switches= 23356

runsolver used 0.269958 second user time and 0.723889 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 07:54:43
IDJOB=2083720
IDBENCH=57906
IDSOLVER=738
FILE ID=node79/2083720-1247378083
PBS_JOBID= 9507189
Free space on /tmp= 66344 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-5.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-2083720-1247378083/watcher-2083720-1247378083 -o /tmp/evaluation-result-2083720-1247378083/solver-2083720-1247378083 -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-2083720-1247378083.xml

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

MD5SUM BENCH= 9b390cbd2e7aec20d5f3a2cc4b660065
RANDOM SEED=1525817634

node79.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.229
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.229
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:       1369256 kB
Buffers:         80672 kB
Cached:         425928 kB
SwapCached:          0 kB
Active:         273076 kB
Inactive:       335772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1369256 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:         113584 kB
Slab:            63012 kB
Committed_AS:   316536 kB
PageTables:       1972 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= 66340 MiB
End job on node79 at 2009-07-12 07:59:03