Trace number 2083346

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 118.718 119.75

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-1.xml
MD5SUMdd4c443d605f557f1e2afa2cdc6a63a1
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 benchmark5.86811
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:40:31 2009
0.00/0.08	c 0	PID 26986
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083346-1247377231.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083346-1247377231.xml' 'HOME/temp.csp'
0.07/0.76	c 1	6 domains, 500 variables, 8 predicates, 0 relations, 2852 constraints
0.07/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.89	c 1	Parsing HOME/temp.csp
0.92/1.01	c 1	parsed 3366 expressions
0.92/1.02	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.02	c 1	Converting to clausal form CSP
0.92/1.05	c 1	converted 337 (10%) expressions
1.31/1.45	c 2	converted 674 (20%) expressions
1.71/1.83	c 2	converted 1010 (30%) expressions
2.11/2.22	c 2	converted 1347 (40%) expressions
2.40/2.53	c 3	converted 1683 (50%) expressions
2.71/2.86	c 3	converted 2020 (60%) expressions
2.90/3.10	c 3	converted 2357 (70%) expressions
3.20/3.32	c 4	converted 2693 (80%) expressions
3.39/3.54	c 4	converted 3030 (90%) expressions
3.69/3.82	c 4	converted 3366 (100%) expressions
3.69/3.82	c 4	CSP : 986 integers, 7620 booleans, 17530 clauses, largest domain size 2701
3.69/3.82	c 4	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.69/3.82	c 4	Propagation in CSP
3.89/4.05	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.89/4.05	c 4	CSP : 986 integers, 7620 booleans, 17530 clauses, largest domain size 2701
3.89/4.05	c 4	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.89/4.06	c 4	Simplifing CSP by introducing new Boolean variables
3.99/4.11	c 4	CSP : 986 integers, 14142 booleans, 24052 clauses, largest domain size 2701
3.99/4.11	c 4	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.09/4.22	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.58/4.72	c 5	99 (10%) CSP integer variables are encoded (22954 clauses, 322258 bytes)
4.98/5.13	c 5	198 (20%) CSP integer variables are encoded (44581 clauses, 646663 bytes)
5.38/5.56	c 6	296 (30%) CSP integer variables are encoded (66531 clauses, 975913 bytes)
5.78/5.99	c 6	395 (40%) CSP integer variables are encoded (89097 clauses, 1314403 bytes)
6.28/6.41	c 7	493 (50%) CSP integer variables are encoded (110914 clauses, 1664373 bytes)
6.57/6.73	c 7	592 (60%) CSP integer variables are encoded (332964 clauses, 5439223 bytes)
6.87/7.06	c 7	691 (70%) CSP integer variables are encoded (588771 clauses, 9787942 bytes)
7.17/7.37	c 8	789 (80%) CSP integer variables are encoded (838211 clauses, 14028422 bytes)
7.56/7.71	c 8	888 (90%) CSP integer variables are encoded (1095704 clauses, 18598918 bytes)
7.75/7.99	c 8	986 (100%) CSP integer variables are encoded (1313532 clauses, 22737650 bytes)
10.04/10.29	c 10	2406 (10%) CSP clauses are encoded (2062914 clauses, 40804416 bytes)
12.51/12.71	c 13	4811 (20%) CSP clauses are encoded (2890184 clauses, 60902814 bytes)
14.79/15.03	c 15	7216 (30%) CSP clauses are encoded (3706351 clauses, 80948065 bytes)
17.08/17.35	c 18	9621 (40%) CSP clauses are encoded (4565418 clauses, 102272349 bytes)
19.06/19.32	c 20	12026 (50%) CSP clauses are encoded (5297008 clauses, 120691711 bytes)
21.25/21.58	c 22	14432 (60%) CSP clauses are encoded (6157507 clauses, 142537468 bytes)
23.31/23.67	c 24	16837 (70%) CSP clauses are encoded (6954045 clauses, 162729071 bytes)
25.50/25.87	c 26	19242 (80%) CSP clauses are encoded (7843888 clauses, 185244385 bytes)
27.66/28.07	c 28	21647 (90%) CSP clauses are encoded (8716589 clauses, 207078429 bytes)
30.12/30.57	c 31	24052 (100%) CSP clauses are encoded (9747501 clauses, 232945725 bytes)
30.12/30.57	c 31	24052 CSP clauses encoded
30.12/30.57	c 31	Writing map file : HOME/temp.map
30.22/30.62	c 31	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.22/30.62	c 31	SAT : 1328660 SAT variables, 9747501 SAT clauses, 232945725 bytes
30.22/30.62	c 31	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.22/30.67	c 31	SOLVING HOME/temp.cnf
30.22/30.67	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
117.97/119.04	c 119	DECODING HOME/temp.out WITH HOME/temp.map
117.97/119.04	c 119	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'
118.03/119.13	c 119	Decoding HOME/temp.out
118.03/119.59	s UNSATISFIABLE
118.03/119.60	c 120	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
118.03/119.63	c 120	CPU 118.58 (0.06 0.01 72.11 46.4)
118.03/119.63	c 120	END Sun Jul 12 07:42:31 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-2083346-1247377231/watcher-2083346-1247377231 -o /tmp/evaluation-result-2083346-1247377231/solver-2083346-1247377231 -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-2083346-1247377231.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.12 2.33 2.19 4/75 26986
/proc/meminfo: memFree=1936384/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=12132 CPUtime=0
/proc/26986/stat : 26986 (sugar) R 26984 26986 21307 0 -1 4194304 217 0 0 0 0 0 0 0 20 0 1 0 24787675 12423168 185 996147200 4194304 4206940 548682068608 18446744073709551615 255372727009 0 0 4224 0 0 0 0 17 1 0 0
/proc/26986/statm: 3033 185 142 3 0 133 0

[startup+0.0896669 s]
/proc/loadavg: 2.12 2.33 2.19 4/75 26986
/proc/meminfo: memFree=1936384/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=0.07
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24787675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10166 s]
/proc/loadavg: 2.12 2.33 2.19 4/75 26986
/proc/meminfo: memFree=1936384/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=0.07
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24787675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301677 s]
/proc/loadavg: 2.12 2.33 2.19 4/75 26986
/proc/meminfo: memFree=1936384/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=0.07
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24787675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701723 s]
/proc/loadavg: 2.12 2.33 2.19 4/75 26986
/proc/meminfo: memFree=1936384/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=0.07
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24787675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50281 s]
/proc/loadavg: 2.12 2.33 2.19 4/86 27008
/proc/meminfo: memFree=1926888/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=0.75
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1309 5508 0 1 6 1 65 3 16 0 1 0 24787675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1111 409 3 0 796 0
[pid=26999] ppid=26986 vsize=5356 CPUtime=0
/proc/26999/stat : 26999 (sh) S 26986 26986 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787757 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26999/statm: 1339 233 193 169 0 50 0
[pid=27000] ppid=26999 vsize=868480 CPUtime=0.66
/proc/27000/stat : 27000 (java) S 26999 26986 21307 0 -1 0 5495 0 1 0 63 3 0 0 18 0 9 0 24787757 889323520 4897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27000/statm: 217120 4897 1742 9 0 211625 0
[pid=27000/tid=27001] ppid=26999 vsize=868480 CPUtime=0.45
/proc/27000/task/27001/stat : 27001 (java) R 26999 26986 21307 0 -1 64 2684 0 1 0 43 2 0 0 23 0 9 0 24787758 889323520 4897 996147200 134512640 134550932 4294955936 18446744073709551615 4126509152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27002] ppid=26999 vsize=868480 CPUtime=0.03
/proc/27000/task/27002/stat : 27002 (java) S 26999 26986 21307 0 -1 64 655 0 0 0 3 0 0 0 16 0 9 0 24787759 889323520 4897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27003] ppid=26999 vsize=868480 CPUtime=0
/proc/27000/task/27003/stat : 27003 (java) S 26999 26986 21307 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24787759 889323520 4897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27004] ppid=26999 vsize=868480 CPUtime=0
/proc/27000/task/27004/stat : 27004 (java) S 26999 26986 21307 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24787759 889323520 4897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27005] ppid=26999 vsize=868480 CPUtime=0
/proc/27000/task/27005/stat : 27005 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24787762 889323520 4897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27006] ppid=26999 vsize=868480 CPUtime=0.15
/proc/27000/task/27006/stat : 27006 (java) S 26999 26986 21307 0 -1 64 1462 0 0 0 15 0 0 0 16 0 9 0 24787762 889323520 4897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27007] ppid=26999 vsize=868480 CPUtime=0
/proc/27000/task/27007/stat : 27007 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24787762 889323520 4897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27008] ppid=26999 vsize=868480 CPUtime=0
/proc/27000/task/27008/stat : 27008 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24787762 889323520 4897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890704

[startup+3.10297 s]
/proc/loadavg: 2.12 2.33 2.19 3/86 27008
/proc/meminfo: memFree=1917352/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=0.75
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1309 5508 0 1 6 1 65 3 16 0 1 0 24787675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1111 409 3 0 796 0
[pid=26999] ppid=26986 vsize=5356 CPUtime=0
/proc/26999/stat : 26999 (sh) S 26986 26986 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787757 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26999/statm: 1339 233 193 169 0 50 0
[pid=27000] ppid=26999 vsize=868564 CPUtime=2.25
/proc/27000/stat : 27000 (java) S 26999 26986 21307 0 -1 0 8498 0 1 0 220 5 0 0 18 0 9 0 24787757 889409536 7528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27000/statm: 217141 7528 2566 9 0 211646 0
[pid=27000/tid=27001] ppid=26999 vsize=868564 CPUtime=1.77
/proc/27000/task/27001/stat : 27001 (java) R 26999 26986 21307 0 -1 64 2866 0 1 0 175 2 0 0 25 0 9 0 24787758 889409536 7528 996147200 134512640 134550932 4294955936 18446744073709551615 4126525930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27002] ppid=26999 vsize=868564 CPUtime=0.27
/proc/27000/task/27002/stat : 27002 (java) S 26999 26986 21307 0 -1 64 3456 0 0 0 26 1 0 0 16 0 9 0 24787759 889409536 7528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27003] ppid=26999 vsize=868564 CPUtime=0
/proc/27000/task/27003/stat : 27003 (java) S 26999 26986 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24787759 889409536 7528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27004] ppid=26999 vsize=868564 CPUtime=0
/proc/27000/task/27004/stat : 27004 (java) S 26999 26986 21307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24787759 889409536 7528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27005] ppid=26999 vsize=868564 CPUtime=0
/proc/27000/task/27005/stat : 27005 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24787762 889409536 7528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27006] ppid=26999 vsize=868564 CPUtime=0.17
/proc/27000/task/27006/stat : 27006 (java) S 26999 26986 21307 0 -1 64 1476 0 0 0 17 0 0 0 15 0 9 0 24787762 889409536 7528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27007] ppid=26999 vsize=868564 CPUtime=0
/proc/27000/task/27007/stat : 27007 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24787762 889409536 7528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27008] ppid=26999 vsize=868564 CPUtime=0
/proc/27000/task/27008/stat : 27008 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24787762 889409536 7528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890788

[startup+6.30131 s]
/proc/loadavg: 2.11 2.33 2.19 3/86 27008
/proc/meminfo: memFree=1905256/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=0.75
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1310 5508 0 1 6 1 65 3 15 0 1 0 24787675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1111 409 3 0 796 0
[pid=26999] ppid=26986 vsize=5356 CPUtime=0
/proc/26999/stat : 26999 (sh) S 26986 26986 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787757 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26999/statm: 1339 233 193 169 0 50 0
[pid=27000] ppid=26999 vsize=868676 CPUtime=5.42
/proc/27000/stat : 27000 (java) S 26999 26986 21307 0 -1 0 10507 0 1 0 534 8 0 0 18 0 9 0 24787757 889524224 9180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27000/statm: 217169 9180 2591 9 0 211646 0
[pid=27000/tid=27001] ppid=26999 vsize=868676 CPUtime=4.61
/proc/27000/task/27001/stat : 27001 (java) R 26999 26986 21307 0 -1 64 3199 0 1 0 457 4 0 0 25 0 9 0 24787758 889524224 9180 996147200 134512640 134550932 4294955936 18446744073709551615 4126981244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27002] ppid=26999 vsize=868676 CPUtime=0.58
/proc/27000/task/27002/stat : 27002 (java) S 26999 26986 21307 0 -1 64 5086 0 0 0 55 3 0 0 16 0 9 0 24787759 889524224 9180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27003] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27003/stat : 27003 (java) S 26999 26986 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24787759 889524224 9180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27004] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27004/stat : 27004 (java) S 26999 26986 21307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24787759 889524224 9180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27005] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27005/stat : 27005 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24787762 889524224 9180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27006] ppid=26999 vsize=868676 CPUtime=0.22
/proc/27000/task/27006/stat : 27006 (java) S 26999 26986 21307 0 -1 64 1522 0 0 0 22 0 0 0 15 0 9 0 24787762 889524224 9180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27007] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27007/stat : 27007 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24787762 889524224 9180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27008] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27008/stat : 27008 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24787762 889524224 9180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890900

[startup+12.703 s]
/proc/loadavg: 2.10 2.32 2.19 3/86 27008
/proc/meminfo: memFree=1851624/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=0.75
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1310 5508 0 1 6 1 65 3 16 0 1 0 24787675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1111 409 3 0 796 0
[pid=26999] ppid=26986 vsize=5356 CPUtime=0
/proc/26999/stat : 26999 (sh) S 26986 26986 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787757 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26999/statm: 1339 233 193 169 0 50 0
[pid=27000] ppid=26999 vsize=868676 CPUtime=11.76
/proc/27000/stat : 27000 (java) S 26999 26986 21307 0 -1 0 11467 0 1 0 1126 50 0 0 18 0 9 0 24787757 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27000/statm: 217169 9202 2592 9 0 211646 0
[pid=27000/tid=27001] ppid=26999 vsize=868676 CPUtime=10.6
/proc/27000/task/27001/stat : 27001 (java) R 26999 26986 21307 0 -1 64 4140 0 1 0 1021 39 0 0 25 0 9 0 24787758 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4126984500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27002] ppid=26999 vsize=868676 CPUtime=0.88
/proc/27000/task/27002/stat : 27002 (java) S 26999 26986 21307 0 -1 64 5086 0 0 0 79 9 0 0 16 0 9 0 24787759 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27003] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27003/stat : 27003 (java) S 26999 26986 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24787759 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27004] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27004/stat : 27004 (java) S 26999 26986 21307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24787759 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27005] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27005/stat : 27005 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24787762 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27006] ppid=26999 vsize=868676 CPUtime=0.25
/proc/27000/task/27006/stat : 27006 (java) S 26999 26986 21307 0 -1 64 1541 0 0 0 25 0 0 0 15 0 9 0 24787762 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27007] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27007/stat : 27007 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24787762 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27008] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27008/stat : 27008 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24787762 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890900

[startup+25.5023 s]
/proc/loadavg: 2.08 2.31 2.19 3/86 27008
/proc/meminfo: memFree=1728808/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=0.75
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1310 5508 0 1 6 1 65 3 16 0 1 0 24787675 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1111 409 3 0 796 0
[pid=26999] ppid=26986 vsize=5356 CPUtime=0
/proc/26999/stat : 26999 (sh) S 26986 26986 21307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24787757 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26999/statm: 1339 233 193 169 0 50 0
[pid=27000] ppid=26999 vsize=868676 CPUtime=24.45
/proc/27000/stat : 27000 (java) S 26999 26986 21307 0 -1 0 13379 0 1 0 2306 139 0 0 18 0 9 0 24787757 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27000/statm: 217169 9202 2592 9 0 211646 0
[pid=27000/tid=27001] ppid=26999 vsize=868676 CPUtime=22.67
/proc/27000/task/27001/stat : 27001 (java) R 26999 26986 21307 0 -1 64 6052 0 1 0 2150 117 0 0 25 0 9 0 24787758 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4126548421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27002] ppid=26999 vsize=868676 CPUtime=1.51
/proc/27000/task/27002/stat : 27002 (java) S 26999 26986 21307 0 -1 64 5086 0 0 0 130 21 0 0 16 0 9 0 24787759 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27003] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27003/stat : 27003 (java) S 26999 26986 21307 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24787759 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27004] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27004/stat : 27004 (java) S 26999 26986 21307 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24787759 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27005] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27005/stat : 27005 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24787762 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27006] ppid=26999 vsize=868676 CPUtime=0.26
/proc/27000/task/27006/stat : 27006 (java) S 26999 26986 21307 0 -1 64 1541 0 0 0 25 1 0 0 17 0 9 0 24787762 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27007] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27007/stat : 27007 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24787762 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27000/tid=27008] ppid=26999 vsize=868676 CPUtime=0
/proc/27000/task/27008/stat : 27008 (java) S 26999 26986 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24787762 889524224 9202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 890900

[startup+51.102 s]
/proc/loadavg: 2.05 2.28 2.18 3/78 27010
/proc/meminfo: memFree=1543528/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=30.26
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1366 20005 0 2 6 1 2837 182 16 0 1 0 24787675 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1114 409 3 0 796 0
[pid=27009] ppid=26986 vsize=5356 CPUtime=0
/proc/27009/stat : 27009 (sh) S 26986 26986 21307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27009/statm: 1339 232 193 169 0 50 0
[pid=27010] ppid=27009 vsize=210616 CPUtime=20.29
/proc/27010/stat : 27010 (picosat) R 27009 26986 21307 0 -1 4194304 39881 0 0 0 928 1101 0 0 25 0 1 0 24790743 215670784 39867 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27010/statm: 52654 39867 40 102 0 52549 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 232840

[startup+102.306 s]
/proc/loadavg: 2.02 2.23 2.17 3/78 27010
/proc/meminfo: memFree=1365608/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=30.26
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1366 20005 0 2 6 1 2837 182 16 0 1 0 24787675 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1114 409 3 0 796 0
[pid=27009] ppid=26986 vsize=5356 CPUtime=0
/proc/27009/stat : 27009 (sh) S 26986 26986 21307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27009/statm: 1339 232 193 169 0 50 0
[pid=27010] ppid=27009 vsize=391480 CPUtime=71.09
/proc/27010/stat : 27010 (picosat) R 27009 26986 21307 0 -1 4194304 83868 0 0 0 3275 3834 0 0 25 0 1 0 24790743 400875520 83854 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27010/statm: 97870 83854 40 102 0 97765 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 413704

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

[startup+108.702 s]
/proc/loadavg: 2.02 2.23 2.17 3/78 27010
/proc/meminfo: memFree=1347240/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=30.26
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1366 20005 0 2 6 1 2837 182 16 0 1 0 24787675 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1114 409 3 0 796 0
[pid=27009] ppid=26986 vsize=5356 CPUtime=0
/proc/27009/stat : 27009 (sh) S 26986 26986 21307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27009/statm: 1339 232 193 169 0 50 0
[pid=27010] ppid=27009 vsize=410620 CPUtime=77.45
/proc/27010/stat : 27010 (picosat) R 27009 26986 21307 0 -1 4194304 89235 0 0 0 3572 4173 0 0 25 0 1 0 24790743 420474880 89221 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27010/statm: 102655 89221 40 102 0 102550 0
Current children cumulated CPU time (s) 107.71
Current children cumulated vsize (KiB) 432844

[startup+115.103 s]
/proc/loadavg: 2.02 2.23 2.17 3/78 27010
/proc/meminfo: memFree=1324904/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=30.26
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1366 20005 0 2 6 1 2837 182 16 0 1 0 24787675 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1114 409 3 0 796 0
[pid=27009] ppid=26986 vsize=5356 CPUtime=0
/proc/27009/stat : 27009 (sh) S 26986 26986 21307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27009/statm: 1339 232 193 169 0 50 0
[pid=27010] ppid=27009 vsize=435080 CPUtime=83.83
/proc/27010/stat : 27010 (picosat) R 27009 26986 21307 0 -1 4194304 94374 0 0 0 3936 4447 0 0 25 0 1 0 24790743 445521920 94329 996147200 134512640 134931368 4294956256 18446744073709551615 134520846 0 0 4096 0 0 0 0 17 1 0 0
/proc/27010/statm: 108770 94329 42 102 0 108665 0
Current children cumulated CPU time (s) 114.09
Current children cumulated vsize (KiB) 457304

[startup+118.302 s]
/proc/loadavg: 2.01 2.22 2.17 3/78 27010
/proc/meminfo: memFree=1321192/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=30.26
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1366 20005 0 2 6 1 2837 182 16 0 1 0 24787675 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1114 409 3 0 796 0
[pid=27009] ppid=26986 vsize=5356 CPUtime=0
/proc/27009/stat : 27009 (sh) S 26986 26986 21307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24790742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27009/statm: 1339 232 193 169 0 50 0
[pid=27010] ppid=27009 vsize=444724 CPUtime=87.01
/proc/27010/stat : 27010 (picosat) R 27009 26986 21307 0 -1 4194304 94963 0 0 0 4254 4447 0 0 25 0 1 0 24790743 455397376 94918 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/27010/statm: 111181 94918 42 102 0 111076 0
Current children cumulated CPU time (s) 117.27
Current children cumulated vsize (KiB) 466948

[startup+119.101 s]
/proc/loadavg: 2.01 2.22 2.17 3/78 27010
/proc/meminfo: memFree=1320552/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=118.03
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1429 115355 0 2 6 1 7160 4636 17 0 1 0 24787675 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 118.03
Current children cumulated vsize (KiB) 16868

[startup+119.501 s]
/proc/loadavg: 2.01 2.22 2.17 3/78 27010
/proc/meminfo: memFree=1320552/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=118.03
/proc/26986/stat : 26986 (sugar) S 26984 26986 21307 0 -1 4194304 1447 115355 0 2 6 1 7160 4636 16 0 1 0 24787675 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26986/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 118.03
Current children cumulated vsize (KiB) 16868

[startup+119.701 s]
/proc/loadavg: 2.01 2.22 2.17 3/78 27010
/proc/meminfo: memFree=1320552/2055912 swapFree=4192812/4192956
[pid=26986] ppid=26984 vsize=16868 CPUtime=118.65
/proc/26986/stat : 26986 (sugar) R 26984 26986 21307 0 -1 4194304 1477 122317 0 3 6 8 7211 4640 16 0 1 0 24787675 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26986/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 118.65
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 119.75
CPU time (s): 118.718
CPU user time (s): 72.18
CPU system time (s): 46.5379
CPU usage (%): 99.1381
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.18
system time used= 46.5379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123854
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= 39104
involuntary context switches= 40333

runsolver used 0.163975 second user time and 0.402938 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 07:40:31
IDJOB=2083346
IDBENCH=57788
IDSOLVER=738
FILE ID=node78/2083346-1247377231
PBS_JOBID= 9507009
Free space on /tmp= 126812 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-1.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-2083346-1247377231/watcher-2083346-1247377231 -o /tmp/evaluation-result-2083346-1247377231/solver-2083346-1247377231 -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-2083346-1247377231.xml

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

MD5SUM BENCH= dd4c443d605f557f1e2afa2cdc6a63a1
RANDOM SEED=551111377

node78.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.232
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.232
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:      2055912 kB
MemFree:       1936864 kB
Buffers:          4732 kB
Cached:          41372 kB
SwapCached:          0 kB
Active:          55080 kB
Inactive:        12556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1936864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:          32196 kB
Slab:            36464 kB
Committed_AS:   264424 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126812 MiB
End job on node78 at 2009-07-12 07:42:31