Trace number 2064943

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 164.289 166.072

General information on the benchmark

Namecsp/fischer/
normalized-fischer-4-6-fair.xml
MD5SUMc0da7c4326183468bb45a178aa7f580c
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 benchmark3.51147
Satisfiable
(Un)Satisfiability was proved
Number of variables6371
Number of constraints6016
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6016
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sat Jul 11 20:38:37 2009
0.05/0.08	c 0	PID 14554
0.05/0.08	c 0	HOST node70.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2064943-1247337517.xml TO HOME/temp.csp
0.05/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-2064943-1247337517.xml' 'HOME/temp.csp'
0.97/1.04	c 1	3 domains, 6371 variables, 9 predicates, 0 relations, 6016 constraints
0.97/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.05	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'
1.02/1.13	c 1	Parsing HOME/temp.csp
1.02/1.41	c 1	parsed 10000 expressions
1.02/1.43	c 1	parsed 12399 expressions
1.02/1.43	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.43	c 1	Converting to clausal form CSP
1.02/1.47	c 1	converted 1240 (10%) expressions
1.02/1.49	c 1	converted 2480 (20%) expressions
1.02/1.49	c 1	converted 3720 (30%) expressions
1.02/1.49	c 1	converted 4960 (40%) expressions
1.02/1.54	c 1	converted 6200 (50%) expressions
1.02/1.75	c 2	converted 7440 (60%) expressions
1.02/1.97	c 2	converted 8680 (70%) expressions
2.05/2.13	c 2	converted 9920 (80%) expressions
2.24/2.34	c 2	converted 11160 (90%) expressions
2.34/2.47	c 2	converted 12399 (100%) expressions
2.34/2.47	c 2	CSP : 11089 integers, 400 booleans, 26927 clauses, largest domain size 20001
2.34/2.47	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.34/2.47	c 2	Propagation in CSP
50.18/50.72	c 51	77724231 values, 0 unsatisfiable literals, and 0 valid clauses are removed
50.18/50.73	c 51	CSP : 11089 integers, 400 booleans, 26927 clauses, largest domain size 20001
50.18/50.73	c 51	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
50.18/50.74	c 51	Simplifing CSP by introducing new Boolean variables
50.18/50.80	c 51	CSP : 11089 integers, 9960 booleans, 36487 clauses, largest domain size 20001
50.18/50.80	c 51	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
50.38/50.95	c 51	Encoding CSP to SAT : HOME/temp.cnf
50.48/51.01	c 51	1109 (10%) CSP integer variables are encoded (16541 clauses, 226433 bytes)
51.18/51.79	c 52	2218 (20%) CSP integer variables are encoded (624461 clauses, 10395448 bytes)
51.47/52.09	c 52	3327 (30%) CSP integer variables are encoded (867629 clauses, 14529304 bytes)
51.77/52.31	c 52	4436 (40%) CSP integer variables are encoded (1037610 clauses, 17496788 bytes)
52.07/52.67	c 53	5545 (50%) CSP integer variables are encoded (1310769 clauses, 22686809 bytes)
52.07/52.67	c 53	6654 (60%) CSP integer variables are encoded (1310769 clauses, 22686809 bytes)
52.36/52.90	c 53	7763 (70%) CSP integer variables are encoded (1480735 clauses, 25916163 bytes)
52.46/53.04	c 53	8872 (80%) CSP integer variables are encoded (1590713 clauses, 28005745 bytes)
52.46/53.08	c 53	9981 (90%) CSP integer variables are encoded (1620709 clauses, 28575669 bytes)
52.66/53.25	c 53	11089 (100%) CSP integer variables are encoded (1750689 clauses, 31045289 bytes)
61.64/62.43	c 62	3649 (10%) CSP clauses are encoded (6842672 clauses, 131395641 bytes)
61.83/62.70	c 63	7298 (20%) CSP clauses are encoded (7003761 clauses, 134553056 bytes)
62.33/63.14	c 63	10947 (30%) CSP clauses are encoded (7285312 clauses, 140253761 bytes)
62.92/63.79	c 64	14595 (40%) CSP clauses are encoded (7686332 clauses, 148373069 bytes)
63.42/64.23	c 64	18244 (50%) CSP clauses are encoded (7967488 clauses, 154065296 bytes)
63.42/64.25	c 64	21893 (60%) CSP clauses are encoded (7969193 clauses, 154099513 bytes)
63.42/64.27	c 64	25541 (70%) CSP clauses are encoded (7970870 clauses, 154133094 bytes)
63.92/64.73	c 65	29190 (80%) CSP clauses are encoded (8252510 clauses, 159953712 bytes)
64.50/65.31	c 65	32839 (90%) CSP clauses are encoded (8614219 clauses, 167638431 bytes)
64.50/65.34	c 65	36487 (100%) CSP clauses are encoded (8621824 clauses, 167840961 bytes)
64.50/65.34	c 65	36487 CSP clauses encoded
64.50/65.34	c 65	Writing map file : HOME/temp.map
64.50/65.38	c 65	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
64.50/65.38	c 65	SAT : 1763798 SAT variables, 8621824 SAT clauses, 167840961 bytes
64.50/65.38	c 65	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
64.59/65.43	c 65	SOLVING HOME/temp.cnf
64.59/65.43	c 65	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
163.73/165.54	c 165	DECODING HOME/temp.out WITH HOME/temp.map
163.73/165.54	c 165	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'
163.79/165.62	c 165	Decoding HOME/temp.out
163.79/165.93	s UNSATISFIABLE
163.79/165.94	c 166	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
163.79/165.98	c 166	CPU 164.18 (0.07 0.01 123.99 40.11)
163.79/165.98	c 166	END Sat Jul 11 20:41:23 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-2064943-1247337517/watcher-2064943-1247337517 -o /tmp/evaluation-result-2064943-1247337517/solver-2064943-1247337517 -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-2064943-1247337517.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: 1.92 1.98 1.99 4/72 14554
/proc/meminfo: memFree=1894424/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=18576 CPUtime=0
/proc/14554/stat : 14554 (runsolver) R 14552 14554 14081 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20814347 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14554/statm: 4644 284 249 26 0 2626 0

[startup+0.0665229 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 14554
/proc/meminfo: memFree=1894424/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16212 CPUtime=0.05
/proc/14554/stat : 14554 (sugar) R 14552 14554 14081 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 20814347 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 233410968574 0 0 4224 0 0 0 0 17 1 0 0
/proc/14554/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.102533 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 14554
/proc/meminfo: memFree=1894424/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=0.07
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20814347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302543 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 14554
/proc/meminfo: memFree=1894424/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=0.07
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20814347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701589 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 14554
/proc/meminfo: memFree=1894424/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=0.07
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20814347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50167 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 14566
/proc/meminfo: memFree=1872064/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=1.02
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1309 8752 0 1 6 1 89 6 15 0 1 0 20814347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10283 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 14576
/proc/meminfo: memFree=1869184/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=1.02
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1310 8752 0 1 6 1 89 6 15 0 1 0 20814347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1111 409 3 0 796 0
[pid=14567] ppid=14554 vsize=5356 CPUtime=0
/proc/14567/stat : 14567 (sh) S 14554 14554 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20814452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14567/statm: 1339 233 193 169 0 50 0
[pid=14568] ppid=14567 vsize=868600 CPUtime=2.01
/proc/14568/stat : 14568 (java) S 14567 14554 14081 0 -1 0 10779 0 1 0 196 5 0 0 19 0 9 0 20814453 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14568/statm: 217150 9838 2566 9 0 211655 0
[pid=14568/tid=14569] ppid=14567 vsize=868600 CPUtime=1.41
/proc/14568/task/14569/stat : 14569 (java) R 14567 14554 14081 0 -1 64 2874 0 1 0 140 1 0 0 25 0 9 0 20814454 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4126559800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14570] ppid=14567 vsize=868600 CPUtime=0.39
/proc/14568/task/14570/stat : 14570 (java) S 14567 14554 14081 0 -1 64 5737 0 0 0 37 2 0 0 16 0 9 0 20814455 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14571] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14571/stat : 14571 (java) S 14567 14554 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20814455 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14572] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14572/stat : 14572 (java) S 14567 14554 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20814455 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14573] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14573/stat : 14573 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20814457 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14574] ppid=14567 vsize=868600 CPUtime=0.18
/proc/14568/task/14574/stat : 14574 (java) S 14567 14554 14081 0 -1 64 1468 0 0 0 18 0 0 0 16 0 9 0 20814457 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14575] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14575/stat : 14575 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20814457 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14576] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14576/stat : 14576 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20814457 889446400 9838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890824

[startup+6.30215 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 14576
/proc/meminfo: memFree=1861120/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=1.02
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1310 8752 0 1 6 1 89 6 15 0 1 0 20814347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1111 409 3 0 796 0
[pid=14567] ppid=14554 vsize=5356 CPUtime=0
/proc/14567/stat : 14567 (sh) S 14554 14554 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20814452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14567/statm: 1339 233 193 169 0 50 0
[pid=14568] ppid=14567 vsize=868600 CPUtime=5.18
/proc/14568/stat : 14568 (java) S 14567 14554 14081 0 -1 0 11076 0 1 0 510 8 0 0 19 0 9 0 20814453 889446400 9841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14568/statm: 217150 9841 2566 9 0 211655 0
[pid=14568/tid=14569] ppid=14567 vsize=868600 CPUtime=4.48
/proc/14568/task/14569/stat : 14569 (java) R 14567 14554 14081 0 -1 64 3168 0 1 0 445 3 0 0 25 0 9 0 20814454 889446400 9841 996147200 134512640 134550932 4294955936 18446744073709551615 4126954762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14570] ppid=14567 vsize=868600 CPUtime=0.5
/proc/14568/task/14570/stat : 14570 (java) S 14567 14554 14081 0 -1 64 5740 0 0 0 46 4 0 0 16 0 9 0 20814455 889446400 9841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14571] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14571/stat : 14571 (java) S 14567 14554 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20814455 889446400 9841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14572] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14572/stat : 14572 (java) S 14567 14554 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20814455 889446400 9841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14573] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14573/stat : 14573 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20814457 889446400 9841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14574] ppid=14567 vsize=868600 CPUtime=0.18
/proc/14568/task/14574/stat : 14574 (java) S 14567 14554 14081 0 -1 64 1468 0 0 0 18 0 0 0 16 0 9 0 20814457 889446400 9841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14575] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14575/stat : 14575 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20814457 889446400 9841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14576] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14576/stat : 14576 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20814457 889446400 9841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890824

[startup+12.7028 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 14576
/proc/meminfo: memFree=1860864/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=1.02
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1310 8752 0 1 6 1 89 6 15 0 1 0 20814347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1111 409 3 0 796 0
[pid=14567] ppid=14554 vsize=5356 CPUtime=0
/proc/14567/stat : 14567 (sh) S 14554 14554 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20814452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14567/statm: 1339 233 193 169 0 50 0
[pid=14568] ppid=14567 vsize=868600 CPUtime=11.53
/proc/14568/stat : 14568 (java) S 14567 14554 14081 0 -1 0 11668 0 1 0 1139 14 0 0 19 0 9 0 20814453 889446400 9848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14568/statm: 217150 9848 2566 9 0 211655 0
[pid=14568/tid=14569] ppid=14567 vsize=868600 CPUtime=10.57
/proc/14568/task/14569/stat : 14569 (java) R 14567 14554 14081 0 -1 64 3753 0 1 0 1053 4 0 0 25 0 9 0 20814454 889446400 9848 996147200 134512640 134550932 4294955936 18446744073709551615 4126517815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14570] ppid=14567 vsize=868600 CPUtime=0.73
/proc/14568/task/14570/stat : 14570 (java) S 14567 14554 14081 0 -1 64 5747 0 0 0 66 7 0 0 16 0 9 0 20814455 889446400 9848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14571] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14571/stat : 14571 (java) S 14567 14554 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20814455 889446400 9848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14572] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14572/stat : 14572 (java) S 14567 14554 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20814455 889446400 9848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14573] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14573/stat : 14573 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20814457 889446400 9848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14574] ppid=14567 vsize=868600 CPUtime=0.18
/proc/14568/task/14574/stat : 14574 (java) S 14567 14554 14081 0 -1 64 1468 0 0 0 18 0 0 0 16 0 9 0 20814457 889446400 9848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14575] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14575/stat : 14575 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20814457 889446400 9848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14576] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14576/stat : 14576 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20814457 889446400 9848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890824

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 14576
/proc/meminfo: memFree=1860800/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=1.02
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1310 8752 0 1 6 1 89 6 15 0 1 0 20814347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1111 409 3 0 796 0
[pid=14567] ppid=14554 vsize=5356 CPUtime=0
/proc/14567/stat : 14567 (sh) S 14554 14554 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20814452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14567/statm: 1339 233 193 169 0 50 0
[pid=14568] ppid=14567 vsize=868600 CPUtime=24.2
/proc/14568/stat : 14568 (java) S 14567 14554 14081 0 -1 0 12844 0 1 0 2394 26 0 0 19 0 9 0 20814453 889446400 9860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14568/statm: 217150 9860 2566 9 0 211655 0
[pid=14568/tid=14569] ppid=14567 vsize=868600 CPUtime=22.78
/proc/14568/task/14569/stat : 14569 (java) R 14567 14554 14081 0 -1 64 4917 0 1 0 2269 9 0 0 25 0 9 0 20814454 889446400 9860 996147200 134512640 134550932 4294955936 18446744073709551615 4126951868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14570] ppid=14567 vsize=868600 CPUtime=1.21
/proc/14568/task/14570/stat : 14570 (java) S 14567 14554 14081 0 -1 64 5759 0 0 0 106 15 0 0 16 0 9 0 20814455 889446400 9860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14571] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14571/stat : 14571 (java) S 14567 14554 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20814455 889446400 9860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14572] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14572/stat : 14572 (java) S 14567 14554 14081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20814455 889446400 9860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14573] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14573/stat : 14573 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20814457 889446400 9860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14574] ppid=14567 vsize=868600 CPUtime=0.18
/proc/14568/task/14574/stat : 14574 (java) S 14567 14554 14081 0 -1 64 1468 0 0 0 18 0 0 0 16 0 9 0 20814457 889446400 9860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14575] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14575/stat : 14575 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20814457 889446400 9860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14576] ppid=14567 vsize=868600 CPUtime=0
/proc/14568/task/14576/stat : 14576 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20814457 889446400 9860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 890824

[startup+51.1026 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 14576
/proc/meminfo: memFree=1860608/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=1.02
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1310 8752 0 1 6 1 89 6 15 0 1 0 20814347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1111 409 3 0 796 0
[pid=14567] ppid=14554 vsize=5356 CPUtime=0
/proc/14567/stat : 14567 (sh) S 14554 14554 14081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20814452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14567/statm: 1339 233 193 169 0 50 0
[pid=14568] ppid=14567 vsize=868712 CPUtime=49.56
/proc/14568/stat : 14568 (java) S 14567 14554 14081 0 -1 0 16164 0 1 0 4906 50 0 0 19 0 9 0 20814453 889561088 10521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14568/statm: 217178 10521 2591 9 0 211655 0
[pid=14568/tid=14569] ppid=14567 vsize=868712 CPUtime=47.03
/proc/14568/task/14569/stat : 14569 (java) R 14567 14554 14081 0 -1 64 7293 0 1 0 4685 18 0 0 25 0 9 0 20814454 889561088 10521 996147200 134512640 134550932 4294955936 18446744073709551615 4126432639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14570] ppid=14567 vsize=868712 CPUtime=2.28
/proc/14568/task/14570/stat : 14570 (java) S 14567 14554 14081 0 -1 64 6679 0 0 0 198 30 0 0 16 0 9 0 20814455 889561088 10521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14571] ppid=14567 vsize=868712 CPUtime=0
/proc/14568/task/14571/stat : 14571 (java) S 14567 14554 14081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20814455 889561088 10521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14572] ppid=14567 vsize=868712 CPUtime=0
/proc/14568/task/14572/stat : 14572 (java) S 14567 14554 14081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20814455 889561088 10521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14573] ppid=14567 vsize=868712 CPUtime=0
/proc/14568/task/14573/stat : 14573 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20814457 889561088 10521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14574] ppid=14567 vsize=868712 CPUtime=0.22
/proc/14568/task/14574/stat : 14574 (java) S 14567 14554 14081 0 -1 64 1492 0 0 0 22 0 0 0 16 0 9 0 20814457 889561088 10521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14575] ppid=14567 vsize=868712 CPUtime=0
/proc/14568/task/14575/stat : 14575 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20814457 889561088 10521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14568/tid=14576] ppid=14567 vsize=868712 CPUtime=0
/proc/14568/task/14576/stat : 14576 (java) S 14567 14554 14081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20814457 889561088 10521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 890936

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 14578
/proc/meminfo: memFree=1470784/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=64.61
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1365 27725 0 2 6 1 6282 172 16 0 1 0 20814347 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1113 409 3 0 796 0
[pid=14577] ppid=14554 vsize=5356 CPUtime=0
/proc/14577/stat : 14577 (sh) S 14554 14554 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20820891 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14577/statm: 1339 232 193 169 0 50 0
[pid=14578] ppid=14577 vsize=280384 CPUtime=36.49
/proc/14578/stat : 14578 (picosat) R 14577 14554 14081 0 -1 4194304 63297 0 0 0 1648 2001 0 0 25 0 1 0 20820891 287113216 63283 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 70096 63283 40 102 0 69991 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 302608

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14578
/proc/meminfo: memFree=1346624/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=64.61
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1365 27725 0 2 6 1 6282 172 16 0 1 0 20814347 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1113 409 3 0 796 0
[pid=14577] ppid=14554 vsize=5356 CPUtime=0
/proc/14577/stat : 14577 (sh) S 14554 14554 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20820891 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14577/statm: 1339 232 193 169 0 50 0
[pid=14578] ppid=14577 vsize=433176 CPUtime=95.95
/proc/14578/stat : 14578 (picosat) R 14577 14554 14081 0 -1 4194304 94179 0 0 0 5766 3829 0 0 25 0 1 0 20820891 443572224 94154 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 108294 94154 42 102 0 108189 0
Current children cumulated CPU time (s) 160.56
Current children cumulated vsize (KiB) 455400

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

[startup+163.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14578
/proc/meminfo: memFree=1346624/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=64.61
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1365 27725 0 2 6 1 6282 172 16 0 1 0 20814347 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1113 409 3 0 796 0
[pid=14577] ppid=14554 vsize=5356 CPUtime=0
/proc/14577/stat : 14577 (sh) S 14554 14554 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20820891 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14577/statm: 1339 232 193 169 0 50 0
[pid=14578] ppid=14577 vsize=433176 CPUtime=96.74
/proc/14578/stat : 14578 (picosat) R 14577 14554 14081 0 -1 4194304 94179 0 0 0 5845 3829 0 0 25 0 1 0 20820891 443572224 94154 996147200 134512640 134931368 4294956256 18446744073709551615 134525703 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 108294 94154 42 102 0 108189 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 455400

[startup+164.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14578
/proc/meminfo: memFree=1346624/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=64.61
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1365 27725 0 2 6 1 6282 172 16 0 1 0 20814347 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1113 409 3 0 796 0
[pid=14577] ppid=14554 vsize=5356 CPUtime=0
/proc/14577/stat : 14577 (sh) S 14554 14554 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20820891 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14577/statm: 1339 232 193 169 0 50 0
[pid=14578] ppid=14577 vsize=433836 CPUtime=98.33
/proc/14578/stat : 14578 (picosat) R 14577 14554 14081 0 -1 4194304 94357 0 0 0 6004 3829 0 0 25 0 1 0 20820891 444248064 94332 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 108459 94332 42 102 0 108354 0
Current children cumulated CPU time (s) 162.94
Current children cumulated vsize (KiB) 456060

[startup+165.503 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14578
/proc/meminfo: memFree=1345920/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=64.61
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1365 27725 0 2 6 1 6282 172 16 0 1 0 20814347 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1113 409 3 0 796 0
[pid=14577] ppid=14554 vsize=5356 CPUtime=0
/proc/14577/stat : 14577 (sh) S 14554 14554 14081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20820891 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14577/statm: 1339 232 193 169 0 50 0
[pid=14578] ppid=14577 vsize=298648 CPUtime=99.12
/proc/14578/stat : 14578 (picosat) R 14577 14554 14081 0 -1 4194304 94359 0 0 0 6080 3832 0 0 25 0 1 0 20820891 305815552 64028 996147200 134512640 134931368 4294956256 18446744073709551615 134608241 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 74662 64028 42 102 0 74557 0
Current children cumulated CPU time (s) 163.73
Current children cumulated vsize (KiB) 320872

[startup+165.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 14578
/proc/meminfo: memFree=1345920/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=163.79
/proc/14554/stat : 14554 (sugar) S 14552 14554 14081 0 -1 4194304 1446 122371 0 2 7 1 12363 4008 16 0 1 0 20814347 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14554/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 163.79
Current children cumulated vsize (KiB) 16868

[startup+166.001 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 14588
/proc/meminfo: memFree=1775504/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=16868 CPUtime=164.21
/proc/14554/stat : 14554 (sugar) R 14552 14554 14081 0 -1 4194304 1475 126621 0 3 7 4 12399 4011 16 0 1 0 20814347 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14554/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 164.21
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 166.072
CPU time (s): 164.289
CPU user time (s): 124.062
CPU system time (s): 40.2269
CPU usage (%): 98.9266
Max. virtual memory (cumulated for all children) (KiB): 892108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.062
system time used= 40.2269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128157
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= 65800
involuntary context switches= 67733

runsolver used 0.218966 second user time and 0.518921 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 20:38:37
IDJOB=2064943
IDBENCH=54222
IDSOLVER=738
FILE ID=node70/2064943-1247337517
PBS_JOBID= 9506668
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-4-6-fair.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-2064943-1247337517/watcher-2064943-1247337517 -o /tmp/evaluation-result-2064943-1247337517/solver-2064943-1247337517 -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-2064943-1247337517.xml

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

MD5SUM BENCH= c0da7c4326183468bb45a178aa7f580c
RANDOM SEED=1581850468

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.214
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.214
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:       1894904 kB
Buffers:         11024 kB
Cached:          73160 kB
SwapCached:          0 kB
Active:          86708 kB
Inactive:        28640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:          42716 kB
Slab:            31196 kB
Committed_AS:   150768 kB
PageTables:       1716 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= 66408 MiB
End job on node70 at 2009-07-11 20:41:23