Trace number 2083643

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+picosatUNSAT 181.294 183.198

General information on the benchmark

Namecsp/fapp/fapp31/
normalized-fapp31-0400-2.xml
MD5SUM8b51b67d03b842d06e4a6cc96db5ee28
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.5444
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3003
Maximum constraint arity2
Maximum domain size700
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3003
Global constraints used (with number of constraints)

Solver Data

0.05/0.22	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.22	c 0	BEGIN Sun Jul 12 07:51:12 2009
0.05/0.22	c 0	PID 26212
0.05/0.23	c 0	HOST node69.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-2083643-1247377872.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083643-1247377872.xml' 'HOME/temp.csp'
0.06/0.78	c 1	4 domains, 400 variables, 6 predicates, 0 relations, 3003 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	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.06/0.89	c 1	Parsing HOME/temp.csp
0.59/1.00	c 1	parsed 3413 expressions
0.76/1.01	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.76/1.01	c 1	Converting to clausal form CSP
0.76/1.05	c 1	converted 342 (10%) expressions
1.86/2.11	c 2	converted 683 (20%) expressions
2.76/3.02	c 3	converted 1024 (30%) expressions
3.56/3.87	c 4	converted 1366 (40%) expressions
4.26/4.58	c 4	converted 1707 (50%) expressions
4.95/5.25	c 5	converted 2048 (60%) expressions
5.65/5.94	c 6	converted 2390 (70%) expressions
6.26/6.58	c 6	converted 2731 (80%) expressions
6.86/7.18	c 7	converted 3072 (90%) expressions
7.46/7.79	c 8	converted 3413 (100%) expressions
7.46/7.79	c 8	CSP : 785 integers, 8145 booleans, 18131 clauses, largest domain size 2601
7.46/7.79	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.46/7.79	c 8	Propagation in CSP
7.96/8.29	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.96/8.30	c 8	CSP : 785 integers, 8145 booleans, 18131 clauses, largest domain size 2601
7.96/8.30	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.06/8.31	c 8	Simplifing CSP by introducing new Boolean variables
8.16/8.45	c 8	CSP : 785 integers, 14819 booleans, 24805 clauses, largest domain size 2601
8.16/8.45	c 8	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.26/8.56	c 8	Encoding CSP to SAT : HOME/temp.cnf
10.25/10.57	c 10	79 (10%) CSP integer variables are encoded (53338 clauses, 777956 bytes)
12.25/12.52	c 12	157 (20%) CSP integer variables are encoded (106328 clauses, 1585759 bytes)
14.14/14.49	c 14	236 (30%) CSP integer variables are encoded (160016 clauses, 2498455 bytes)
16.25/16.52	c 16	314 (40%) CSP integer variables are encoded (214460 clauses, 3424003 bytes)
18.14/18.46	c 18	393 (50%) CSP integer variables are encoded (267852 clauses, 4331667 bytes)
18.53/18.89	c 19	471 (60%) CSP integer variables are encoded (455791 clauses, 7526630 bytes)
18.83/19.15	c 19	550 (70%) CSP integer variables are encoded (652340 clauses, 10867963 bytes)
19.02/19.39	c 19	628 (80%) CSP integer variables are encoded (850946 clauses, 14244265 bytes)
19.32/19.66	c 20	707 (90%) CSP integer variables are encoded (1051299 clauses, 17754239 bytes)
19.63/19.93	c 20	785 (100%) CSP integer variables are encoded (1254021 clauses, 21605957 bytes)
27.99/28.34	c 28	2481 (10%) CSP clauses are encoded (2167609 clauses, 43441255 bytes)
35.54/35.99	c 36	4961 (20%) CSP clauses are encoded (3046627 clauses, 64717593 bytes)
42.91/43.39	c 43	7442 (30%) CSP clauses are encoded (3977482 clauses, 87359605 bytes)
49.91/50.43	c 50	9922 (40%) CSP clauses are encoded (4921744 clauses, 111296314 bytes)
56.24/56.89	c 57	12403 (50%) CSP clauses are encoded (5900989 clauses, 135885213 bytes)
62.54/63.28	c 63	14883 (60%) CSP clauses are encoded (6848010 clauses, 159963024 bytes)
68.74/69.85	c 70	17364 (70%) CSP clauses are encoded (7816687 clauses, 184699050 bytes)
74.90/76.04	c 76	19844 (80%) CSP clauses are encoded (8714906 clauses, 207640032 bytes)
81.13/82.35	c 82	22325 (90%) CSP clauses are encoded (9725155 clauses, 233350964 bytes)
87.11/88.54	c 88	24805 (100%) CSP clauses are encoded (10656781 clauses, 257189562 bytes)
87.11/88.54	c 88	24805 CSP clauses encoded
87.11/88.54	c 88	Writing map file : HOME/temp.map
87.21/88.62	c 89	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
87.21/88.62	c 89	SAT : 1269625 SAT variables, 10656781 SAT clauses, 257189562 bytes
87.21/88.62	c 89	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
87.21/88.67	c 89	SOLVING HOME/temp.cnf
87.21/88.67	c 89	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
180.19/181.94	c 182	DECODING HOME/temp.out WITH HOME/temp.map
180.19/181.94	c 182	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'
180.24/182.12	c 182	Decoding HOME/temp.out
181.08/182.93	s UNSATISFIABLE
181.08/182.94	c 183	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
181.08/182.99	c 183	CPU 181.14 (0.06 0.02 129.72 51.34)
181.08/182.99	c 183	END Sun Jul 12 07:54:15 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083643-1247377872/watcher-2083643-1247377872 -o /tmp/evaluation-result-2083643-1247377872/solver-2083643-1247377872 -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-2083643-1247377872.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.39 2.25 2.13 4/82 26212
/proc/meminfo: memFree=472192/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=18576 CPUtime=0
/proc/26212/stat : 26212 (runsolver) R 26210 26212 21975 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24849894 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26212/statm: 4644 284 249 26 0 2626 0

[startup+0.0086519 s]
/proc/loadavg: 2.39 2.25 2.13 4/82 26212
/proc/meminfo: memFree=472192/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=18576 CPUtime=0
/proc/26212/stat : 26212 (runsolver) D 26210 26212 21975 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24849894 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 237947645223 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/26212/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101669 s]
/proc/loadavg: 2.39 2.25 2.13 4/82 26212
/proc/meminfo: memFree=472192/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=12412 CPUtime=0
/proc/26212/stat : 26212 (sugar) R 26210 26212 21975 0 -1 4194304 420 0 4 0 0 0 0 0 18 0 1 0 24849894 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 237947812453 0 0 4224 0 0 0 0 17 0 0 0
/proc/26212/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301681 s]
/proc/loadavg: 2.39 2.25 2.13 4/82 26212
/proc/meminfo: memFree=472192/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=0.06
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1221 128 6 0 5 1 0 0 16 0 1 0 24849894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26212/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701711 s]
/proc/loadavg: 2.39 2.25 2.13 4/82 26212
/proc/meminfo: memFree=472192/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=0.06
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1221 128 6 0 5 1 0 0 16 0 1 0 24849894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26212/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50178 s]
/proc/loadavg: 2.39 2.25 2.13 3/93 26234
/proc/meminfo: memFree=458920/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=0.59
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1303 6743 6 1 5 1 47 6 15 0 1 0 24849894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26212/statm: 4217 1111 409 3 0 796 0
[pid=26225] ppid=26212 vsize=5356 CPUtime=0
/proc/26225/stat : 26225 (sh) S 26212 26212 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24849976 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26225/statm: 1339 233 193 169 0 50 0
[pid=26226] ppid=26225 vsize=868500 CPUtime=0.67
/proc/26226/stat : 26226 (java) S 26225 26212 21975 0 -1 0 5371 0 1 0 63 4 0 0 18 0 9 0 24849976 889344000 4769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217125 4769 1742 9 0 211630 0
[pid=26226/tid=26227] ppid=26225 vsize=868500 CPUtime=0.46
/proc/26226/task/26227/stat : 26227 (java) R 26225 26212 21975 0 -1 64 2688 0 1 0 45 1 0 0 20 0 9 0 24849977 889344000 4769 996147200 134512640 134550932 4294955936 18446744073709551615 4126509388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26228] ppid=26225 vsize=868500 CPUtime=0.04
/proc/26226/task/26228/stat : 26228 (java) S 26225 26212 21975 0 -1 64 531 0 0 0 4 0 0 0 16 0 9 0 24849978 889344000 4769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26229/stat : 26229 (java) S 26225 26212 21975 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24849978 889344000 4769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26230/stat : 26230 (java) S 26225 26212 21975 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24849978 889344000 4769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26231/stat : 26231 (java) S 26225 26212 21975 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24849980 889344000 4769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26225 vsize=868500 CPUtime=0.14
/proc/26226/task/26232/stat : 26232 (java) S 26225 26212 21975 0 -1 64 1459 0 0 0 13 1 0 0 16 0 9 0 24849980 889344000 4769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26233/stat : 26233 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24849980 889344000 4769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26234/stat : 26234 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24849980 889344000 4769 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 890724

[startup+3.10291 s]
/proc/loadavg: 2.36 2.24 2.13 3/93 26234
/proc/meminfo: memFree=448744/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=0.59
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1303 6743 6 1 5 1 47 6 16 0 1 0 24849894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26212/statm: 4217 1111 409 3 0 796 0
[pid=26225] ppid=26212 vsize=5356 CPUtime=0
/proc/26225/stat : 26225 (sh) S 26212 26212 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24849976 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26225/statm: 1339 233 193 169 0 50 0
[pid=26226] ppid=26225 vsize=868500 CPUtime=2.27
/proc/26226/stat : 26226 (java) S 26225 26212 21975 0 -1 0 6032 0 1 0 220 7 0 0 18 0 9 0 24849976 889344000 5244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217125 5244 1744 9 0 211630 0
[pid=26226/tid=26227] ppid=26225 vsize=868500 CPUtime=1.95
/proc/26226/task/26227/stat : 26227 (java) R 26225 26212 21975 0 -1 64 2874 0 1 0 192 3 0 0 25 0 9 0 24849977 889344000 5244 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26228] ppid=26225 vsize=868500 CPUtime=0.12
/proc/26226/task/26228/stat : 26228 (java) S 26225 26212 21975 0 -1 64 986 0 0 0 11 1 0 0 16 0 9 0 24849978 889344000 5244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26229/stat : 26229 (java) S 26225 26212 21975 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24849978 889344000 5244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26230/stat : 26230 (java) S 26225 26212 21975 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24849978 889344000 5244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26231/stat : 26231 (java) S 26225 26212 21975 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24849980 889344000 5244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26225 vsize=868500 CPUtime=0.17
/proc/26226/task/26232/stat : 26232 (java) S 26225 26212 21975 0 -1 64 1479 0 0 0 16 1 0 0 15 0 9 0 24849980 889344000 5244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26233/stat : 26233 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24849980 889344000 5244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26225 vsize=868500 CPUtime=0
/proc/26226/task/26234/stat : 26234 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24849980 889344000 5244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 890724

[startup+6.30216 s]
/proc/loadavg: 2.36 2.24 2.13 3/93 26234
/proc/meminfo: memFree=432936/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=0.59
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1303 6743 6 1 5 1 47 6 15 0 1 0 24849894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26212/statm: 4217 1111 409 3 0 796 0
[pid=26225] ppid=26212 vsize=5356 CPUtime=0
/proc/26225/stat : 26225 (sh) S 26212 26212 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24849976 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26225/statm: 1339 233 193 169 0 50 0
[pid=26226] ppid=26225 vsize=868584 CPUtime=5.46
/proc/26226/stat : 26226 (java) S 26225 26212 21975 0 -1 0 10015 0 1 0 535 11 0 0 18 0 9 0 24849976 889430016 7444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217146 7444 2567 9 0 211651 0
[pid=26226/tid=26227] ppid=26225 vsize=868584 CPUtime=4.81
/proc/26226/task/26227/stat : 26227 (java) R 26225 26212 21975 0 -1 64 3248 0 1 0 477 4 0 0 25 0 9 0 24849977 889430016 7444 996147200 134512640 134550932 4294955936 18446744073709551615 4126448576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26228] ppid=26225 vsize=868584 CPUtime=0.45
/proc/26226/task/26228/stat : 26228 (java) S 26225 26212 21975 0 -1 64 4584 0 0 0 40 5 0 0 16 0 9 0 24849978 889430016 7444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26225 vsize=868584 CPUtime=0
/proc/26226/task/26229/stat : 26229 (java) S 26225 26212 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24849978 889430016 7444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26225 vsize=868584 CPUtime=0
/proc/26226/task/26230/stat : 26230 (java) S 26225 26212 21975 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24849978 889430016 7444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26225 vsize=868584 CPUtime=0
/proc/26226/task/26231/stat : 26231 (java) S 26225 26212 21975 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24849980 889430016 7444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26225 vsize=868584 CPUtime=0.17
/proc/26226/task/26232/stat : 26232 (java) S 26225 26212 21975 0 -1 64 1484 0 0 0 16 1 0 0 15 0 9 0 24849980 889430016 7444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26225 vsize=868584 CPUtime=0
/proc/26226/task/26233/stat : 26233 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24849980 889430016 7444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26225 vsize=868584 CPUtime=0
/proc/26226/task/26234/stat : 26234 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24849980 889430016 7444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 890808

[startup+12.7027 s]
/proc/loadavg: 2.30 2.23 2.13 3/93 26234
/proc/meminfo: memFree=404968/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=0.6
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1304 6743 6 1 5 2 47 6 16 0 1 0 24849894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26212/statm: 4217 1111 409 3 0 796 0
[pid=26225] ppid=26212 vsize=5356 CPUtime=0
/proc/26225/stat : 26225 (sh) S 26212 26212 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24849976 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26225/statm: 1339 233 193 169 0 50 0
[pid=26226] ppid=26225 vsize=868696 CPUtime=11.85
/proc/26226/stat : 26226 (java) S 26225 26212 21975 0 -1 0 11862 0 1 0 1169 16 0 0 18 0 9 0 24849976 889544704 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217174 8641 2592 9 0 211651 0
[pid=26226/tid=26227] ppid=26225 vsize=868696 CPUtime=10.8
/proc/26226/task/26227/stat : 26227 (java) R 26225 26212 21975 0 -1 64 3685 0 1 0 1074 6 0 0 25 0 9 0 24849977 889544704 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4126991664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26228] ppid=26225 vsize=868696 CPUtime=0.79
/proc/26226/task/26228/stat : 26228 (java) S 26225 26212 21975 0 -1 64 5962 0 0 0 72 7 0 0 16 0 9 0 24849978 889544704 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26229/stat : 26229 (java) S 26225 26212 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24849978 889544704 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26230/stat : 26230 (java) S 26225 26212 21975 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24849978 889544704 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26231/stat : 26231 (java) S 26225 26212 21975 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24849980 889544704 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26225 vsize=868696 CPUtime=0.22
/proc/26226/task/26232/stat : 26232 (java) S 26225 26212 21975 0 -1 64 1516 0 0 0 21 1 0 0 15 0 9 0 24849980 889544704 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26233/stat : 26233 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24849980 889544704 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26234/stat : 26234 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24849980 889544704 8641 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890920

[startup+25.5017 s]
/proc/loadavg: 2.26 2.22 2.12 3/93 26234
/proc/meminfo: memFree=327976/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=0.61
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1304 6743 6 1 6 2 47 6 15 0 1 0 24849894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26212/statm: 4217 1111 409 3 0 796 0
[pid=26225] ppid=26212 vsize=5356 CPUtime=0
/proc/26225/stat : 26225 (sh) S 26212 26212 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24849976 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26225/statm: 1339 233 193 169 0 50 0
[pid=26226] ppid=26225 vsize=868696 CPUtime=24.59
/proc/26226/stat : 26226 (java) S 26225 26212 21975 0 -1 0 12540 0 1 0 2415 44 0 0 18 0 9 0 24849976 889544704 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217174 8659 2593 9 0 211651 0
[pid=26226/tid=26227] ppid=26225 vsize=868696 CPUtime=23.31
/proc/26226/task/26227/stat : 26227 (java) R 26225 26212 21975 0 -1 64 4350 0 1 0 2302 29 0 0 25 0 9 0 24849977 889544704 8659 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26228] ppid=26225 vsize=868696 CPUtime=0.98
/proc/26226/task/26228/stat : 26228 (java) S 26225 26212 21975 0 -1 64 5962 0 0 0 87 11 0 0 16 0 9 0 24849978 889544704 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26229] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26229/stat : 26229 (java) S 26225 26212 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24849978 889544704 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26230/stat : 26230 (java) S 26225 26212 21975 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24849978 889544704 8659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26225 vsize=868696 CPUtime=0

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

/proc/loadavg: 2.17 2.20 2.12 3/93 26234
/proc/meminfo: memFree=165416/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=0.61
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1304 6743 6 1 6 2 47 6 16 0 1 0 24849894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26212/statm: 4217 1111 409 3 0 796 0
[pid=26225] ppid=26212 vsize=5356 CPUtime=0
/proc/26225/stat : 26225 (sh) S 26212 26212 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24849976 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26225/statm: 1339 233 193 169 0 50 0
[pid=26226] ppid=26225 vsize=868696 CPUtime=49.99
/proc/26226/stat : 26226 (java) S 26225 26212 21975 0 -1 0 14015 0 1 0 4898 101 0 0 18 0 9 0 24849976 889544704 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26226/statm: 217174 8664 2593 9 0 211651 0
[pid=26226/tid=26227] ppid=26225 vsize=868696 CPUtime=48.29
/proc/26226/task/26227/stat : 26227 (java) R 26225 26212 21975 0 -1 64 5821 0 1 0 4749 80 0 0 25 0 9 0 24849977 889544704 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4126993185 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26226/tid=26228] ppid=26225 vsize=868696 CPUtime=1.4
/proc/26226/task/26228/stat : 26228 (java) S 26225 26212 21975 0 -1 64 5962 0 0 0 123 17 0 0 16 0 9 0 24849978 889544704 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26226/tid=26229] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26229/stat : 26229 (java) S 26225 26212 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24849978 889544704 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26230] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26230/stat : 26230 (java) S 26225 26212 21975 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24849978 889544704 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26231] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26231/stat : 26231 (java) S 26225 26212 21975 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24849980 889544704 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26232] ppid=26225 vsize=868696 CPUtime=0.26
/proc/26226/task/26232/stat : 26232 (java) S 26225 26212 21975 0 -1 64 1533 0 0 0 25 1 0 0 16 0 9 0 24849980 889544704 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26233] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26233/stat : 26233 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24849980 889544704 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26226/tid=26234] ppid=26225 vsize=868696 CPUtime=0
/proc/26226/task/26234/stat : 26234 (java) S 26225 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24849980 889544704 8664 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 890920

[startup+102.307 s]
/proc/loadavg: 2.13 2.18 2.11 3/85 26236
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=87.25
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1360 23683 6 2 6 2 8499 218 16 0 1 0 24849894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26212/statm: 4217 1114 409 3 0 796 0
[pid=26235] ppid=26212 vsize=5356 CPUtime=0
/proc/26235/stat : 26235 (sh) S 26212 26212 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24858762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26235/statm: 1339 232 193 169 0 50 0
[pid=26236] ppid=26235 vsize=183884 CPUtime=13.55
/proc/26236/stat : 26236 (picosat) R 26235 26212 21975 0 -1 4194304 33206 0 0 0 620 735 0 0 25 0 1 0 24858762 188297216 33192 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26236/statm: 45971 33192 40 102 0 45866 0
Current children cumulated CPU time (s) 100.8
Current children cumulated vsize (KiB) 206108

[startup+162.302 s]
/proc/loadavg: 2.05 2.15 2.10 3/85 26236
/proc/meminfo: memFree=15656/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=87.25
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1360 23683 6 2 6 2 8499 218 16 0 1 0 24849894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26212/statm: 4217 1114 409 3 0 796 0
[pid=26235] ppid=26212 vsize=5356 CPUtime=0
/proc/26235/stat : 26235 (sh) S 26212 26212 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24858762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26235/statm: 1339 232 193 169 0 50 0
[pid=26236] ppid=26235 vsize=402968 CPUtime=73.38
/proc/26236/stat : 26236 (picosat) R 26235 26212 21975 0 -1 4194304 86186 0 0 0 3379 3959 0 0 25 0 1 0 24858762 412639232 86172 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26236/statm: 100742 86172 40 102 0 100637 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 425192

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

[startup+166.301 s]
/proc/loadavg: 2.05 2.15 2.10 3/85 26236
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=87.25
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1360 23683 6 2 6 2 8499 218 16 0 1 0 24849894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26212/statm: 4217 1114 409 3 0 796 0
[pid=26235] ppid=26212 vsize=5356 CPUtime=0
/proc/26235/stat : 26235 (sh) S 26212 26212 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24858762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26235/statm: 1339 232 193 169 0 50 0
[pid=26236] ppid=26235 vsize=415640 CPUtime=77.37
/proc/26236/stat : 26236 (picosat) R 26235 26212 21975 0 -1 4194304 89760 0 0 0 3563 4174 0 0 25 0 1 0 24858762 425615360 89746 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26236/statm: 103910 89746 40 102 0 103805 0
Current children cumulated CPU time (s) 164.62
Current children cumulated vsize (KiB) 437864

[startup+172.707 s]
/proc/loadavg: 2.04 2.14 2.10 3/85 26236
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=87.25
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1360 23683 6 2 6 2 8499 218 16 0 1 0 24849894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26212/statm: 4217 1114 409 3 0 796 0
[pid=26235] ppid=26212 vsize=5356 CPUtime=0
/proc/26235/stat : 26235 (sh) S 26212 26212 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24858762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26235/statm: 1339 232 193 169 0 50 0
[pid=26236] ppid=26235 vsize=435572 CPUtime=83.76
/proc/26236/stat : 26236 (picosat) R 26235 26212 21975 0 -1 4194304 95382 0 0 0 3854 4522 0 0 25 0 1 0 24858762 446025728 95368 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26236/statm: 108893 95368 40 102 0 108788 0
Current children cumulated CPU time (s) 171.01
Current children cumulated vsize (KiB) 457796

[startup+179.102 s]
/proc/loadavg: 2.12 2.16 2.10 3/85 26236
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=87.25
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1360 23683 6 2 6 2 8499 218 16 0 1 0 24849894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26212/statm: 4217 1114 409 3 0 796 0
[pid=26235] ppid=26212 vsize=5356 CPUtime=0
/proc/26235/stat : 26235 (sh) S 26212 26212 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24858762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26235/statm: 1339 232 193 169 0 50 0
[pid=26236] ppid=26235 vsize=455768 CPUtime=90.14
/proc/26236/stat : 26236 (picosat) R 26235 26212 21975 0 -1 4194304 101056 0 0 0 4148 4866 0 0 25 0 1 0 24858762 466706432 101042 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26236/statm: 113942 101042 40 102 0 113837 0
Current children cumulated CPU time (s) 177.39
Current children cumulated vsize (KiB) 477992

[startup+180.701 s]
/proc/loadavg: 2.12 2.16 2.10 4/85 26236
/proc/meminfo: memFree=15272/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=87.25
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1360 23683 6 2 6 2 8499 218 16 0 1 0 24849894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26212/statm: 4217 1114 409 3 0 796 0
[pid=26235] ppid=26212 vsize=5356 CPUtime=0
/proc/26235/stat : 26235 (sh) S 26212 26212 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24858762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26235/statm: 1339 232 193 169 0 50 0
[pid=26236] ppid=26235 vsize=462664 CPUtime=91.74
/proc/26236/stat : 26236 (picosat) R 26235 26212 21975 0 -1 4194304 102213 0 0 0 4272 4902 0 0 25 0 1 0 24858762 473767936 102166 996147200 134512640 134931368 4294956256 18446744073709551615 134524107 0 0 4096 0 0 0 0 17 1 0 0
/proc/26236/statm: 115666 102166 42 102 0 115561 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 484888

[startup+182.301 s]
/proc/loadavg: 2.12 2.16 2.10 4/85 26236
/proc/meminfo: memFree=15720/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=180.24
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1441 126474 6 2 6 2 12888 5128 15 0 1 0 24849894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26212/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 180.24
Current children cumulated vsize (KiB) 16868

[startup+182.702 s]
/proc/loadavg: 2.11 2.15 2.10 5/93 26246
/proc/meminfo: memFree=412776/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=180.24
/proc/26212/stat : 26212 (sugar) S 26210 26212 21975 0 -1 4194304 1441 126474 6 2 6 2 12888 5128 15 0 1 0 24849894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26212/statm: 4217 1114 409 3 0 796 0
[pid=26237] ppid=26212 vsize=5356 CPUtime=0
/proc/26237/stat : 26237 (sh) S 26212 26212 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24868088 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26237/statm: 1339 233 193 169 0 50 0
[pid=26238] ppid=26237 vsize=862768 CPUtime=0.64
/proc/26238/stat : 26238 (java) S 26237 26212 21975 0 -1 0 6984 0 2 0 61 3 0 0 18 0 9 0 24868090 883474432 6255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26238/statm: 215692 6255 2154 9 0 210605 0
[pid=26238/tid=26239] ppid=26237 vsize=862768 CPUtime=0.42
/proc/26238/task/26239/stat : 26239 (java) R 26237 26212 21975 0 -1 64 2048 0 1 0 41 1 0 0 20 0 9 0 24868095 883474432 6255 996147200 134512640 134550932 4294955984 18446744073709551615 4126496370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26238/tid=26240] ppid=26237 vsize=862768 CPUtime=0.15
/proc/26238/task/26240/stat : 26240 (java) S 26237 26212 21975 0 -1 64 3787 0 0 0 14 1 0 0 16 0 9 0 24868101 883474432 6255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26238/tid=26241] ppid=26237 vsize=862768 CPUtime=0
/proc/26238/task/26241/stat : 26241 (java) S 26237 26212 21975 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24868101 883474432 6255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26238/tid=26242] ppid=26237 vsize=862768 CPUtime=0
/proc/26238/task/26242/stat : 26242 (java) S 26237 26212 21975 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24868101 883474432 6255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26238/tid=26243] ppid=26237 vsize=862768 CPUtime=0
/proc/26238/task/26243/stat : 26243 (java) S 26237 26212 21975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24868103 883474432 6255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26238/tid=26244] ppid=26237 vsize=862768 CPUtime=0.04
/proc/26238/task/26244/stat : 26244 (java) S 26237 26212 21975 0 -1 64 454 0 0 0 4 0 0 0 16 0 9 0 24868103 883474432 6255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26238/tid=26245] ppid=26237 vsize=862768 CPUtime=0
/proc/26238/task/26245/stat : 26245 (java) S 26237 26212 21975 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24868103 883474432 6255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26238/tid=26246] ppid=26237 vsize=862768 CPUtime=0
/proc/26238/task/26246/stat : 26246 (java) S 26237 26212 21975 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24868103 883474432 6255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.88
Current children cumulated vsize (KiB) 884992

[startup+183.101 s]
/proc/loadavg: 2.11 2.15 2.10 5/93 26246
/proc/meminfo: memFree=412776/2055920 swapFree=4192812/4192956
[pid=26212] ppid=26210 vsize=16868 CPUtime=181.26
/proc/26212/stat : 26212 (sugar) R 26210 26212 21975 0 -1 4194304 1470 135865 6 4 6 14 12972 5134 16 0 1 0 24849894 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26212/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 181.26
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 183.198
CPU time (s): 181.294
CPU user time (s): 129.792
CPU system time (s): 51.5022
CPU usage (%): 98.9612
Max. virtual memory (cumulated for all children) (KiB): 892092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.792
system time used= 51.5022
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137396
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54956
involuntary context switches= 55257

runsolver used 0.277957 second user time and 0.569913 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 07:51:12
IDJOB=2083643
IDBENCH=57884
IDSOLVER=738
FILE ID=node69/2083643-1247377872
PBS_JOBID= 9507072
Free space on /tmp= 65088 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp31/normalized-fapp31-0400-2.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-2083643-1247377872/watcher-2083643-1247377872 -o /tmp/evaluation-result-2083643-1247377872/solver-2083643-1247377872 -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-2083643-1247377872.xml

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

MD5SUM BENCH= 8b51b67d03b842d06e4a6cc96db5ee28
RANDOM SEED=1716028951

node69.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.211
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.211
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:        472672 kB
Buffers:          5524 kB
Cached:        1192228 kB
SwapCached:          0 kB
Active:        1081352 kB
Inactive:       423352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        472672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          208236 kB
Writeback:           0 kB
Mapped:         328284 kB
Slab:            62912 kB
Committed_AS:   617428 kB
PageTables:       2616 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= 64520 MiB
End job on node69 at 2009-07-12 07:54:15