Trace number 2087977

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 113.515 442.069

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-8.xml
MD5SUM1de04046403b27abbbf747eaecb515b0
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 benchmark17.7243
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 10:29:46 2009
0.02/0.07	c 0	PID 24930
0.02/0.07	c 0	HOST node90.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2087977-1247387375.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087977-1247387375.xml' 'HOME/temp.csp'
0.06/0.55	c 1	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.06/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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.68/0.62	c 1	Parsing HOME/temp.csp
0.68/0.72	c 1	parsed 5177 expressions
0.68/0.73	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.68/0.73	c 1	Converting to clausal form CSP
1.17/1.04	c 1	converted 518 (10%) expressions
2.34/2.15	c 2	converted 1036 (20%) expressions
3.26/3.10	c 3	converted 1554 (30%) expressions
4.15/3.92	c 4	converted 2071 (40%) expressions
4.94/4.76	c 5	converted 2589 (50%) expressions
5.53/5.32	c 6	converted 3107 (60%) expressions
6.14/5.98	c 6	converted 3624 (70%) expressions
6.93/6.73	c 7	converted 4142 (80%) expressions
7.42/7.22	c 7	converted 4660 (90%) expressions
7.93/7.73	c 8	converted 5177 (100%) expressions
7.93/7.73	c 8	CSP : 835 integers, 13476 booleans, 28824 clauses, largest domain size 2821
7.93/7.73	c 8	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.93/7.73	c 8	Propagation in CSP
8.13/7.99	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.13/7.99	c 8	CSP : 835 integers, 13476 booleans, 28824 clauses, largest domain size 2821
8.13/7.99	c 8	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.23/8.01	c 8	Simplifing CSP by introducing new Boolean variables
8.23/8.05	c 8	CSP : 835 integers, 23098 booleans, 38446 clauses, largest domain size 2821
8.23/8.05	c 8	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.62/8.42	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.94/8.75	c 9	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
9.24/9.07	c 9	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
9.54/9.40	c 10	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
9.94/9.71	c 10	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
10.24/10.02	c 10	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
10.34/10.18	c 10	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
10.54/10.34	c 11	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
10.64/10.48	c 11	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
10.84/10.68	c 11	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
11.15/10.95	c 11	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
14.06/13.87	c 14	3845 (10%) CSP clauses are encoded (1408431 clauses, 27723533 bytes)
17.05/16.82	c 17	7690 (20%) CSP clauses are encoded (2177635 clauses, 45987801 bytes)
19.14/18.98	c 19	11534 (30%) CSP clauses are encoded (2923574 clauses, 63790370 bytes)
20.93/20.71	c 21	15379 (40%) CSP clauses are encoded (3524229 clauses, 78153546 bytes)
23.32/23.10	c 23	19223 (50%) CSP clauses are encoded (4434740 clauses, 100037347 bytes)
25.60/25.45	c 26	23068 (60%) CSP clauses are encoded (5240037 clauses, 119376714 bytes)
28.02/41.12	c 41	26913 (70%) CSP clauses are encoded (6098954 clauses, 140074609 bytes)
30.52/43.70	c 44	30757 (80%) CSP clauses are encoded (7085745 clauses, 163844208 bytes)
32.59/45.80	c 46	34602 (90%) CSP clauses are encoded (7857486 clauses, 182433300 bytes)
34.99/48.10	c 48	38446 (100%) CSP clauses are encoded (8727646 clauses, 203569551 bytes)
34.99/48.11	c 48	38446 CSP clauses encoded
34.99/48.11	c 48	Writing map file : HOME/temp.map
34.99/48.14	c 48	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.99/48.14	c 48	SAT : 800407 SAT variables, 8727646 SAT clauses, 203569551 bytes
34.99/48.14	c 48	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.99/48.18	c 48	SOLVING HOME/temp.cnf
34.99/48.18	c 48	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
112.23/125.98	c 126	DECODING HOME/temp.out WITH HOME/temp.map
112.23/125.98	c 126	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'
112.32/126.06	c 126	Decoding HOME/temp.out
112.33/126.28	s UNSATISFIABLE
112.33/126.28	c 127	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
112.33/126.31	c 127	CPU 112.68 (0.06 0.02 71.87 40.73)
112.33/126.31	c 127	END Sun Jul 12 10:31:53 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-2087977-1247387375/watcher-2087977-1247387375 -o /tmp/evaluation-result-2087977-1247387375/solver-2087977-1247387375 -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-2087977-1247387375.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: 3.77 4.34 3.38 3/82 24930
/proc/meminfo: memFree=1205316/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=12272 CPUtime=0
/proc/24930/stat : 24930 (sugar) R 24928 24930 24613 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25803288 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 256384858880 0 0 4224 0 0 0 0 17 0 0 0
/proc/24930/statm: 3068 327 246 3 0 168 0

[startup+0.0327829 s]
/proc/loadavg: 3.77 4.34 3.38 3/82 24930
/proc/meminfo: memFree=1205316/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=13204 CPUtime=0.02
/proc/24930/stat : 24930 (sugar) R 24928 24930 24613 0 -1 4194304 705 0 0 0 2 0 0 0 18 0 1 0 25803288 13520896 673 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 0 0 0
/proc/24930/statm: 3301 673 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101794 s]
/proc/loadavg: 3.77 4.34 3.38 3/82 24930
/proc/meminfo: memFree=1205316/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=0.06
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 25803288 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24930/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301821 s]
/proc/loadavg: 3.77 4.34 3.38 3/82 24930
/proc/meminfo: memFree=1205316/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=0.06
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 25803288 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24930/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701856 s]
/proc/loadavg: 3.77 4.34 3.38 3/82 24930
/proc/meminfo: memFree=1205316/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=0.68
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1309 7366 0 1 5 2 57 4 15 0 1 0 25803288 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24930/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 3.77 4.34 3.38 2/93 24952
/proc/meminfo: memFree=1192620/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=0.68
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1309 7366 0 1 5 2 57 4 16 0 1 0 25803288 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24930/statm: 4217 1111 409 3 0 796 0
[pid=24943] ppid=24930 vsize=5356 CPUtime=0
/proc/24943/stat : 24943 (sh) S 24930 24930 24613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803344 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24943/statm: 1339 233 193 169 0 50 0
[pid=24944] ppid=24943 vsize=869452 CPUtime=1.07
/proc/24944/stat : 24944 (java) S 24943 24930 24613 0 -1 0 7524 0 1 0 103 4 0 0 18 0 9 0 25803344 890318848 6727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24944/statm: 217363 6727 2567 9 0 211868 0
[pid=24944/tid=24945] ppid=24943 vsize=869452 CPUtime=0.77
/proc/24944/task/24945/stat : 24945 (java) R 24943 24930 24613 0 -1 64 2702 0 1 0 76 1 0 0 17 0 9 0 25803345 890318848 6727 996147200 134512640 134550932 4294955936 18446744073709551615 4126508292 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24946] ppid=24943 vsize=869452 CPUtime=0.12
/proc/24944/task/24946/stat : 24946 (java) S 24943 24930 24613 0 -1 64 2623 0 0 0 11 1 0 0 16 0 9 0 25803346 890318848 6727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24947] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24947/stat : 24947 (java) S 24943 24930 24613 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 25803346 890318848 6727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24948] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24948/stat : 24948 (java) S 24943 24930 24613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25803346 890318848 6727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24949] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24949/stat : 24949 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25803348 890318848 6727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24950] ppid=24943 vsize=869452 CPUtime=0.14
/proc/24944/task/24950/stat : 24950 (java) S 24943 24930 24613 0 -1 64 1499 0 0 0 14 0 0 0 16 0 9 0 25803348 890318848 6727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24951] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24951/stat : 24951 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25803348 890318848 6727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24952] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24952/stat : 24952 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25803348 890318848 6727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 891676

[startup+3.10652 s]
/proc/loadavg: 3.77 4.34 3.38 2/93 24952
/proc/meminfo: memFree=1181228/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=0.68
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1309 7366 0 1 5 2 57 4 16 0 1 0 25803288 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24930/statm: 4217 1111 409 3 0 796 0
[pid=24943] ppid=24930 vsize=5356 CPUtime=0
/proc/24943/stat : 24943 (sh) S 24930 24930 24613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803344 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24943/statm: 1339 233 193 169 0 50 0
[pid=24944] ppid=24943 vsize=869452 CPUtime=2.69
/proc/24944/stat : 24944 (java) S 24943 24930 24613 0 -1 0 9994 0 1 0 263 6 0 0 18 0 9 0 25803344 890318848 9075 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24944/statm: 217363 9075 2566 9 0 211868 0
[pid=24944/tid=24945] ppid=24943 vsize=869452 CPUtime=2.07
/proc/24944/task/24945/stat : 24945 (java) R 24943 24930 24613 0 -1 64 2902 0 1 0 206 1 0 0 17 0 9 0 25803345 890318848 9075 996147200 134512640 134550932 4294955936 18446744073709551615 102142566 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24946] ppid=24943 vsize=869452 CPUtime=0.41
/proc/24944/task/24946/stat : 24946 (java) S 24943 24930 24613 0 -1 64 4912 0 0 0 39 2 0 0 16 0 9 0 25803346 890318848 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24947] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24947/stat : 24947 (java) S 24943 24930 24613 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 25803346 890318848 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24948] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24948/stat : 24948 (java) S 24943 24930 24613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25803346 890318848 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24949] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24949/stat : 24949 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25803348 890318848 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24950] ppid=24943 vsize=869452 CPUtime=0.18
/proc/24944/task/24950/stat : 24950 (java) S 24943 24930 24613 0 -1 64 1509 0 0 0 18 0 0 0 15 0 9 0 25803348 890318848 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24944/tid=24951] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24951/stat : 24951 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25803348 890318848 9104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24952] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24952/stat : 24952 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25803348 890318848 9125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 891676

[startup+6.30245 s]
/proc/loadavg: 3.86 4.35 3.39 2/93 24952
/proc/meminfo: memFree=1158636/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=0.68
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1309 7366 0 1 5 2 57 4 15 0 1 0 25803288 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24930/statm: 4217 1111 409 3 0 796 0
[pid=24943] ppid=24930 vsize=5356 CPUtime=0
/proc/24943/stat : 24943 (sh) S 24930 24930 24613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803344 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24943/statm: 1339 233 193 169 0 50 0
[pid=24944] ppid=24943 vsize=869452 CPUtime=5.84
/proc/24944/stat : 24944 (java) S 24943 24930 24613 0 -1 0 18787 0 1 0 574 10 0 0 18 0 9 0 25803344 890318848 13888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24944/statm: 217363 13888 2567 9 0 211868 0
[pid=24944/tid=24945] ppid=24943 vsize=869452 CPUtime=4.59
/proc/24944/task/24945/stat : 24945 (java) R 24943 24930 24613 0 -1 64 3273 0 1 0 457 2 0 0 17 0 9 0 25803345 890318848 13888 996147200 134512640 134550932 4294955936 18446744073709551615 4126550589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24944/tid=24946] ppid=24943 vsize=869452 CPUtime=1.04
/proc/24944/task/24946/stat : 24946 (java) S 24943 24930 24613 0 -1 64 13304 0 0 0 98 6 0 0 16 0 9 0 25803346 890318848 13888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24947] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24947/stat : 24947 (java) S 24943 24930 24613 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 25803346 890318848 13888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24948] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24948/stat : 24948 (java) S 24943 24930 24613 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25803346 890318848 13888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24949] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24949/stat : 24949 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25803348 890318848 13888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24950] ppid=24943 vsize=869452 CPUtime=0.18
/proc/24944/task/24950/stat : 24950 (java) S 24943 24930 24613 0 -1 64 1510 0 0 0 18 0 0 0 16 0 9 0 25803348 890318848 13888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24951] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24951/stat : 24951 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25803348 890318848 13888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24952] ppid=24943 vsize=869452 CPUtime=0
/proc/24944/task/24952/stat : 24952 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25803348 890318848 13888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 891676

[startup+12.7011 s]
/proc/loadavg: 3.79 4.33 3.38 3/93 24952
/proc/meminfo: memFree=1122348/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=0.68
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1310 7366 0 1 5 2 57 4 15 0 1 0 25803288 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24930/statm: 4217 1111 409 3 0 796 0
[pid=24943] ppid=24930 vsize=5356 CPUtime=0
/proc/24943/stat : 24943 (sh) S 24930 24930 24613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803344 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24943/statm: 1339 233 193 169 0 50 0
[pid=24944] ppid=24943 vsize=869564 CPUtime=12.28
/proc/24944/stat : 24944 (java) S 24943 24930 24613 0 -1 0 26692 0 1 0 1198 30 0 0 18 0 9 0 25803344 890433536 17783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24944/statm: 217391 17783 2593 9 0 211868 0
[pid=24944/tid=24945] ppid=24943 vsize=869564 CPUtime=10.2
/proc/24944/task/24945/stat : 24945 (java) R 24943 24930 24613 0 -1 64 3795 0 1 0 1004 16 0 0 17 0 9 0 25803345 890433536 17783 996147200 134512640 134550932 4294955936 18446744073709551615 4126996628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24946] ppid=24943 vsize=869564 CPUtime=1.79
/proc/24944/task/24946/stat : 24946 (java) S 24943 24930 24613 0 -1 64 20634 0 0 0 167 12 0 0 16 0 9 0 25803346 890433536 17783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24944/tid=24947] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24947/stat : 24947 (java) S 24943 24930 24613 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25803346 890433536 17783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24944/tid=24948] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24948/stat : 24948 (java) S 24943 24930 24613 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25803346 890433536 17783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24944/tid=24949] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24949/stat : 24949 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25803348 890433536 17783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24950] ppid=24943 vsize=869564 CPUtime=0.25
/proc/24944/task/24950/stat : 24950 (java) S 24943 24930 24613 0 -1 64 1563 0 0 0 25 0 0 0 16 0 9 0 25803348 890433536 17783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24951] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24951/stat : 24951 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25803348 890433536 17783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24952] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24952/stat : 24952 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25803348 890433536 17783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 891788

[startup+25.5024 s]
/proc/loadavg: 3.62 4.26 3.38 3/93 24952
/proc/meminfo: memFree=1024556/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=0.68
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1310 7366 0 1 5 2 57 4 16 0 1 0 25803288 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24930/statm: 4217 1111 409 3 0 796 0
[pid=24943] ppid=24930 vsize=5356 CPUtime=0
/proc/24943/stat : 24943 (sh) S 24930 24930 24613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25803344 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24943/statm: 1339 233 193 169 0 50 0
[pid=24944] ppid=24943 vsize=869564 CPUtime=25.02
/proc/24944/stat : 24944 (java) S 24943 24930 24613 0 -1 0 27165 0 1 0 2410 92 0 0 18 0 9 0 25803344 890433536 17788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24944/statm: 217391 17788 2593 9 0 211868 0
[pid=24944/tid=24945] ppid=24943 vsize=869564 CPUtime=22.66
/proc/24944/task/24945/stat : 24945 (java) R 24943 24930 24613 0 -1 64 4263 0 1 0 2192 74 0 0 17 0 9 0 25803345 890433536 17788 996147200 134512640 134550932 4294955936 18446744073709551615 4127007160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24944/tid=24946] ppid=24943 vsize=869564 CPUtime=2.07
/proc/24944/task/24946/stat : 24946 (java) S 24943 24930 24613 0 -1 64 20634 0 0 0 191 16 0 0 15 0 9 0 25803346 890433536 17788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24947] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24947/stat : 24947 (java) S 24943 24930 24613 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25803346 890433536 17788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24944/tid=24948] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24948/stat : 24948 (java) S 24943 24930 24613 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25803346 890433536 17788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24944/tid=24949] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24949/stat : 24949 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25803348 890433536 17788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24950] ppid=24943 vsize=869564 CPUtime=0.26
/proc/24944/task/24950/stat : 24950 (java) S 24943 24930 24613 0 -1 64 1568 0 0 0 26 0 0 0 16 0 9 0 25803348 890433536 17788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24951] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24951/stat : 24951 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25803348 890433536 17788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24944/tid=24952] ppid=24943 vsize=869564 CPUtime=0
/proc/24944/task/24952/stat : 24952 (java) S 24943 24930 24613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25803348 890433536 17788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.7
Current children cumulated vsize (KiB) 891788

[startup+51.1022 s]
/proc/loadavg: 3.78 4.24 3.39 2/85 24954
/proc/meminfo: memFree=964652/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=35.06
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1366 35230 0 2 5 2 3355 144 16 0 1 0 25803288 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24930/statm: 4217 1114 409 3 0 796 0
[pid=24953] ppid=24930 vsize=5356 CPUtime=0
/proc/24953/stat : 24953 (sh) S 24930 24930 24613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25808106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24953/statm: 1339 232 193 169 0 50 0
[pid=24954] ppid=24953 vsize=45808 CPUtime=2.89
/proc/24954/stat : 24954 (picosat) R 24953 24930 24613 0 -1 4194304 10030 0 0 0 127 162 0 0 25 0 1 0 25808107 46907392 10016 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24954/statm: 11452 10019 40 102 0 11347 0
Current children cumulated CPU time (s) 37.95
Current children cumulated vsize (KiB) 68032
heavy processes:

[startup+102.306 s]
/proc/loadavg: 3.82 4.21 3.43 2/85 24955
/proc/meminfo: memFree=737772/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=35.06
/proc/24930/stat : 24930 (sugar) S 24928 24930 24613 0 -1 4194304 1366 35230 0 2 5 2 3355 144 16 0 1 0 25803288 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24930/statm: 4217 1114 409 3 0 796 0
[pid=24953] ppid=24930 vsize=5356 CPUtime=0
/proc/24953/stat : 24953 (sh) S 24930 24930 24613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25808106 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24953/statm: 1339 232 193 169 0 50 0
[pid=24954] ppid=24953 vsize=283580 CPUtime=53.74
/proc/24954/stat : 24954 (picosat) R 24953 24930 24613 0 -1 4194304 63890 0 0 0 2456 2918 0 0 25 0 1 0 25808107 290385920 63876 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24954/statm: 70895 63876 40 102 0 70790 0
Current children cumulated CPU time (s) 88.8
Current children cumulated vsize (KiB) 305804

[startup+162.306 s]
/proc/loadavg: 3.48 4.02 3.41 1/83 24965
/proc/meminfo: memFree=993788/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=112.69
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 3 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 112.69
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+222.302 s]
/proc/loadavg: 3.09 3.82 3.37 1/83 24965
/proc/meminfo: memFree=993660/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=112.69
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 3 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 112.69
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+282.302 s]
/proc/loadavg: 3.11 3.68 3.35 1/83 24965
/proc/meminfo: memFree=993660/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=112.69
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 3 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 112.69
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+342.301 s]
/proc/loadavg: 2.97 3.54 3.32 1/83 24965
/proc/meminfo: memFree=994620/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=112.69
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 3 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 112.69
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+402.301 s]
/proc/loadavg: 2.91 3.42 3.29 1/83 24965
/proc/meminfo: memFree=1098812/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=112.86
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 20 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 112.86
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+412.101 s]
/proc/loadavg: 2.92 3.41 3.29 1/83 24965
/proc/meminfo: memFree=1103100/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=113.02
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 36 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 113.02
Current children cumulated vsize (KiB) 16868

[startup+424.902 s]
/proc/loadavg: 2.86 3.37 3.28 1/83 24965
/proc/meminfo: memFree=1108796/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=113.18
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 52 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 113.18
Current children cumulated vsize (KiB) 16868

[startup+431.401 s]
/proc/loadavg: 2.87 3.36 3.28 1/83 24965
/proc/meminfo: memFree=1111996/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=113.25
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 59 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 113.25
Current children cumulated vsize (KiB) 16868

[startup+437.801 s]
/proc/loadavg: 2.88 3.36 3.28 1/83 24965
/proc/meminfo: memFree=1201276/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=113.47
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 81 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744072099202260 0 0 17 1 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 113.47
Current children cumulated vsize (KiB) 16868

[startup+439.405 s]
/proc/loadavg: 2.81 3.33 3.27 1/83 24965
/proc/meminfo: memFree=1201404/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=113.47
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 81 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744072099202260 0 0 17 1 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 113.47
Current children cumulated vsize (KiB) 16868

[startup+441.001 s]
/proc/loadavg: 2.81 3.33 3.27 1/83 24965
/proc/meminfo: memFree=1201404/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=113.47
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 81 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744072099202260 0 0 17 1 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 113.47
Current children cumulated vsize (KiB) 16868

[startup+441.801 s]
/proc/loadavg: 2.81 3.33 3.27 1/83 24965
/proc/meminfo: memFree=1201532/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=113.47
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 81 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744072099202260 0 0 17 1 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 113.47
Current children cumulated vsize (KiB) 16868

[startup+442.003 s]
/proc/loadavg: 2.81 3.33 3.27 1/83 24965
/proc/meminfo: memFree=1201532/2055920 swapFree=4192812/4192956
[pid=24930] ppid=24928 vsize=16868 CPUtime=113.47
/proc/24930/stat : 24930 (sugar) D 24928 24930 24613 0 -1 4194304 1477 124970 0 3 6 81 7187 4073 15 0 1 0 25803288 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744072099202260 0 0 17 1 0 0
/proc/24930/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 113.47
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 442.069
CPU time (s): 113.515
CPU user time (s): 71.9381
CPU system time (s): 41.5767
CPU usage (%): 25.678
Max. virtual memory (cumulated for all children) (KiB): 901924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.9381
system time used= 41.5767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126507
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= 13316
involuntary context switches= 9102

runsolver used 1.70574 second user time and 4.32634 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 10:29:46
IDJOB=2087977
IDBENCH=58836
IDSOLVER=738
FILE ID=node90/2087977-1247387375
PBS_JOBID= 9507327
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-8.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-2087977-1247387375/watcher-2087977-1247387375 -o /tmp/evaluation-result-2087977-1247387375/solver-2087977-1247387375 -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-2087977-1247387375.xml

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

MD5SUM BENCH= 1de04046403b27abbbf747eaecb515b0
RANDOM SEED=752497468

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1205796 kB
Buffers:         47184 kB
Cached:         281664 kB
SwapCached:          0 kB
Active:         664012 kB
Inactive:       125864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205796 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           43628 kB
Writeback:           8 kB
Mapped:         475256 kB
Slab:            44664 kB
Committed_AS:   649128 kB
PageTables:       2740 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= 66228 MiB
End job on node90 at 2009-07-12 10:37:08