Trace number 1059527

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatUNSAT 305.81 306.471

General information on the benchmark

Namecsp/fischer/
normalized-fischer-9-4-fair.xml
MD5SUM8c1329d087dbb04798b767436b695c7f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.67214
Satisfiable
(Un)Satisfiability was proved
Number of variables9862
Number of constraints9327
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9327
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 00:21:17 2008
0.00/0.04	c 0	PID 17427
0.00/0.04	c 0	HOST node70.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1059527-1215123676.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059527-1215123676.xml' 'HOME/temp.csp'
0.04/0.93	c 1	3 domains, 9862 variables, 9 predicates, 0 relations, 9327 constraints
0.04/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.95	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.11/1.02	c 1	Parsing HOME/temp.csp
1.36/1.27	c 1	parsed 10000 expressions
1.56/1.48	c 1	parsed 19201 expressions
1.56/1.49	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.56/1.49	c 1	Converting to clausal form CSP
1.66/1.52	c 1	converted 1921 (10%) expressions
1.66/1.53	c 1	converted 3841 (20%) expressions
1.66/1.53	c 1	converted 5761 (30%) expressions
1.66/1.53	c 1	converted 7681 (40%) expressions
1.66/1.54	c 1	converted 9601 (50%) expressions
1.96/1.74	c 1	converted 11521 (60%) expressions
2.27/2.01	c 2	converted 13441 (70%) expressions
2.38/2.20	c 2	converted 15361 (80%) expressions
2.68/2.49	c 2	converted 17281 (90%) expressions
2.89/2.65	c 2	converted 19201 (100%) expressions
2.89/2.66	c 2	CSP : 17243 integers, 610 booleans, 42416 clauses, largest domain size 20001
2.89/2.66	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/2.66	c 2	Propagation in CSP
118.22/118.55	c 118	241570556 values, 0 unsatisfiable literals, and 0 valid clauses are removed
118.22/118.56	c 118	CSP : 17243 integers, 610 booleans, 42416 clauses, largest domain size 20001
118.22/118.56	c 118	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
118.22/118.57	c 118	Simplifing CSP by introducing new Boolean variables
118.33/118.66	c 118	CSP : 17243 integers, 15560 booleans, 57366 clauses, largest domain size 20001
118.33/118.66	c 118	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
118.53/118.88	c 118	Encoding CSP to SAT : HOME/temp.cnf
118.75/119.00	c 119	1725 (10%) CSP integer variables are encoded (85106 clauses, 1254552 bytes)
119.86/120.19	c 120	3449 (20%) CSP integer variables are encoded (1057778 clauses, 17880090 bytes)
120.36/120.62	c 120	5173 (30%) CSP integer variables are encoded (1392134 clauses, 24232854 bytes)
121.16/121.43	c 121	6898 (40%) CSP integer variables are encoded (2062060 clauses, 36961448 bytes)
121.56/121.86	c 121	8622 (50%) CSP integer variables are encoded (2389199 clauses, 43177089 bytes)
121.56/121.86	c 121	10346 (60%) CSP integer variables are encoded (2389199 clauses, 43177089 bytes)
121.95/122.22	c 122	12071 (70%) CSP integer variables are encoded (2679141 clauses, 48685987 bytes)
122.15/122.41	c 122	13795 (80%) CSP integer variables are encoded (2839109 clauses, 51725379 bytes)
122.35/122.65	c 122	15519 (90%) CSP integer variables are encoded (3029081 clauses, 55334847 bytes)
122.55/122.86	c 122	17243 (100%) CSP integer variables are encoded (3199055 clauses, 58564353 bytes)
137.05/137.50	c 137	5737 (10%) CSP clauses are encoded (11682841 clauses, 229954536 bytes)
137.55/137.96	c 138	11474 (20%) CSP clauses are encoded (11964550 clauses, 235569680 bytes)
138.35/138.77	c 138	17210 (30%) CSP clauses are encoded (12487059 clauses, 246149572 bytes)
139.33/139.70	c 139	22947 (40%) CSP clauses are encoded (13088665 clauses, 258449971 bytes)
139.92/140.34	c 140	28683 (50%) CSP clauses are encoded (13490572 clauses, 266987049 bytes)
139.92/140.37	c 140	34420 (60%) CSP clauses are encoded (13493267 clauses, 267041832 bytes)
140.02/140.40	c 140	40157 (70%) CSP clauses are encoded (13495930 clauses, 267095917 bytes)
141.41/141.81	c 141	45893 (80%) CSP clauses are encoded (14418676 clauses, 286701829 bytes)
142.20/142.63	c 142	51630 (90%) CSP clauses are encoded (14940887 clauses, 297795744 bytes)
142.20/142.70	c 142	57366 (100%) CSP clauses are encoded (14957130 clauses, 298234404 bytes)
142.30/142.70	c 142	57366 CSP clauses encoded
142.30/142.70	c 142	Writing map file : HOME/temp.map
142.30/142.76	c 142	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.30/142.76	c 142	SAT : 3219355 SAT variables, 14957130 SAT clauses, 298234404 bytes
142.30/142.76	c 142	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.30/142.78	c 142	SOLVING HOME/temp.cnf
142.30/142.78	c 142	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
305.31/305.90	c 306	DECODING HOME/temp.out WITH HOME/temp.map
305.31/305.90	c 306	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
305.33/306.12	c 306	Decoding HOME/temp.out
305.33/306.28	s UNSATISFIABLE
305.33/306.29	c 306	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
305.33/306.32	c 306	CPU 237.05 (0.03 0.01 237.02 68.58)
305.33/306.32	c 306	END Fri Jul  4 00:26:23 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059527-1215123676/watcher-1059527-1215123676 -o /tmp/evaluation-result-1059527-1215123676/solver-1059527-1215123676 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1059527-1215123676.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.09 1.46 3/82 17427
/proc/meminfo: memFree=456776/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=12268 CPUtime=0
/proc/17427/stat : 17427 (sugar) D 17425 17427 17268 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1991336516 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233402235493 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/17427/statm: 3067 316 241 3 0 167 0

[startup+0.0156341 s]
/proc/loadavg: 0.94 1.09 1.46 3/82 17427
/proc/meminfo: memFree=456776/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=12412 CPUtime=0
/proc/17427/stat : 17427 (sugar) R 17425 17427 17268 0 -1 4194304 445 0 0 0 0 0 0 0 18 0 1 0 1991336516 12709888 413 996147200 4194304 4206940 548682068608 18446744073709551615 233401914081 0 0 4224 0 0 0 0 17 0 0 0
/proc/17427/statm: 3103 414 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101657 s]
/proc/loadavg: 0.94 1.09 1.46 3/82 17427
/proc/meminfo: memFree=456776/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=0.04
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991336516 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301693 s]
/proc/loadavg: 0.94 1.09 1.46 3/82 17427
/proc/meminfo: memFree=456776/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=0.04
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991336516 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701756 s]
/proc/loadavg: 0.94 1.09 1.46 3/82 17427
/proc/meminfo: memFree=456776/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=0.04
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991336516 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 0.94 1.09 1.46 2/93 17449
/proc/meminfo: memFree=450736/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=1.06
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 974 10538 0 1 3 1 97 5 15 0 1 0 1991336516 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 797 370 3 0 500 0
[pid=17440] ppid=17427 vsize=5356 CPUtime=0
/proc/17440/stat : 17440 (sh) S 17427 17427 17268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991336611 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17440/statm: 1339 233 193 169 0 50 0
[pid=17441] ppid=17440 vsize=865056 CPUtime=0.6
/proc/17441/stat : 17441 (java) S 17440 17427 17268 0 -1 0 6354 0 1 0 58 2 0 0 18 0 9 0 1991336612 885817344 5559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17441/statm: 216264 5559 2540 9 0 210839 0
[pid=17441/tid=17442] ppid=17440 vsize=865056 CPUtime=0.39
/proc/17441/task/17442/stat : 17442 (java) R 17440 17427 17268 0 -1 64 2600 0 1 0 39 0 0 0 17 0 9 0 1991336613 885817344 5559 996147200 134512640 134550740 4294955952 18446744073709551615 104251879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17443] ppid=17440 vsize=865056 CPUtime=0.11
/proc/17441/task/17443/stat : 17443 (java) S 17440 17427 17268 0 -1 64 2703 0 0 0 10 1 0 0 16 0 9 0 1991336614 885817344 5559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17444] ppid=17440 vsize=865056 CPUtime=0
/proc/17441/task/17444/stat : 17444 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 885817344 5559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17445] ppid=17440 vsize=865056 CPUtime=0
/proc/17441/task/17445/stat : 17445 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991336614 885817344 5559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17446] ppid=17440 vsize=865056 CPUtime=0
/proc/17441/task/17446/stat : 17446 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1991336616 885817344 5559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17447] ppid=17440 vsize=865056 CPUtime=0.07
/proc/17441/task/17447/stat : 17447 (java) S 17440 17427 17268 0 -1 64 354 0 0 0 7 0 0 0 16 0 9 0 1991336616 885817344 5559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17448] ppid=17440 vsize=865056 CPUtime=0
/proc/17441/task/17448/stat : 17448 (java) S 17440 17427 17268 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991336616 885817344 5559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17449] ppid=17440 vsize=865056 CPUtime=0
/proc/17441/task/17449/stat : 17449 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991336616 885817344 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 884012

[startup+3.10119 s]
/proc/loadavg: 0.94 1.09 1.45 2/93 17449
/proc/meminfo: memFree=428528/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=1.06
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 974 10538 0 1 3 1 97 5 16 0 1 0 1991336516 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17427/statm: 3400 797 370 3 0 500 0
[pid=17440] ppid=17427 vsize=5356 CPUtime=0
/proc/17440/stat : 17440 (sh) S 17427 17427 17268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991336611 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17440/statm: 1339 233 193 169 0 50 0
[pid=17441] ppid=17440 vsize=869420 CPUtime=2.35
/proc/17441/stat : 17441 (java) S 17440 17427 17268 0 -1 0 13276 0 1 0 229 6 0 0 18 0 9 0 1991336612 890286080 12158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17441/statm: 217355 12158 2540 9 0 211930 0
[pid=17441/tid=17442] ppid=17440 vsize=869420 CPUtime=1.46
/proc/17441/task/17442/stat : 17442 (java) R 17440 17427 17268 0 -1 64 2936 0 1 0 145 1 0 0 17 0 9 0 1991336613 890286080 12158 996147200 134512640 134550740 4294955952 18446744073709551615 4126614192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17443] ppid=17440 vsize=869420 CPUtime=0.64
/proc/17441/task/17443/stat : 17443 (java) S 17440 17427 17268 0 -1 64 8168 0 0 0 61 3 0 0 16 0 9 0 1991336614 890286080 12158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17444] ppid=17440 vsize=869420 CPUtime=0
/proc/17441/task/17444/stat : 17444 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890286080 12158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17445] ppid=17440 vsize=869420 CPUtime=0
/proc/17441/task/17445/stat : 17445 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890286080 12158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17446] ppid=17440 vsize=869420 CPUtime=0
/proc/17441/task/17446/stat : 17446 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1991336616 890286080 12158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17447] ppid=17440 vsize=869420 CPUtime=0.22
/proc/17441/task/17447/stat : 17447 (java) S 17440 17427 17268 0 -1 64 1475 0 0 0 22 0 0 0 16 0 9 0 1991336616 890286080 12158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17448] ppid=17440 vsize=869420 CPUtime=0
/proc/17441/task/17448/stat : 17448 (java) S 17440 17427 17268 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991336616 890286080 12158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17449] ppid=17440 vsize=869420 CPUtime=0
/proc/17441/task/17449/stat : 17449 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991336616 890286080 12158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 888376

[startup+6.30277 s]
/proc/loadavg: 0.94 1.09 1.45 2/93 17449
/proc/meminfo: memFree=415024/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=1.06
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 974 10538 0 1 3 1 97 5 16 0 1 0 1991336516 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17427/statm: 3400 797 370 3 0 500 0
[pid=17440] ppid=17427 vsize=5356 CPUtime=0
/proc/17440/stat : 17440 (sh) S 17427 17427 17268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991336611 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17440/statm: 1339 233 193 169 0 50 0
[pid=17441] ppid=17440 vsize=869356 CPUtime=5.54
/proc/17441/stat : 17441 (java) S 17440 17427 17268 0 -1 0 13506 0 1 0 547 7 0 0 18 0 9 0 1991336612 890220544 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17441/statm: 217339 12160 2540 9 0 211914 0
[pid=17441/tid=17442] ppid=17440 vsize=869356 CPUtime=4.59
/proc/17441/task/17442/stat : 17442 (java) R 17440 17427 17268 0 -1 64 3148 0 1 0 458 1 0 0 16 0 9 0 1991336613 890220544 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4126581431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17443] ppid=17440 vsize=869356 CPUtime=0.71
/proc/17441/task/17443/stat : 17443 (java) S 17440 17427 17268 0 -1 64 8186 0 0 0 67 4 0 0 16 0 9 0 1991336614 890220544 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17444] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17444/stat : 17444 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890220544 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17445] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17445/stat : 17445 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890220544 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17446] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17446/stat : 17446 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1991336616 890220544 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17447] ppid=17440 vsize=869356 CPUtime=0.22
/proc/17441/task/17447/stat : 17447 (java) S 17440 17427 17268 0 -1 64 1475 0 0 0 22 0 0 0 16 0 9 0 1991336616 890220544 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17448] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17448/stat : 17448 (java) S 17440 17427 17268 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991336616 890220544 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17449] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17449/stat : 17449 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991336616 890220544 12160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 888312

[startup+12.7029 s]
/proc/loadavg: 0.95 1.08 1.45 2/93 17449
/proc/meminfo: memFree=414832/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=1.06
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 974 10538 0 1 3 1 97 5 16 0 1 0 1991336516 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17427/statm: 3400 797 370 3 0 500 0
[pid=17440] ppid=17427 vsize=5356 CPUtime=0
/proc/17440/stat : 17440 (sh) S 17427 17427 17268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991336611 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17440/statm: 1339 233 193 169 0 50 0
[pid=17441] ppid=17440 vsize=869356 CPUtime=11.89
/proc/17441/stat : 17441 (java) S 17440 17427 17268 0 -1 0 13924 0 1 0 1178 11 0 0 18 0 9 0 1991336612 890220544 12167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17441/statm: 217339 12167 2540 9 0 211914 0
[pid=17441/tid=17442] ppid=17440 vsize=869356 CPUtime=10.79
/proc/17441/task/17442/stat : 17442 (java) R 17440 17427 17268 0 -1 64 3559 0 1 0 1077 2 0 0 17 0 9 0 1991336613 890220544 12167 996147200 134512640 134550740 4294955952 18446744073709551615 4126626074 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17443] ppid=17440 vsize=869356 CPUtime=0.85
/proc/17441/task/17443/stat : 17443 (java) S 17440 17427 17268 0 -1 64 8193 0 0 0 78 7 0 0 16 0 9 0 1991336614 890220544 12167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17444] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17444/stat : 17444 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890220544 12167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17445] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17445/stat : 17445 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890220544 12167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17446] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17446/stat : 17446 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1991336616 890220544 12167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17447] ppid=17440 vsize=869356 CPUtime=0.22
/proc/17441/task/17447/stat : 17447 (java) S 17440 17427 17268 0 -1 64 1475 0 0 0 22 0 0 0 16 0 9 0 1991336616 890220544 12167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17448] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17448/stat : 17448 (java) S 17440 17427 17268 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991336616 890220544 12167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17449] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17449/stat : 17449 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991336616 890220544 12167 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 888312

[startup+25.5022 s]
/proc/loadavg: 0.96 1.08 1.44 2/93 17449
/proc/meminfo: memFree=414832/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=1.06
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 974 10538 0 1 3 1 97 5 16 0 1 0 1991336516 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17427/statm: 3400 797 370 3 0 500 0
[pid=17440] ppid=17427 vsize=5356 CPUtime=0
/proc/17440/stat : 17440 (sh) S 17427 17427 17268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991336611 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17440/statm: 1339 233 193 169 0 50 0
[pid=17441] ppid=17440 vsize=869356 CPUtime=24.64
/proc/17441/stat : 17441 (java) S 17440 17427 17268 0 -1 0 14754 0 1 0 2446 18 0 0 18 0 9 0 1991336612 890220544 12179 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17441/statm: 217339 12179 2540 9 0 211914 0
[pid=17441/tid=17442] ppid=17440 vsize=869356 CPUtime=23.25
/proc/17441/task/17442/stat : 17442 (java) R 17440 17427 17268 0 -1 64 4377 0 1 0 2320 5 0 0 16 0 9 0 1991336613 890220544 12179 996147200 134512640 134550740 4294955952 18446744073709551615 4126626217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17443] ppid=17440 vsize=869356 CPUtime=1.14
/proc/17441/task/17443/stat : 17443 (java) S 17440 17427 17268 0 -1 64 8205 0 0 0 103 11 0 0 16 0 9 0 1991336614 890220544 12179 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17444] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17444/stat : 17444 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890220544 12179 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17445] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17445/stat : 17445 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890220544 12179 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+102.308 s]
/proc/loadavg: 0.99 1.06 1.41 2/93 17449
/proc/meminfo: memFree=414448/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=1.06
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 974 10538 0 1 3 1 97 5 16 0 1 0 1991336516 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17427/statm: 3400 797 370 3 0 500 0
[pid=17440] ppid=17427 vsize=5356 CPUtime=0
/proc/17440/stat : 17440 (sh) S 17427 17427 17268 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991336611 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17440/statm: 1339 233 193 169 0 50 0
[pid=17441] ppid=17440 vsize=869356 CPUtime=101.07
/proc/17441/stat : 17441 (java) S 17440 17427 17268 0 -1 0 19703 0 1 0 10048 59 0 0 18 0 9 0 1991336612 890220544 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17441/statm: 217339 12237 2540 9 0 211914 0
[pid=17441/tid=17442] ppid=17440 vsize=869356 CPUtime=98.09
/proc/17441/task/17442/stat : 17442 (java) R 17440 17427 17268 0 -1 64 9268 0 1 0 9790 19 0 0 16 0 9 0 1991336613 890220544 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4126975331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17443] ppid=17440 vsize=869356 CPUtime=2.73
/proc/17441/task/17443/stat : 17443 (java) S 17440 17427 17268 0 -1 64 8263 0 0 0 235 38 0 0 16 0 9 0 1991336614 890220544 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17444] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17444/stat : 17444 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890220544 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17445] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17445/stat : 17445 (java) S 17440 17427 17268 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991336614 890220544 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17446] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17446/stat : 17446 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1991336616 890220544 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17447] ppid=17440 vsize=869356 CPUtime=0.22
/proc/17441/task/17447/stat : 17447 (java) S 17440 17427 17268 0 -1 64 1475 0 0 0 22 0 0 0 16 0 9 0 1991336616 890220544 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17441/tid=17448] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17448/stat : 17448 (java) S 17440 17427 17268 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991336616 890220544 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17441/tid=17449] ppid=17440 vsize=869356 CPUtime=0
/proc/17441/task/17449/stat : 17449 (java) S 17440 17427 17268 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991336616 890220544 12237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 888312

[startup+162.302 s]
/proc/loadavg: 1.05 1.06 1.38 2/85 17451
/proc/meminfo: memFree=16048/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=142.4
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 1022 37291 0 2 3 1 13959 277 17 0 1 0 1991336516 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 799 370 3 0 500 0
[pid=17450] ppid=17427 vsize=5356 CPUtime=0
/proc/17450/stat : 17450 (sh) S 17427 17427 17268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991350795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17450/statm: 1339 232 193 169 0 50 0
[pid=17451] ppid=17450 vsize=344436 CPUtime=19.37
/proc/17451/stat : 17451 (picosat) R 17450 17427 17268 0 -1 4194304 66188 0 0 0 886 1051 0 0 25 0 1 0 1991350796 352702464 66174 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17451/statm: 86109 66174 40 102 0 86004 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 363392

[startup+222.301 s]
/proc/loadavg: 1.02 1.05 1.35 2/85 17451
/proc/meminfo: memFree=14832/2055920 swapFree=4110768/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=142.4
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 1022 37291 0 2 3 1 13959 277 17 0 1 0 1991336516 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 799 370 3 0 500 0
[pid=17450] ppid=17427 vsize=5356 CPUtime=0
/proc/17450/stat : 17450 (sh) S 17427 17427 17268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991350795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17450/statm: 1339 232 193 169 0 50 0
[pid=17451] ppid=17450 vsize=582468 CPUtime=79.34
/proc/17451/stat : 17451 (picosat) R 17450 17427 17268 0 -1 4194304 128432 0 0 0 3575 4359 0 0 25 0 1 0 1991350796 596447232 128418 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17451/statm: 145617 128419 40 102 0 145512 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 601424

[startup+282.302 s]
/proc/loadavg: 1.21 1.09 1.35 2/85 17451
/proc/meminfo: memFree=15792/2055920 swapFree=4110800/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=142.4
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 1022 37291 0 2 3 1 13959 277 17 0 1 0 1991336516 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 799 370 3 0 500 0
[pid=17450] ppid=17427 vsize=5356 CPUtime=0
/proc/17450/stat : 17450 (sh) S 17427 17427 17268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991350795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17450/statm: 1339 232 193 169 0 50 0
[pid=17451] ppid=17450 vsize=793380 CPUtime=139.32
/proc/17451/stat : 17451 (picosat) R 17450 17427 17268 0 -1 4194304 162901 0 0 0 7370 6562 0 0 25 0 1 0 1991350796 812421120 162861 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17451/statm: 198345 162861 42 102 0 198240 0
Current children cumulated CPU time (s) 281.72
Current children cumulated vsize (KiB) 812336

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

[startup+294.301 s]
/proc/loadavg: 1.24 1.10 1.35 2/85 17451
/proc/meminfo: memFree=15536/2055920 swapFree=4110800/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=142.4
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 1022 37291 0 2 3 1 13959 277 17 0 1 0 1991336516 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 799 370 3 0 500 0
[pid=17450] ppid=17427 vsize=5356 CPUtime=0
/proc/17450/stat : 17450 (sh) S 17427 17427 17268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991350795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17450/statm: 1339 232 193 169 0 50 0
[pid=17451] ppid=17450 vsize=793380 CPUtime=151.31
/proc/17451/stat : 17451 (picosat) R 17450 17427 17268 0 -1 4194304 162918 0 0 0 8569 6562 0 0 25 0 1 0 1991350796 812421120 162878 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17451/statm: 198345 162878 42 102 0 198240 0
Current children cumulated CPU time (s) 293.71
Current children cumulated vsize (KiB) 812336

[startup+300.702 s]
/proc/loadavg: 1.22 1.10 1.35 2/85 17451
/proc/meminfo: memFree=15536/2055920 swapFree=4110800/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=142.4
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 1022 37291 0 2 3 1 13959 277 17 0 1 0 1991336516 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 799 370 3 0 500 0
[pid=17450] ppid=17427 vsize=5356 CPUtime=0
/proc/17450/stat : 17450 (sh) S 17427 17427 17268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991350795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17450/statm: 1339 232 193 169 0 50 0
[pid=17451] ppid=17450 vsize=793380 CPUtime=157.71
/proc/17451/stat : 17451 (picosat) R 17450 17427 17268 0 -1 4194304 162919 0 0 0 9209 6562 0 0 25 0 1 0 1991350796 812421120 162879 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17451/statm: 198345 162879 42 102 0 198240 0
Current children cumulated CPU time (s) 300.11
Current children cumulated vsize (KiB) 812336

[startup+303.901 s]
/proc/loadavg: 1.20 1.09 1.34 2/85 17451
/proc/meminfo: memFree=15536/2055920 swapFree=4110800/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=142.4
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 1022 37291 0 2 3 1 13959 277 17 0 1 0 1991336516 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 799 370 3 0 500 0
[pid=17450] ppid=17427 vsize=5356 CPUtime=0
/proc/17450/stat : 17450 (sh) S 17427 17427 17268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991350795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17450/statm: 1339 232 193 169 0 50 0
[pid=17451] ppid=17450 vsize=793380 CPUtime=160.91
/proc/17451/stat : 17451 (picosat) R 17450 17427 17268 0 -1 4194304 162921 0 0 0 9529 6562 0 0 25 0 1 0 1991350796 812421120 162881 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/17451/statm: 198345 162881 42 102 0 198240 0
Current children cumulated CPU time (s) 303.31
Current children cumulated vsize (KiB) 812336

[startup+305.501 s]
/proc/loadavg: 1.20 1.09 1.34 2/85 17451
/proc/meminfo: memFree=15984/2055920 swapFree=4110800/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=142.4
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 1022 37291 0 2 3 1 13959 277 17 0 1 0 1991336516 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 799 370 3 0 500 0
[pid=17450] ppid=17427 vsize=5356 CPUtime=0
/proc/17450/stat : 17450 (sh) S 17427 17427 17268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991350795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17450/statm: 1339 232 193 169 0 50 0
[pid=17451] ppid=17450 vsize=740648 CPUtime=162.51
/proc/17451/stat : 17451 (picosat) R 17450 17427 17268 0 -1 4194304 166904 0 0 0 9686 6565 0 0 25 0 1 0 1991350796 758423552 157152 996147200 134512640 134931368 4294956256 18446744073709551615 134580065 0 0 4096 0 0 0 0 17 1 0 0
/proc/17451/statm: 185162 157152 42 102 0 185057 0
Current children cumulated CPU time (s) 304.91
Current children cumulated vsize (KiB) 759604

[startup+305.902 s]
/proc/loadavg: 1.20 1.09 1.34 2/85 17451
/proc/meminfo: memFree=53488/2055920 swapFree=4110800/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=142.4
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 1022 37291 0 2 3 1 13959 277 17 0 1 0 1991336516 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 799 370 3 0 500 0
[pid=17450] ppid=17427 vsize=5356 CPUtime=0
/proc/17450/stat : 17450 (sh) S 17427 17427 17268 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991350795 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17450/statm: 1339 232 193 169 0 50 0
[pid=17451] ppid=17450 vsize=0 CPUtime=162.91
/proc/17451/stat : 17451 (picosat) R 17450 17427 17268 0 -1 4194308 166906 0 0 0 9715 6576 0 0 25 0 1 0 1991350796 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/17451/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 305.31
Current children cumulated vsize (KiB) 18956

[startup+306.302 s]
/proc/loadavg: 1.20 1.09 1.34 2/85 17451
/proc/meminfo: memFree=53488/2055920 swapFree=4110800/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=305.33
/proc/17427/stat : 17427 (sugar) S 17425 17427 17268 0 -1 4194304 1091 204482 0 2 3 1 23675 6854 15 0 1 0 1991336516 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17427/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 305.33
Current children cumulated vsize (KiB) 13600

[startup+306.402 s]
/proc/loadavg: 1.20 1.09 1.34 2/85 17451
/proc/meminfo: memFree=53488/2055920 swapFree=4110800/4192956
[pid=17427] ppid=17425 vsize=13600 CPUtime=305.71
/proc/17427/stat : 17427 (sugar) R 17425 17427 17268 0 -1 4194304 1119 208831 0 3 3 8 23702 6858 16 0 1 0 1991336516 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17427/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 305.71
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 306.471
CPU time (s): 305.81
CPU user time (s): 237.068
CPU system time (s): 68.7425
CPU usage (%): 99.7844
Max. virtual memory (cumulated for all children) (KiB): 893440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.068
system time used= 68.7425
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209980
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= 47912
involuntary context switches= 38018

runsolver used 0.283956 second user time and 0.98585 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 00:21:17
IDJOB=1059527
IDBENCH=54277
IDSOLVER=345
FILE ID=node70/1059527-1215123676
PBS_JOBID= 7877217
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-9-4-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059527-1215123676/watcher-1059527-1215123676 -o /tmp/evaluation-result-1059527-1215123676/solver-1059527-1215123676 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1059527-1215123676.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8c1329d087dbb04798b767436b695c7f
RANDOM SEED=1598564910

node70.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.256
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.256
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:        457192 kB
Buffers:         72948 kB
Cached:         601068 kB
SwapCached:      76024 kB
Active:        1044072 kB
Inactive:       476640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        457192 kB
SwapTotal:     4192956 kB
SwapFree:      4110768 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:         862780 kB
Slab:            61620 kB
Committed_AS:  4862004 kB
PageTables:       3432 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= 66436 MiB
End job on node70 at 2008-07-04 00:26:23