Trace number 2084116

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 107.935 109.473

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-6.xml
MD5SUMe5750d7da62e3db9c442eec5d476918a
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 benchmark22.4116
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

0.03/0.29	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.29	c 0	BEGIN Sun Jul 12 08:07:31 2009
0.03/0.29	c 0	PID 25844
0.03/0.29	c 0	HOST node58.alineos.net
0.03/0.29	c 0	CONVERTING HOME/instance-2084116-1247378851.xml TO HOME/temp.csp
0.03/0.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084116-1247378851.xml' 'HOME/temp.csp'
0.07/0.86	c 1	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.07/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.91	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.07/0.99	c 1	Parsing HOME/temp.csp
0.79/1.13	c 1	parsed 4697 expressions
0.79/1.14	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.79/1.14	c 1	Converting to clausal form CSP
1.18/1.56	c 1	converted 470 (10%) expressions
1.78/2.13	c 2	converted 940 (20%) expressions
2.17/2.58	c 3	converted 1410 (30%) expressions
2.58/2.99	c 3	converted 1879 (40%) expressions
2.87/3.30	c 3	converted 2349 (50%) expressions
3.27/3.60	c 4	converted 2819 (60%) expressions
3.66/4.03	c 4	converted 3288 (70%) expressions
3.96/4.35	c 4	converted 3758 (80%) expressions
4.25/4.66	c 5	converted 4228 (90%) expressions
4.55/4.98	c 5	converted 4697 (100%) expressions
4.55/4.98	c 5	CSP : 600 integers, 12619 booleans, 26395 clauses, largest domain size 2657
4.55/4.98	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.55/4.98	c 5	Propagation in CSP
4.75/5.14	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.75/5.14	c 5	CSP : 600 integers, 12619 booleans, 26395 clauses, largest domain size 2657
4.75/5.14	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.75/5.16	c 5	Simplifing CSP by introducing new Boolean variables
4.85/5.22	c 5	CSP : 600 integers, 21325 booleans, 35101 clauses, largest domain size 2657
4.85/5.22	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.14/5.54	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.44/5.81	c 6	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
5.64/6.00	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
5.83/6.21	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
5.93/6.38	c 6	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.22/6.63	c 7	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.32/6.77	c 7	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.52/6.93	c 7	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
6.62/7.07	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
6.83/7.21	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
6.93/7.34	c 7	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
9.50/9.99	c 10	3511 (10%) CSP clauses are encoded (1465541 clauses, 30300631 bytes)
11.47/11.91	c 12	7021 (20%) CSP clauses are encoded (2139481 clauses, 46357228 bytes)
13.35/13.86	c 14	10531 (30%) CSP clauses are encoded (2866076 clauses, 63787613 bytes)
15.22/15.79	c 16	14041 (40%) CSP clauses are encoded (3613255 clauses, 81754040 bytes)
17.29/17.82	c 18	17551 (50%) CSP clauses are encoded (4432245 clauses, 101431339 bytes)
19.13/19.76	c 20	21061 (60%) CSP clauses are encoded (5185089 clauses, 119653388 bytes)
21.49/22.17	c 22	24571 (70%) CSP clauses are encoded (6141457 clauses, 142824158 bytes)
23.38/24.07	c 24	28081 (80%) CSP clauses are encoded (6869647 clauses, 160366330 bytes)
25.14/25.90	c 26	31591 (90%) CSP clauses are encoded (7573684 clauses, 177356825 bytes)
27.32/28.03	c 28	35101 (100%) CSP clauses are encoded (8392297 clauses, 197063516 bytes)
27.32/28.03	c 28	35101 CSP clauses encoded
27.32/28.03	c 28	Writing map file : HOME/temp.map
27.32/28.06	c 28	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.32/28.06	c 28	SAT : 631653 SAT variables, 8392297 SAT clauses, 197063516 bytes
27.32/28.06	c 28	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.39/28.13	c 28	SOLVING HOME/temp.cnf
27.39/28.13	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
107.29/108.88	c 109	DECODING HOME/temp.out WITH HOME/temp.map
107.29/108.88	c 109	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'
107.38/108.97	c 109	Decoding HOME/temp.out
107.38/109.30	s UNSATISFIABLE
107.38/109.31	c 109	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
107.38/109.37	c 109	CPU 107.81 (0.06 0.02 66.23 41.5)
107.38/109.37	c 109	END Sun Jul 12 08:09:20 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-2084116-1247378851/watcher-2084116-1247378851 -o /tmp/evaluation-result-2084116-1247378851/solver-2084116-1247378851 -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-2084116-1247378851.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

[startup+0 s]
/proc/loadavg: 2.21 2.23 2.18 4/83 25844
/proc/meminfo: memFree=1277376/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=18576 CPUtime=0
/proc/25844/stat : 25844 (runsolver) R 25842 23596 23596 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 24948216 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 226235545322 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25844/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.019271 s]
/proc/loadavg: 2.21 2.23 2.18 4/83 25844
/proc/meminfo: memFree=1277376/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=18576 CPUtime=0
/proc/25844/stat : 25844 (runsolver) D 25842 25844 23596 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 24948216 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226238197031 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25844/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102282 s]
/proc/loadavg: 2.21 2.23 2.18 4/83 25844
/proc/meminfo: memFree=1277376/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=12272 CPUtime=0
/proc/25844/stat : 25844 (sugar) D 25842 25844 23596 0 -1 4194304 357 0 3 0 0 0 0 0 18 0 1 0 24948216 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 226238364261 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25844/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302303 s]
/proc/loadavg: 2.21 2.23 2.18 4/83 25844
/proc/meminfo: memFree=1277376/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=0.07
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1222 128 5 0 5 2 0 0 18 0 1 0 24948216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702337 s]
/proc/loadavg: 2.21 2.23 2.18 4/83 25844
/proc/meminfo: memFree=1277376/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=0.07
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1222 128 5 0 5 2 0 0 18 0 1 0 24948216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50141 s]
/proc/loadavg: 2.27 2.24 2.18 3/94 25866
/proc/meminfo: memFree=1267688/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=0.63
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1304 7232 5 1 5 2 52 4 15 0 1 0 24948216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1111 409 3 0 796 0
[pid=25857] ppid=25844 vsize=5356 CPUtime=0
/proc/25857/stat : 25857 (sh) S 25844 25844 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24948308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25857/statm: 1339 233 193 169 0 50 0
[pid=25858] ppid=25857 vsize=868480 CPUtime=0.55
/proc/25858/stat : 25858 (java) S 25857 25844 23596 0 -1 0 5583 0 1 0 51 4 0 0 18 0 9 0 24948308 889323520 4998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25858/statm: 217120 4998 1742 9 0 211625 0
[pid=25858/tid=25859] ppid=25857 vsize=868480 CPUtime=0.36
/proc/25858/task/25859/stat : 25859 (java) R 25857 25844 23596 0 -1 64 2669 0 1 0 34 2 0 0 19 0 9 0 24948309 889323520 4998 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25860] ppid=25857 vsize=868480 CPUtime=0.04
/proc/25858/task/25860/stat : 25860 (java) S 25857 25844 23596 0 -1 64 765 0 0 0 4 0 0 0 16 0 9 0 24948310 889323520 4998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25861] ppid=25857 vsize=868480 CPUtime=0
/proc/25858/task/25861/stat : 25861 (java) S 25857 25844 23596 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24948310 889323520 4998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25862] ppid=25857 vsize=868480 CPUtime=0
/proc/25858/task/25862/stat : 25862 (java) S 25857 25844 23596 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24948310 889323520 4998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25863] ppid=25857 vsize=868480 CPUtime=0
/proc/25858/task/25863/stat : 25863 (java) S 25857 25844 23596 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24948312 889323520 4998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25864] ppid=25857 vsize=868480 CPUtime=0.14
/proc/25858/task/25864/stat : 25864 (java) S 25857 25844 23596 0 -1 64 1456 0 0 0 13 1 0 0 16 0 9 0 24948312 889323520 4998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25865] ppid=25857 vsize=868480 CPUtime=0
/proc/25858/task/25865/stat : 25865 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24948312 889323520 4998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25866] ppid=25857 vsize=868480 CPUtime=0
/proc/25858/task/25866/stat : 25866 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24948312 889323520 4998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 890704

[startup+3.10353 s]
/proc/loadavg: 2.27 2.24 2.18 3/94 25866
/proc/meminfo: memFree=1252712/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=0.63
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1304 7232 5 1 5 2 52 4 15 0 1 0 24948216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1111 409 3 0 796 0
[pid=25857] ppid=25844 vsize=5356 CPUtime=0
/proc/25857/stat : 25857 (sh) S 25844 25844 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24948308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25857/statm: 1339 233 193 169 0 50 0
[pid=25858] ppid=25857 vsize=868564 CPUtime=2.14
/proc/25858/stat : 25858 (java) S 25857 25844 23596 0 -1 0 9708 0 1 0 207 7 0 0 18 0 9 0 24948308 889409536 8787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25858/statm: 217141 8787 2566 9 0 211646 0
[pid=25858/tid=25859] ppid=25857 vsize=868564 CPUtime=1.56
/proc/25858/task/25859/stat : 25859 (java) R 25857 25844 23596 0 -1 64 2911 0 1 0 154 2 0 0 25 0 9 0 24948309 889409536 8787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25860] ppid=25857 vsize=868564 CPUtime=0.38
/proc/25858/task/25860/stat : 25860 (java) S 25857 25844 23596 0 -1 64 4620 0 0 0 36 2 0 0 15 0 9 0 24948310 889409536 8787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25861] ppid=25857 vsize=868564 CPUtime=0
/proc/25858/task/25861/stat : 25861 (java) S 25857 25844 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24948310 889409536 8787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25862] ppid=25857 vsize=868564 CPUtime=0
/proc/25858/task/25862/stat : 25862 (java) S 25857 25844 23596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24948310 889409536 8787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25863] ppid=25857 vsize=868564 CPUtime=0
/proc/25858/task/25863/stat : 25863 (java) S 25857 25844 23596 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24948312 889409536 8787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25864] ppid=25857 vsize=868564 CPUtime=0.17
/proc/25858/task/25864/stat : 25864 (java) S 25857 25844 23596 0 -1 64 1478 0 0 0 16 1 0 0 15 0 9 0 24948312 889409536 8787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25865] ppid=25857 vsize=868564 CPUtime=0
/proc/25858/task/25865/stat : 25865 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24948312 889409536 8787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25866] ppid=25857 vsize=868564 CPUtime=0
/proc/25858/task/25866/stat : 25866 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24948312 889409536 8787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 890788

[startup+6.30283 s]
/proc/loadavg: 2.27 2.24 2.18 4/94 25866
/proc/meminfo: memFree=1211112/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=0.63
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1305 7232 5 1 5 2 52 4 16 0 1 0 24948216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1111 409 3 0 796 0
[pid=25857] ppid=25844 vsize=5356 CPUtime=0
/proc/25857/stat : 25857 (sh) S 25844 25844 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24948308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25857/statm: 1339 233 193 169 0 50 0
[pid=25858] ppid=25857 vsize=868676 CPUtime=5.3
/proc/25858/stat : 25858 (java) S 25857 25844 23596 0 -1 0 19690 0 2 0 517 13 0 0 18 0 9 0 24948308 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25858/statm: 217169 13419 2592 9 0 211646 0
[pid=25858/tid=25859] ppid=25857 vsize=868676 CPUtime=3.97
/proc/25858/task/25859/stat : 25859 (java) R 25857 25844 23596 0 -1 64 3337 0 2 0 394 3 0 0 25 0 9 0 24948309 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4126972289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25860] ppid=25857 vsize=868676 CPUtime=1.08
/proc/25858/task/25860/stat : 25860 (java) S 25857 25844 23596 0 -1 64 14131 0 0 0 101 7 0 0 16 0 9 0 24948310 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25861] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25861/stat : 25861 (java) S 25857 25844 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24948310 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25862] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25862/stat : 25862 (java) S 25857 25844 23596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24948310 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25863] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25863/stat : 25863 (java) S 25857 25844 23596 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24948312 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25864] ppid=25857 vsize=868676 CPUtime=0.21
/proc/25858/task/25864/stat : 25864 (java) S 25857 25844 23596 0 -1 64 1523 0 0 0 20 1 0 0 15 0 9 0 24948312 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25865] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25865/stat : 25865 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24948312 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25866] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25866/stat : 25866 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24948312 889524224 13419 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 890900

[startup+12.7024 s]
/proc/loadavg: 2.30 2.25 2.19 3/94 25866
/proc/meminfo: memFree=1166632/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=0.64
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1305 7232 5 1 6 2 52 4 16 0 1 0 24948216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1111 409 3 0 796 0
[pid=25857] ppid=25844 vsize=5356 CPUtime=0
/proc/25857/stat : 25857 (sh) S 25844 25844 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24948308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25857/statm: 1339 233 193 169 0 50 0
[pid=25858] ppid=25857 vsize=868676 CPUtime=11.63
/proc/25858/stat : 25858 (java) S 25857 25844 23596 0 -1 0 20115 0 2 0 1116 47 0 0 18 0 9 0 24948308 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25858/statm: 217169 13442 2593 9 0 211646 0
[pid=25858/tid=25859] ppid=25857 vsize=868676 CPUtime=10.09
/proc/25858/task/25859/stat : 25859 (java) R 25857 25844 23596 0 -1 64 3743 0 2 0 975 34 0 0 25 0 9 0 24948309 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4126873983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25860] ppid=25857 vsize=868676 CPUtime=1.26
/proc/25858/task/25860/stat : 25860 (java) S 25857 25844 23596 0 -1 64 14131 0 0 0 116 10 0 0 16 0 9 0 24948310 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25861] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25861/stat : 25861 (java) S 25857 25844 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24948310 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25862] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25862/stat : 25862 (java) S 25857 25844 23596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24948310 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25863] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25863/stat : 25863 (java) S 25857 25844 23596 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24948312 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25864] ppid=25857 vsize=868676 CPUtime=0.25
/proc/25858/task/25864/stat : 25864 (java) S 25857 25844 23596 0 -1 64 1542 0 0 0 24 1 0 0 16 0 9 0 24948312 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25865] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25865/stat : 25865 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24948312 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25866] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25866/stat : 25866 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24948312 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 890900

[startup+25.5025 s]
/proc/loadavg: 2.57 2.31 2.21 3/94 25866
/proc/meminfo: memFree=1027944/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=0.64
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1305 7232 5 1 6 2 52 4 16 0 1 0 24948216 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1111 409 3 0 796 0
[pid=25857] ppid=25844 vsize=5356 CPUtime=0
/proc/25857/stat : 25857 (sh) S 25844 25844 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24948308 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25857/statm: 1339 233 193 169 0 50 0
[pid=25858] ppid=25857 vsize=868676 CPUtime=24.2
/proc/25858/stat : 25858 (java) S 25857 25844 23596 0 -1 0 21016 0 2 0 2293 127 0 0 18 0 9 0 24948308 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25858/statm: 217169 13442 2593 9 0 211646 0
[pid=25858/tid=25859] ppid=25857 vsize=868676 CPUtime=22.23
/proc/25858/task/25859/stat : 25859 (java) R 25857 25844 23596 0 -1 64 4644 0 2 0 2115 108 0 0 25 0 9 0 24948309 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4126973190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25860] ppid=25857 vsize=868676 CPUtime=1.69
/proc/25858/task/25860/stat : 25860 (java) S 25857 25844 23596 0 -1 64 14131 0 0 0 152 17 0 0 16 0 9 0 24948310 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25861] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25861/stat : 25861 (java) S 25857 25844 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24948310 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25862] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25862/stat : 25862 (java) S 25857 25844 23596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24948310 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25863] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25863/stat : 25863 (java) S 25857 25844 23596 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24948312 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25864] ppid=25857 vsize=868676 CPUtime=0.25
/proc/25858/task/25864/stat : 25864 (java) S 25857 25844 23596 0 -1 64 1542 0 0 0 24 1 0 0 16 0 9 0 24948312 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25865] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25865/stat : 25865 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24948312 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25858/tid=25866] ppid=25857 vsize=868676 CPUtime=0
/proc/25858/task/25866/stat : 25866 (java) S 25857 25844 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24948312 889524224 13442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 890900

[startup+51.1028 s]
/proc/loadavg: 2.45 2.31 2.21 3/86 25868
/proc/meminfo: memFree=924456/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=27.4
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1361 28740 5 3 6 2 2584 148 16 0 1 0 24948216 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1114 409 3 0 796 0
[pid=25867] ppid=25844 vsize=5356 CPUtime=0
/proc/25867/stat : 25867 (sh) S 25844 25844 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24951029 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25867/statm: 1339 232 193 169 0 50 0
[pid=25868] ppid=25867 vsize=150568 CPUtime=22.73
/proc/25868/stat : 25868 (picosat) R 25867 25844 23596 0 -1 4194304 30952 0 0 0 1036 1237 0 0 25 0 1 0 24951029 154181632 30938 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25868/statm: 37642 30938 40 102 0 37537 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 172792

[startup+102.307 s]
/proc/loadavg: 2.39 2.30 2.21 4/86 25868
/proc/meminfo: memFree=728424/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=27.4
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1361 28740 5 3 6 2 2584 148 16 0 1 0 24948216 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1114 409 3 0 796 0
[pid=25867] ppid=25844 vsize=5356 CPUtime=0
/proc/25867/stat : 25867 (sh) S 25844 25844 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24951029 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25867/statm: 1339 232 193 169 0 50 0
[pid=25868] ppid=25867 vsize=339484 CPUtime=73.45
/proc/25868/stat : 25868 (picosat) R 25867 25844 23596 0 -1 4194304 77264 0 0 0 3372 3973 0 0 25 0 1 0 24951029 347631616 77250 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25868/statm: 84871 77250 40 102 0 84766 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 361708

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

[startup+105.502 s]
/proc/loadavg: 2.44 2.31 2.21 4/86 25868
/proc/meminfo: memFree=724968/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=27.4
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1361 28740 5 3 6 2 2584 148 16 0 1 0 24948216 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1114 409 3 0 796 0
[pid=25867] ppid=25844 vsize=5356 CPUtime=0
/proc/25867/stat : 25867 (sh) S 25844 25844 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24951029 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25867/statm: 1339 232 193 169 0 50 0
[pid=25868] ppid=25867 vsize=349012 CPUtime=76.62
/proc/25868/stat : 25868 (picosat) R 25867 25844 23596 0 -1 4194304 78017 0 0 0 3671 3991 0 0 25 0 1 0 24951029 357388288 78000 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/25868/statm: 87253 78000 42 102 0 87148 0
Current children cumulated CPU time (s) 104.02
Current children cumulated vsize (KiB) 371236

[startup+107.102 s]
/proc/loadavg: 2.44 2.31 2.21 4/86 25868
/proc/meminfo: memFree=731048/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=27.4
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1361 28740 5 3 6 2 2584 148 16 0 1 0 24948216 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1114 409 3 0 796 0
[pid=25867] ppid=25844 vsize=5356 CPUtime=0
/proc/25867/stat : 25867 (sh) S 25844 25844 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24951029 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25867/statm: 1339 232 193 169 0 50 0
[pid=25868] ppid=25867 vsize=349012 CPUtime=78.2
/proc/25868/stat : 25868 (picosat) R 25867 25844 23596 0 -1 4194304 78068 0 0 0 3829 3991 0 0 25 0 1 0 24951029 357388288 78051 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/25868/statm: 87253 78051 42 102 0 87148 0
Current children cumulated CPU time (s) 105.6
Current children cumulated vsize (KiB) 371236

[startup+108.702 s]
/proc/loadavg: 2.44 2.31 2.21 4/86 25868
/proc/meminfo: memFree=724712/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=27.4
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1361 28740 5 3 6 2 2584 148 16 0 1 0 24948216 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1114 409 3 0 796 0
[pid=25867] ppid=25844 vsize=5356 CPUtime=0
/proc/25867/stat : 25867 (sh) S 25844 25844 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24951029 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25867/statm: 1339 232 193 169 0 50 0
[pid=25868] ppid=25867 vsize=349016 CPUtime=79.79
/proc/25868/stat : 25868 (picosat) R 25867 25844 23596 0 -1 4194304 78101 0 0 0 3988 3991 0 0 25 0 1 0 24951029 357392384 78084 996147200 134512640 134931368 4294956256 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 1 0 0
/proc/25868/statm: 87254 78084 42 102 0 87149 0
Current children cumulated CPU time (s) 107.19
Current children cumulated vsize (KiB) 371240

[startup+109.102 s]
/proc/loadavg: 2.44 2.31 2.21 4/86 25868
/proc/meminfo: memFree=756520/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=107.38
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1442 107128 5 3 6 2 6584 4146 16 0 1 0 24948216 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 107.38
Current children cumulated vsize (KiB) 16868

[startup+109.302 s]
/proc/loadavg: 2.44 2.31 2.21 4/86 25868
/proc/meminfo: memFree=756520/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=107.38
/proc/25844/stat : 25844 (sugar) S 25842 25844 23596 0 -1 4194304 1444 107128 5 3 6 2 6584 4146 15 0 1 0 24948216 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25844/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 107.38
Current children cumulated vsize (KiB) 16868

[startup+109.403 s]
/proc/loadavg: 2.44 2.31 2.21 4/86 25868
/proc/meminfo: memFree=756520/2055920 swapFree=4192812/4192956
[pid=25844] ppid=25842 vsize=16868 CPUtime=107.85
/proc/25844/stat : 25844 (sugar) R 25842 25844 23596 0 -1 4194304 1472 112003 5 4 6 6 6623 4150 16 0 1 0 24948216 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25844/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 107.85
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 109.473
CPU time (s): 107.935
CPU user time (s): 66.2949
CPU system time (s): 41.6397
CPU usage (%): 98.5943
Max. virtual memory (cumulated for all children) (KiB): 901288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.2949
system time used= 41.6397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113535
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18635
involuntary context switches= 20682

runsolver used 0.153976 second user time and 0.367944 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 08:07:31
IDJOB=2084116
IDBENCH=58042
IDSOLVER=738
FILE ID=node58/2084116-1247378851
PBS_JOBID= 9507141
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= e5750d7da62e3db9c442eec5d476918a
RANDOM SEED=1018102999

node58.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.234
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.234
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:       1277856 kB
Buffers:          4436 kB
Cached:          49352 kB
SwapCached:          0 kB
Active:         710680 kB
Inactive:        15148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1277856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:         687680 kB
Slab:            36264 kB
Committed_AS:   899048 kB
PageTables:       2992 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= 66312 MiB
End job on node58 at 2009-07-12 08:09:20