Trace number 1087703

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 385.458 387.653

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-7.xml
MD5SUM864e3c61ff08e32a4845b7a063b51513
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 benchmark27.3928
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
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 10:09:48 2008
0.00/0.04	c 0	PID 3161
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087703-1215245388.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-1087703-1215245388.xml' 'HOME/temp.csp'
0.03/0.66	c 1	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.64/0.76	c 1	Parsing HOME/temp.csp
1.04/1.15	c 1	parsed 4697 expressions
1.04/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.16	c 1	Converting to clausal form CSP
1.44/1.54	c 2	converted 470 (10%) expressions
1.93/2.05	c 2	converted 940 (20%) expressions
2.42/2.51	c 3	converted 1410 (30%) expressions
2.72/2.84	c 3	converted 1879 (40%) expressions
3.12/3.24	c 3	converted 2349 (50%) expressions
3.41/3.55	c 4	converted 2819 (60%) expressions
3.71/3.84	c 4	converted 3288 (70%) expressions
4.22/4.33	c 4	converted 3758 (80%) expressions
4.52/4.64	c 5	converted 4228 (90%) expressions
4.82/4.97	c 5	converted 4697 (100%) expressions
4.82/4.97	c 5	CSP : 600 integers, 12749 booleans, 26513 clauses, largest domain size 2657
4.82/4.97	c 5	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.82/4.97	c 5	Propagation in CSP
5.01/5.19	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.01/5.19	c 5	CSP : 600 integers, 12749 booleans, 26513 clauses, largest domain size 2657
5.01/5.19	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.12/5.21	c 5	Simplifing CSP by introducing new Boolean variables
5.12/5.27	c 5	CSP : 600 integers, 21495 booleans, 35259 clauses, largest domain size 2657
5.12/5.27	c 5	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.51/5.63	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.81/5.91	c 6	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
6.01/6.12	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
6.20/6.33	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
6.40/6.52	c 7	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.59/6.76	c 7	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.80/6.91	c 7	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.90/7.07	c 7	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
7.11/7.21	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
7.20/7.37	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
7.41/7.50	c 8	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
18.62/18.80	c 19	3526 (10%) CSP clauses are encoded (2547326 clauses, 51512423 bytes)
24.89/25.15	c 25	7052 (20%) CSP clauses are encoded (3864890 clauses, 80353869 bytes)
28.45/28.77	c 29	10578 (30%) CSP clauses are encoded (4821937 clauses, 102448521 bytes)
31.33/31.66	c 32	14104 (40%) CSP clauses are encoded (5707861 clauses, 123235373 bytes)
34.00/34.36	c 34	17630 (50%) CSP clauses are encoded (6599413 clauses, 144399439 bytes)
36.38/36.71	c 37	21156 (60%) CSP clauses are encoded (7398895 clauses, 163666923 bytes)
39.05/39.49	c 40	24682 (70%) CSP clauses are encoded (8385670 clauses, 187517136 bytes)
41.22/41.65	c 42	28208 (80%) CSP clauses are encoded (9131857 clauses, 205483598 bytes)
43.28/43.72	c 44	31734 (90%) CSP clauses are encoded (9854164 clauses, 222903703 bytes)
45.67/46.12	c 46	35259 (100%) CSP clauses are encoded (10690178 clauses, 243037519 bytes)
45.67/46.12	c 46	35259 CSP clauses encoded
45.67/46.12	c 46	Writing map file : HOME/temp.map
45.67/46.15	c 46	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.67/46.15	c 46	SAT : 631823 SAT variables, 10690178 SAT clauses, 243037519 bytes
45.67/46.15	c 46	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.72/46.22	c 46	SOLVING HOME/temp.cnf
45.72/46.22	c 46	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
384.10/386.30	c 386	DECODING HOME/temp.out WITH HOME/temp.map
384.10/386.30	c 386	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
384.10/386.39	c 386	Decoding HOME/temp.out
385.18/387.49	s SATISFIABLE
385.28/387.50	v -2308 2600 -2584 -2440 2356 2252 2508 -2336 -2460 2392 -2292 -2160 -2300 2408 2616 2528 2364 -2560 2612 -2640 2260 2440 -2212 2228 2584 2268 2352 -2516 -2160 -2452 -2252 -2160 -2616 2428 2616 2572 2528 -2420 -2160 -2556 2252 -2300 -2268 -2216 2200 -2520 2576 2160 -2232 2260 2640 2604 2216 2556 -2384 2260 -2568 2476 -2552 2340 -2384 2616 2516 -2248 2376 2464 -2476 2556 -2416 2480 2448 -2524 2616 2600 -2460 -2200 -2456 2608 -2232 -2556 2172 2376 -2256 2296 -2176 -2588 2468 -2464 2560 2200 2372 -2388 -2600 2576 2520 -2476 2632 2200 -2508 2640 2372 2568 -2360 2600 -2320 -2248 -2556 2368 -2612 2400 -2468 -2656 2188 -2496 -2504 2332 -2628 -2512 -2224 2616 -2388 -2592 -2184 2208 -2292 -2636 2636 -2656 -2248 -2368 -2424 -2560 -2632 -2408 2200 2544 2556 -2504 -2292 -2412 -2192 2336 2520 -2456 2628 2216 -2160 2312 -2228 2564 -2536 -2340 -2656 2524 2576 -2560 2516 -2220 2568 -2560 2516 2228 2572 -2268 -2332 2192 -2368 -2560 -2360 2160 2364 2460 -2608 2500 2344 2652 2396 -2596 -2608 -2560 2380 -2488 2560 -2656 -2568 -2608 2200 2272 -2160 -2524 2588 2576 -2656 -2288 -2568 2352 2372 -2436 -2564 -2228 2352 2600 -2420 -2552 2392 -2504 -2528 -2440 2376 -2568 2200 2440 -2256 2536 2592 -2576 -2564 2432 -2400 -2648 -2436 -2164 2600 -2628 -2324 2600 2528 2272 -2564 -2484 -2596 -2220 -2596 -2460 -2480 2604 2384 -2384 -2420 -2208 2608 2504 2392 2228 2252 -2592 2652 -2552 2600 2604 -2616 -2616 -2480 -2604 -2204 -2428 -2480 2612 2624 2324 -2408 2596 2612 -2588 2440 2312 2592 2376 2420 2596 -2416 -2464 2516 -2460 2544 2200 2484 -2636 2488 2412 2616 2440 2348 -2176 -2188 2232 2212 2344 -2300 2480 -2600 -2180 -2640 -2568 2336 -2596 2316 2564 2344 -2416
385.28/387.51	c 388	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
385.28/387.52	c 388	CPU 333.34 (0.04 0.01 333.3 51.95)
385.28/387.52	c 388	END Sat Jul  5 10:16:16 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-1087703-1215245388/watcher-1087703-1215245388 -o /tmp/evaluation-result-1087703-1215245388/solver-1087703-1215245388 -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-1087703-1215245388.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.09 2.17 2.09 4/72 3161
/proc/meminfo: memFree=1670920/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=4708 CPUtime=0
/proc/3161/stat : 3161 (sugar) R 3159 3161 1798 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 2003510253 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 218073462828 0 0 4096 0 0 0 0 17 1 0 0
/proc/3161/statm: 1177 40 31 3 0 8 0

[startup+0.090194 s]
/proc/loadavg: 2.09 2.17 2.09 4/72 3161
/proc/meminfo: memFree=1670920/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=0.03
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 2003510253 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.109191 s]
/proc/loadavg: 2.09 2.17 2.09 4/72 3161
/proc/meminfo: memFree=1670920/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=0.03
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 2003510253 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301225 s]
/proc/loadavg: 2.09 2.17 2.09 4/72 3161
/proc/meminfo: memFree=1670920/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=0.03
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 2003510253 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701294 s]
/proc/loadavg: 2.09 2.17 2.09 4/72 3161
/proc/meminfo: memFree=1670920/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=0.64
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 956 7153 0 1 3 0 55 6 16 0 1 0 2003510253 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 2.09 2.17 2.09 4/83 3183
/proc/meminfo: memFree=1662896/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=0.64
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 974 7153 0 1 3 0 55 6 15 0 1 0 2003510253 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 797 370 3 0 500 0
[pid=3174] ppid=3161 vsize=5356 CPUtime=0
/proc/3174/stat : 3174 (sh) S 3161 3161 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003510322 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3174/statm: 1339 233 193 169 0 50 0
[pid=3175] ppid=3174 vsize=868256 CPUtime=0.8
/proc/3175/stat : 3175 (java) S 3174 3161 1798 0 -1 0 5625 0 1 0 76 4 0 0 18 0 9 0 2003510322 889094144 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3175/statm: 217064 5007 1732 9 0 211639 0
[pid=3175/tid=3176] ppid=3174 vsize=868256 CPUtime=0.54
/proc/3175/task/3176/stat : 3176 (java) R 3174 3161 1798 0 -1 64 2671 0 1 0 53 1 0 0 22 0 9 0 2003510323 889094144 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4126581950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3177] ppid=3174 vsize=868256 CPUtime=0.05
/proc/3175/task/3177/stat : 3177 (java) S 3174 3161 1798 0 -1 64 810 0 0 0 5 0 0 0 16 0 9 0 2003510324 889094144 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3178] ppid=3174 vsize=868256 CPUtime=0
/proc/3175/task/3178/stat : 3178 (java) S 3174 3161 1798 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003510324 889094144 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3179] ppid=3174 vsize=868256 CPUtime=0
/proc/3175/task/3179/stat : 3179 (java) S 3174 3161 1798 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003510324 889094144 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3180] ppid=3174 vsize=868256 CPUtime=0
/proc/3175/task/3180/stat : 3180 (java) S 3174 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003510326 889094144 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3181] ppid=3174 vsize=868256 CPUtime=0.18
/proc/3175/task/3181/stat : 3181 (java) S 3174 3161 1798 0 -1 64 1453 0 0 0 17 1 0 0 16 0 9 0 2003510326 889094144 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3182] ppid=3174 vsize=868256 CPUtime=0
/proc/3175/task/3182/stat : 3182 (java) S 3174 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003510326 889094144 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3183] ppid=3174 vsize=868256 CPUtime=0
/proc/3175/task/3183/stat : 3183 (java) S 3174 3161 1798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003510326 889094144 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887212

[startup+3.1017 s]
/proc/loadavg: 2.16 2.18 2.09 4/83 3183
/proc/meminfo: memFree=1650928/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=0.64
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 974 7153 0 1 3 0 55 6 15 0 1 0 2003510253 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 797 370 3 0 500 0
[pid=3174] ppid=3161 vsize=5356 CPUtime=0
/proc/3174/stat : 3174 (sh) S 3161 3161 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003510322 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3174/statm: 1339 233 193 169 0 50 0
[pid=3175] ppid=3174 vsize=868372 CPUtime=2.38
/proc/3175/stat : 3175 (java) S 3174 3161 1798 0 -1 0 9554 0 1 0 231 7 0 0 18 0 9 0 2003510322 889212928 8628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3175/statm: 217093 8628 2540 9 0 211668 0
[pid=3175/tid=3176] ppid=3174 vsize=868372 CPUtime=1.67
/proc/3175/task/3176/stat : 3176 (java) R 3174 3161 1798 0 -1 64 2905 0 1 0 166 1 0 0 25 0 9 0 2003510323 889212928 8628 996147200 134512640 134550740 4294955952 18446744073709551615 4126572000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3177] ppid=3174 vsize=868372 CPUtime=0.46
/proc/3175/task/3177/stat : 3177 (java) S 3174 3161 1798 0 -1 64 4486 0 0 0 43 3 0 0 16 0 9 0 2003510324 889212928 8628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3178] ppid=3174 vsize=868372 CPUtime=0
/proc/3175/task/3178/stat : 3178 (java) S 3174 3161 1798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003510324 889212928 8628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3179] ppid=3174 vsize=868372 CPUtime=0
/proc/3175/task/3179/stat : 3179 (java) S 3174 3161 1798 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003510324 889212928 8628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3180] ppid=3174 vsize=868372 CPUtime=0
/proc/3175/task/3180/stat : 3180 (java) S 3174 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003510326 889212928 8628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3181] ppid=3174 vsize=868372 CPUtime=0.21
/proc/3175/task/3181/stat : 3181 (java) S 3174 3161 1798 0 -1 64 1471 0 0 0 20 1 0 0 15 0 9 0 2003510326 889212928 8628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3182] ppid=3174 vsize=868372 CPUtime=0
/proc/3175/task/3182/stat : 3182 (java) S 3174 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003510326 889212928 8628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3183] ppid=3174 vsize=868372 CPUtime=0
/proc/3175/task/3183/stat : 3183 (java) S 3174 3161 1798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003510326 889212928 8628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887328

[startup+6.30224 s]
/proc/loadavg: 2.16 2.18 2.09 5/83 3183
/proc/meminfo: memFree=1615600/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=0.65
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 974 7153 0 1 4 0 55 6 15 0 1 0 2003510253 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 797 370 3 0 500 0
[pid=3174] ppid=3161 vsize=5356 CPUtime=0
/proc/3174/stat : 3174 (sh) S 3161 3161 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003510322 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3174/statm: 1339 233 193 169 0 50 0
[pid=3175] ppid=3174 vsize=868484 CPUtime=5.55
/proc/3175/stat : 3175 (java) S 3174 3161 1798 0 -1 0 19349 0 1 0 539 16 0 0 18 0 9 0 2003510322 889327616 13149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3175/statm: 217121 13149 2566 9 0 211668 0
[pid=3175/tid=3176] ppid=3174 vsize=868484 CPUtime=4
/proc/3175/task/3176/stat : 3176 (java) R 3174 3161 1798 0 -1 64 3316 0 1 0 397 3 0 0 25 0 9 0 2003510323 889327616 13149 996147200 134512640 134550740 4294955952 18446744073709551615 4127017132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3177] ppid=3174 vsize=868484 CPUtime=1.26
/proc/3175/task/3177/stat : 3177 (java) S 3174 3161 1798 0 -1 64 13838 0 0 0 116 10 0 0 16 0 9 0 2003510324 889327616 13149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3178] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3178/stat : 3178 (java) S 3174 3161 1798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003510324 889327616 13149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3179] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3179/stat : 3179 (java) S 3174 3161 1798 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003510324 889327616 13149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3180] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3180/stat : 3180 (java) S 3174 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003510326 889327616 13149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3181] ppid=3174 vsize=868484 CPUtime=0.26
/proc/3175/task/3181/stat : 3181 (java) S 3174 3161 1798 0 -1 64 1503 0 0 0 25 1 0 0 15 0 9 0 2003510326 889327616 13149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3182] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3182/stat : 3182 (java) S 3174 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003510326 889327616 13149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3183] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3183/stat : 3183 (java) S 3174 3161 1798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003510326 889327616 13149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887440

[startup+12.7023 s]
/proc/loadavg: 2.13 2.17 2.09 4/83 3183
/proc/meminfo: memFree=1600752/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=0.66
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 974 7153 0 1 4 1 55 6 15 0 1 0 2003510253 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 797 370 3 0 500 0
[pid=3174] ppid=3161 vsize=5356 CPUtime=0
/proc/3174/stat : 3174 (sh) S 3161 3161 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003510322 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3174/statm: 1339 233 193 169 0 50 0
[pid=3175] ppid=3174 vsize=868484 CPUtime=11.91
/proc/3175/stat : 3175 (java) S 3174 3161 1798 0 -1 0 19597 0 1 0 1159 32 0 0 18 0 9 0 2003510322 889327616 13166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3175/statm: 217121 13166 2566 9 0 211668 0
[pid=3175/tid=3176] ppid=3174 vsize=868484 CPUtime=10.21
/proc/3175/task/3176/stat : 3176 (java) R 3174 3161 1798 0 -1 64 3550 0 1 0 1004 17 0 0 25 0 9 0 2003510323 889327616 13166 996147200 134512640 134550740 4294955952 18446744073709551615 4127001947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3177] ppid=3174 vsize=868484 CPUtime=1.38
/proc/3175/task/3177/stat : 3177 (java) S 3174 3161 1798 0 -1 64 13839 0 0 0 126 12 0 0 16 0 9 0 2003510324 889327616 13166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3178] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3178/stat : 3178 (java) S 3174 3161 1798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003510324 889327616 13166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3179] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3179/stat : 3179 (java) S 3174 3161 1798 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003510324 889327616 13166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3180] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3180/stat : 3180 (java) S 3174 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003510326 889327616 13166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3181] ppid=3174 vsize=868484 CPUtime=0.29
/proc/3175/task/3181/stat : 3181 (java) S 3174 3161 1798 0 -1 64 1516 0 0 0 28 1 0 0 17 0 9 0 2003510326 889327616 13166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3182] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3182/stat : 3182 (java) S 3174 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003510326 889327616 13166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3183] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3183/stat : 3183 (java) S 3174 3161 1798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003510326 889327616 13166 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887440

[startup+25.5025 s]
/proc/loadavg: 2.11 2.17 2.09 4/83 3183
/proc/meminfo: memFree=1546480/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=0.66
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 974 7153 0 1 4 1 55 6 16 0 1 0 2003510253 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 797 370 3 0 500 0
[pid=3174] ppid=3161 vsize=5356 CPUtime=0
/proc/3174/stat : 3174 (sh) S 3161 3161 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003510322 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3174/statm: 1339 233 193 169 0 50 0
[pid=3175] ppid=3174 vsize=868484 CPUtime=24.62
/proc/3175/stat : 3175 (java) S 3174 3161 1798 0 -1 0 20072 0 1 0 2391 71 0 0 18 0 9 0 2003510322 889327616 13170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3175/statm: 217121 13170 2566 9 0 211668 0
[pid=3175/tid=3176] ppid=3174 vsize=868484 CPUtime=22.68
/proc/3175/task/3176/stat : 3176 (java) R 3174 3161 1798 0 -1 64 4021 0 1 0 2216 52 0 0 25 0 9 0 2003510323 889327616 13170 996147200 134512640 134550740 4294955952 18446744073709551615 4127007589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3177] ppid=3174 vsize=868484 CPUtime=1.6
/proc/3175/task/3177/stat : 3177 (java) S 3174 3161 1798 0 -1 64 13839 0 0 0 145 15 0 0 16 0 9 0 2003510324 889327616 13170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3178] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3178/stat : 3178 (java) S 3174 3161 1798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003510324 889327616 13170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3175/tid=3179] ppid=3174 vsize=868484 CPUtime=0
/proc/3175/task/3179/stat : 3179 (java) S 3174 3161 1798 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003510324 889327616 13170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/3184/stat : 3184 (sh) S 3161 3161 1798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003514875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3184/statm: 1339 232 193 169 0 50 0
[pid=3185] ppid=3184 vsize=449576 CPUtime=294.58
/proc/3185/stat : 3185 (picosat) R 3184 3161 1798 0 -1 4194304 94244 0 0 0 24470 4988 0 0 25 0 1 0 2003514876 460365824 94230 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/3185/statm: 112394 94230 42 102 0 112289 0
Current children cumulated CPU time (s) 340.31
Current children cumulated vsize (KiB) 468532

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

[startup+358.302 s]
/proc/loadavg: 2.00 2.05 2.06 4/75 3185
/proc/meminfo: memFree=1049136/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=45.73
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 1022 28798 0 2 4 1 4375 193 16 0 1 0 2003510253 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 799 370 3 0 500 0
[pid=3184] ppid=3161 vsize=5356 CPUtime=0
/proc/3184/stat : 3184 (sh) S 3161 3161 1798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003514875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3184/statm: 1339 232 193 169 0 50 0
[pid=3185] ppid=3184 vsize=449576 CPUtime=310.5
/proc/3185/stat : 3185 (picosat) R 3184 3161 1798 0 -1 4194304 94248 0 0 0 26062 4988 0 0 25 0 1 0 2003514876 460365824 94234 996147200 134512640 134931368 4294956256 18446744073709551615 134523093 0 0 4096 0 0 0 0 17 1 0 0
/proc/3185/statm: 112394 94234 42 102 0 112289 0
Current children cumulated CPU time (s) 356.23
Current children cumulated vsize (KiB) 468532

[startup+371.101 s]
/proc/loadavg: 2.00 2.05 2.06 3/75 3185
/proc/meminfo: memFree=1049200/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=45.73
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 1022 28798 0 2 4 1 4375 193 16 0 1 0 2003510253 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 799 370 3 0 500 0
[pid=3184] ppid=3161 vsize=5356 CPUtime=0
/proc/3184/stat : 3184 (sh) S 3161 3161 1798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003514875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3184/statm: 1339 232 193 169 0 50 0
[pid=3185] ppid=3184 vsize=449576 CPUtime=323.24
/proc/3185/stat : 3185 (picosat) R 3184 3161 1798 0 -1 4194304 94250 0 0 0 27336 4988 0 0 25 0 1 0 2003514876 460365824 94236 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/3185/statm: 112394 94236 42 102 0 112289 0
Current children cumulated CPU time (s) 368.97
Current children cumulated vsize (KiB) 468532

[startup+377.503 s]
/proc/loadavg: 2.00 2.05 2.06 3/75 3185
/proc/meminfo: memFree=1049200/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=45.73
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 1022 28798 0 2 4 1 4375 193 16 0 1 0 2003510253 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 799 370 3 0 500 0
[pid=3184] ppid=3161 vsize=5356 CPUtime=0
/proc/3184/stat : 3184 (sh) S 3161 3161 1798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003514875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3184/statm: 1339 232 193 169 0 50 0
[pid=3185] ppid=3184 vsize=449576 CPUtime=329.61
/proc/3185/stat : 3185 (picosat) R 3184 3161 1798 0 -1 4194304 94253 0 0 0 27973 4988 0 0 25 0 1 0 2003514876 460365824 94239 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/3185/statm: 112394 94239 42 102 0 112289 0
Current children cumulated CPU time (s) 375.34
Current children cumulated vsize (KiB) 468532

[startup+383.907 s]
/proc/loadavg: 2.00 2.05 2.06 4/75 3185
/proc/meminfo: memFree=1049072/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=45.73
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 1022 28798 0 2 4 1 4375 193 16 0 1 0 2003510253 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 799 370 3 0 500 0
[pid=3184] ppid=3161 vsize=5356 CPUtime=0
/proc/3184/stat : 3184 (sh) S 3161 3161 1798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003514875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3184/statm: 1339 232 193 169 0 50 0
[pid=3185] ppid=3184 vsize=449576 CPUtime=335.98
/proc/3185/stat : 3185 (picosat) R 3184 3161 1798 0 -1 4194304 94254 0 0 0 28610 4988 0 0 25 0 1 0 2003514876 460365824 94240 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3185/statm: 112394 94240 42 102 0 112289 0
Current children cumulated CPU time (s) 381.71
Current children cumulated vsize (KiB) 468532

[startup+385.502 s]
/proc/loadavg: 2.00 2.05 2.06 3/75 3185
/proc/meminfo: memFree=1049072/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=45.73
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 1022 28798 0 2 4 1 4375 193 16 0 1 0 2003510253 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 799 370 3 0 500 0
[pid=3184] ppid=3161 vsize=5356 CPUtime=0
/proc/3184/stat : 3184 (sh) S 3161 3161 1798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003514875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3184/statm: 1339 232 193 169 0 50 0
[pid=3185] ppid=3184 vsize=449576 CPUtime=337.57
/proc/3185/stat : 3185 (picosat) R 3184 3161 1798 0 -1 4194304 94259 0 0 0 28769 4988 0 0 25 0 1 0 2003514876 460365824 94245 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/3185/statm: 112394 94245 42 102 0 112289 0
Current children cumulated CPU time (s) 383.3
Current children cumulated vsize (KiB) 468532

[startup+386.302 s]
/proc/loadavg: 2.00 2.05 2.06 4/75 3185
/proc/meminfo: memFree=1043952/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=45.73
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 1022 28798 0 2 4 1 4375 193 16 0 1 0 2003510253 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 799 370 3 0 500 0
[pid=3184] ppid=3161 vsize=5356 CPUtime=0
/proc/3184/stat : 3184 (sh) S 3161 3161 1798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003514875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3184/statm: 1339 232 193 169 0 50 0
[pid=3185] ppid=3184 vsize=0 CPUtime=338.37
/proc/3185/stat : 3185 (picosat) R 3184 3161 1798 0 -1 4194308 94267 0 0 0 28840 4997 0 0 25 0 1 0 2003514876 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/3185/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 384.1
Current children cumulated vsize (KiB) 18956

[startup+387.101 s]
/proc/loadavg: 2.16 2.08 2.07 3/83 3195
/proc/meminfo: memFree=1412336/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=384.12
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 1091 123350 0 2 4 1 33216 5191 16 0 1 0 2003510253 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 799 370 3 0 500 0
[pid=3186] ppid=3161 vsize=5356 CPUtime=0
/proc/3186/stat : 3186 (sh) S 3161 3161 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003548884 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3186/statm: 1339 233 193 169 0 50 0
[pid=3187] ppid=3186 vsize=865384 CPUtime=0.76
/proc/3187/stat : 3187 (java) S 3186 3161 1798 0 -1 0 4486 0 1 0 74 2 0 0 18 0 9 0 2003548885 886153216 3949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3187/statm: 216346 3949 1678 9 0 210928 0
[pid=3187/tid=3188] ppid=3186 vsize=865384 CPUtime=0.65
/proc/3187/task/3188/stat : 3188 (java) R 3186 3161 1798 0 -1 64 2491 0 1 0 64 1 0 0 22 0 9 0 2003548886 886153216 3949 996147200 134512640 134550740 4294956000 18446744073709551615 4126518159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3189] ppid=3186 vsize=865384 CPUtime=0.03
/proc/3187/task/3189/stat : 3189 (java) S 3186 3161 1798 0 -1 64 886 0 0 0 3 0 0 0 16 0 9 0 2003548887 886153216 3949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3190] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3190/stat : 3190 (java) S 3186 3161 1798 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003548887 886153216 3949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3191] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3191/stat : 3191 (java) S 3186 3161 1798 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003548887 886153216 3949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3192] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3186 3161 1798 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003548889 886153216 3949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3193] ppid=3186 vsize=865384 CPUtime=0.06
/proc/3187/task/3193/stat : 3193 (java) S 3186 3161 1798 0 -1 64 417 0 0 0 6 0 0 0 16 0 9 0 2003548889 886153216 3949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3194] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3186 3161 1798 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003548890 886153216 3949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3195] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3186 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003548890 886153216 3949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 384.88
Current children cumulated vsize (KiB) 884340

[startup+387.502 s]
/proc/loadavg: 2.16 2.08 2.07 3/83 3195
/proc/meminfo: memFree=1412336/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=384.12
/proc/3161/stat : 3161 (sugar) S 3159 3161 1798 0 -1 4194304 1091 123350 0 2 4 1 33216 5191 16 0 1 0 2003510253 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3161/statm: 3400 799 370 3 0 500 0
[pid=3186] ppid=3161 vsize=5356 CPUtime=0
/proc/3186/stat : 3186 (sh) S 3161 3161 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003548884 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3186/statm: 1339 233 193 169 0 50 0
[pid=3187] ppid=3186 vsize=865384 CPUtime=1.16
/proc/3187/stat : 3187 (java) S 3186 3161 1798 0 -1 0 4556 0 1 0 113 3 0 0 18 0 9 0 2003548885 886153216 4003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3187/statm: 216346 4003 1680 9 0 210928 0
[pid=3187/tid=3188] ppid=3186 vsize=865384 CPUtime=1.04
/proc/3187/task/3188/stat : 3188 (java) R 3186 3161 1798 0 -1 64 2508 0 1 0 103 1 0 0 25 0 9 0 2003548886 886153216 4003 996147200 134512640 134550740 4294956000 18446744073709551615 4125958996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3189] ppid=3186 vsize=865384 CPUtime=0.03
/proc/3187/task/3189/stat : 3189 (java) S 3186 3161 1798 0 -1 64 935 0 0 0 3 0 0 0 16 0 9 0 2003548887 886153216 4003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3190] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3190/stat : 3190 (java) S 3186 3161 1798 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003548887 886153216 4003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3191] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3191/stat : 3191 (java) S 3186 3161 1798 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003548887 886153216 4003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3192] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3186 3161 1798 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003548889 886153216 4003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3193] ppid=3186 vsize=865384 CPUtime=0.06
/proc/3187/task/3193/stat : 3193 (java) S 3186 3161 1798 0 -1 64 421 0 0 0 6 0 0 0 16 0 9 0 2003548889 886153216 4003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3194] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3186 3161 1798 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003548890 886153216 4003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3195] ppid=3186 vsize=865384 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3186 3161 1798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003548890 886153216 4003 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 385.28
Current children cumulated vsize (KiB) 884340

[startup+387.602 s]
/proc/loadavg: 2.16 2.08 2.07 3/83 3195
/proc/meminfo: memFree=1412336/2055920 swapFree=4180732/4192956
[pid=3161] ppid=3159 vsize=13600 CPUtime=385.38
/proc/3161/stat : 3161 (sugar) R 3159 3161 1798 0 -1 4194304 1119 128254 0 3 4 9 33330 5195 16 0 1 0 2003510253 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3161/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 385.38
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 387.653
CPU time (s): 385.458
CPU user time (s): 333.356
CPU system time (s): 52.1021
CPU usage (%): 99.4339
Max. virtual memory (cumulated for all children) (KiB): 900392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.356
system time used= 52.1021
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129403
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= 19435
involuntary context switches= 23795

runsolver used 0.445932 second user time and 1.3478 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 10:09:48
IDJOB=1087703
IDBENCH=58035
IDSOLVER=345
FILE ID=node57/1087703-1215245388
PBS_JOBID= 7881965
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-7.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-1087703-1215245388/watcher-1087703-1215245388 -o /tmp/evaluation-result-1087703-1215245388/solver-1087703-1215245388 -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-1087703-1215245388.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 864e3c61ff08e32a4845b7a063b51513
RANDOM SEED=509269153

node57.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.258
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.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1671400 kB
Buffers:         53496 kB
Cached:         190120 kB
SwapCached:       6148 kB
Active:         238876 kB
Inactive:        91900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671400 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:          94960 kB
Slab:            39068 kB
Committed_AS:  4199044 kB
PageTables:       1940 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= 66544 MiB
End job on node57 at 2008-07-05 10:16:16