Trace number 2088032

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 97.4372 98.8365

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-2.xml
MD5SUM94e23765a4a7ca4abd50abaf8f6abb24
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 benchmark3.90541
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
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 10:31:09 2009
0.00/0.08	c 0	PID 27714
0.00/0.08	c 0	HOST node51.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2088032-1247387469.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-2088032-1247387469.xml' 'HOME/temp.csp'
0.06/0.85	c 1	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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.82/0.95	c 1	Parsing HOME/temp.csp
1.12/1.20	c 1	parsed 4181 expressions
1.12/1.21	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.21	c 1	Converting to clausal form CSP
1.32/1.43	c 1	converted 419 (10%) expressions
2.12/2.24	c 2	converted 837 (20%) expressions
2.70/2.82	c 3	converted 1255 (30%) expressions
3.11/3.29	c 3	converted 1673 (40%) expressions
3.50/3.64	c 3	converted 2091 (50%) expressions
3.89/4.04	c 4	converted 2509 (60%) expressions
4.39/4.53	c 4	converted 2927 (70%) expressions
4.68/4.85	c 5	converted 3345 (80%) expressions
4.98/5.18	c 5	converted 3763 (90%) expressions
5.37/5.51	c 5	converted 4181 (100%) expressions
5.37/5.51	c 5	CSP : 696 integers, 10507 booleans, 23309 clauses, largest domain size 2821
5.37/5.51	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.37/5.51	c 5	Propagation in CSP
5.57/5.73	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.57/5.73	c 6	CSP : 696 integers, 10507 booleans, 23309 clauses, largest domain size 2821
5.57/5.73	c 6	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.57/5.75	c 6	Simplifing CSP by introducing new Boolean variables
5.67/5.80	c 6	CSP : 696 integers, 17321 booleans, 30123 clauses, largest domain size 2821
5.67/5.80	c 6	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.97/6.12	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.36/6.51	c 6	70 (10%) CSP integer variables are encoded (14729 clauses, 198907 bytes)
6.55/6.79	c 7	140 (20%) CSP integer variables are encoded (27966 clauses, 397462 bytes)
6.96/7.11	c 7	209 (30%) CSP integer variables are encoded (42271 clauses, 612037 bytes)
7.25/7.42	c 7	279 (40%) CSP integer variables are encoded (56756 clauses, 829312 bytes)
7.55/7.76	c 8	348 (50%) CSP integer variables are encoded (72056 clauses, 1058812 bytes)
7.64/7.89	c 8	418 (60%) CSP integer variables are encoded (173898 clauses, 2734983 bytes)
7.84/8.08	c 8	488 (70%) CSP integer variables are encoded (317418 clauses, 5174823 bytes)
8.04/8.26	c 8	557 (80%) CSP integer variables are encoded (449877 clauses, 7426626 bytes)
8.24/8.43	c 8	627 (90%) CSP integer variables are encoded (587741 clauses, 9770314 bytes)
8.34/8.59	c 8	696 (100%) CSP integer variables are encoded (711338 clauses, 11871463 bytes)
9.92/10.20	c 10	3013 (10%) CSP clauses are encoded (1142068 clauses, 21904294 bytes)
11.61/11.80	c 12	6025 (20%) CSP clauses are encoded (1658766 clauses, 34036605 bytes)
13.78/14.07	c 14	9037 (30%) CSP clauses are encoded (2476144 clauses, 53541470 bytes)
15.94/16.22	c 16	12050 (40%) CSP clauses are encoded (3279821 clauses, 72905156 bytes)
17.42/17.78	c 18	15062 (50%) CSP clauses are encoded (3898359 clauses, 87812279 bytes)
19.48/19.82	c 20	18074 (60%) CSP clauses are encoded (4683469 clauses, 106717358 bytes)
21.32/21.91	c 22	21087 (70%) CSP clauses are encoded (5411238 clauses, 124402652 bytes)
23.40/24.06	c 24	24099 (80%) CSP clauses are encoded (6316031 clauses, 146194299 bytes)
25.26/25.93	c 26	27111 (90%) CSP clauses are encoded (7085647 clauses, 164727583 bytes)
27.24/27.97	c 28	30123 (100%) CSP clauses are encoded (7878533 clauses, 183773764 bytes)
27.24/27.97	c 28	30123 CSP clauses encoded
27.24/27.98	c 28	Writing map file : HOME/temp.map
27.34/28.01	c 28	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.34/28.01	c 28	SAT : 729355 SAT variables, 7878533 SAT clauses, 183773764 bytes
27.34/28.01	c 28	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.34/28.04	c 28	SOLVING HOME/temp.cnf
27.34/28.04	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
96.84/98.20	c 98	DECODING HOME/temp.out WITH HOME/temp.map
96.84/98.20	c 98	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'
96.84/98.29	c 98	Decoding HOME/temp.out
96.85/98.68	s UNSATISFIABLE
96.85/98.68	c 98	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
96.85/98.75	c 99	CPU 97.32 (0.06 0.02 59.11 38.13)
96.85/98.75	c 99	END Sun Jul 12 10:32:48 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-2088032-1247387469/watcher-2088032-1247387469 -o /tmp/evaluation-result-2088032-1247387469/solver-2088032-1247387469 -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-2088032-1247387469.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.97 1.98 1.99 4/74 27714
/proc/meminfo: memFree=1896000/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=12268 CPUtime=0
/proc/27714/stat : 27714 (sugar) R 27712 27714 25513 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25810377 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 235371461221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27714/statm: 3067 316 241 3 0 167 0

[startup+0.0925409 s]
/proc/loadavg: 1.97 1.98 1.99 4/74 27714
/proc/meminfo: memFree=1896000/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=0.06
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25810377 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101883 s]
/proc/loadavg: 1.97 1.98 1.99 4/74 27714
/proc/meminfo: memFree=1896000/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=0.06
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25810377 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301554 s]
/proc/loadavg: 1.97 1.98 1.99 4/74 27714
/proc/meminfo: memFree=1896000/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=0.06
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25810377 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701595 s]
/proc/loadavg: 1.97 1.98 1.99 4/74 27714
/proc/meminfo: memFree=1896000/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=0.06
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25810377 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 1.97 1.98 1.99 5/85 27736
/proc/meminfo: memFree=1888104/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=0.82
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1309 7004 0 1 5 1 70 6 15 0 1 0 25810377 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1111 409 3 0 796 0
[pid=27727] ppid=27714 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27714 27714 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810465 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27727/statm: 1339 233 193 169 0 50 0
[pid=27728] ppid=27727 vsize=865840 CPUtime=0.59
/proc/27728/stat : 27728 (java) S 27727 27714 25513 0 -1 0 4784 0 1 0 56 3 0 0 18 0 9 0 25810465 886620160 4239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 216460 4239 1742 9 0 210965 0
[pid=27728/tid=27729] ppid=27727 vsize=865840 CPUtime=0.44
/proc/27728/task/27729/stat : 27729 (java) R 27727 27714 25513 0 -1 64 2667 0 1 0 43 1 0 0 21 0 9 0 25810466 886620160 4239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27727 vsize=865840 CPUtime=0.03
/proc/27728/task/27730/stat : 27730 (java) S 27727 27714 25513 0 -1 64 704 0 0 0 3 0 0 0 16 0 9 0 25810467 886620160 4239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27727 vsize=865840 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27727 27714 25513 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 25810467 886620160 4239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27727 vsize=865840 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27727 27714 25513 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25810467 886620160 4239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27727 vsize=865840 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25810469 886620160 4239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27727 vsize=865840 CPUtime=0.09
/proc/27728/task/27734/stat : 27734 (java) R 27727 27714 25513 0 -1 64 719 0 0 0 9 0 0 0 16 0 9 0 25810469 886620160 4239 996147200 134512640 134550932 4294955936 18446744073709551615 101771472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27727 vsize=865840 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25810469 886620160 4239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27727 vsize=865840 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25810469 886620160 4239 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) 888064

[startup+3.10281 s]
/proc/loadavg: 1.97 1.98 1.99 3/85 27736
/proc/meminfo: memFree=1875432/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=0.82
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1309 7004 0 1 5 1 70 6 15 0 1 0 25810377 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1111 409 3 0 796 0
[pid=27727] ppid=27714 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27714 27714 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810465 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27727/statm: 1339 233 193 169 0 50 0
[pid=27728] ppid=27727 vsize=868792 CPUtime=2.19
/proc/27728/stat : 27728 (java) S 27727 27714 25513 0 -1 0 9126 0 1 0 211 8 0 0 18 0 9 0 25810465 889643008 8242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 217198 8242 2566 9 0 211703 0
[pid=27728/tid=27729] ppid=27727 vsize=868792 CPUtime=1.64
/proc/27728/task/27729/stat : 27729 (java) R 27727 27714 25513 0 -1 64 2807 0 1 0 162 2 0 0 25 0 9 0 25810466 889643008 8242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27727 vsize=868792 CPUtime=0.34
/proc/27728/task/27730/stat : 27730 (java) R 27727 27714 25513 0 -1 64 4148 0 0 0 31 3 0 0 16 0 9 0 25810467 889643008 8242 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27727 vsize=868792 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27727 27714 25513 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25810467 889643008 8242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27727 vsize=868792 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27727 27714 25513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25810467 889643008 8242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27727 vsize=868792 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25810469 889643008 8242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27727 vsize=868792 CPUtime=0.17
/proc/27728/task/27734/stat : 27734 (java) S 27727 27714 25513 0 -1 64 1471 0 0 0 16 1 0 0 16 0 9 0 25810469 889643008 8242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27727 vsize=868792 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25810469 889643008 8242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27727 vsize=868792 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25810469 889643008 8242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 891016

[startup+6.3011 s]
/proc/loadavg: 1.97 1.98 1.99 3/85 27736
/proc/meminfo: memFree=1851240/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=0.82
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1310 7004 0 1 5 1 70 6 15 0 1 0 25810377 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1111 409 3 0 796 0
[pid=27727] ppid=27714 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27714 27714 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810465 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27727/statm: 1339 233 193 169 0 50 0
[pid=27728] ppid=27727 vsize=868720 CPUtime=5.34
/proc/27728/stat : 27728 (java) S 27727 27714 25513 0 -1 0 20116 0 1 0 520 14 0 0 18 0 9 0 25810465 889569280 13878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 217180 13878 2592 9 0 211657 0
[pid=27728/tid=27729] ppid=27727 vsize=868720 CPUtime=3.97
/proc/27728/task/27729/stat : 27729 (java) R 27727 27714 25513 0 -1 64 3424 0 1 0 394 3 0 0 24 0 9 0 25810466 889569280 13878 996147200 134512640 134550932 4294955936 18446744073709551615 4126531384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27727 vsize=868720 CPUtime=1.12
/proc/27728/task/27730/stat : 27730 (java) S 27727 27714 25513 0 -1 64 14476 0 0 0 103 9 0 0 16 0 9 0 25810467 889569280 13878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27727 27714 25513 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25810467 889569280 13878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27727 27714 25513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25810467 889569280 13878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25810469 889569280 13878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27727 vsize=868720 CPUtime=0.22
/proc/27728/task/27734/stat : 27734 (java) S 27727 27714 25513 0 -1 64 1516 0 0 0 21 1 0 0 15 0 9 0 25810469 889569280 13878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25810469 889569280 13878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25810469 889569280 13878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890944

[startup+12.7027 s]
/proc/loadavg: 1.97 1.98 1.99 3/85 27736
/proc/meminfo: memFree=1810984/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=0.82
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1310 7004 0 1 5 1 70 6 16 0 1 0 25810377 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1111 409 3 0 796 0
[pid=27727] ppid=27714 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27714 27714 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810465 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27727/statm: 1339 233 193 169 0 50 0
[pid=27728] ppid=27727 vsize=868720 CPUtime=11.67
/proc/27728/stat : 27728 (java) S 27727 27714 25513 0 -1 0 20434 0 1 0 1130 37 0 0 18 0 9 0 25810465 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 217180 13901 2593 9 0 211657 0
[pid=27728/tid=27729] ppid=27727 vsize=868720 CPUtime=10.12
/proc/27728/task/27729/stat : 27729 (java) R 27727 27714 25513 0 -1 64 3723 0 1 0 988 24 0 0 25 0 9 0 25810466 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4126985853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27727 vsize=868720 CPUtime=1.26
/proc/27728/task/27730/stat : 27730 (java) S 27727 27714 25513 0 -1 64 14476 0 0 0 115 11 0 0 16 0 9 0 25810467 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27727 27714 25513 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25810467 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27727 27714 25513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25810467 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25810469 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27727 vsize=868720 CPUtime=0.26
/proc/27728/task/27734/stat : 27734 (java) S 27727 27714 25513 0 -1 64 1535 0 0 0 25 1 0 0 16 0 9 0 25810469 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25810469 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25810469 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890944

[startup+25.5028 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 27736
/proc/meminfo: memFree=1687848/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=0.82
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1310 7004 0 1 5 1 70 6 16 0 1 0 25810377 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1111 409 3 0 796 0
[pid=27727] ppid=27714 vsize=5356 CPUtime=0
/proc/27727/stat : 27727 (sh) S 27714 27714 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810465 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27727/statm: 1339 233 193 169 0 50 0
[pid=27728] ppid=27727 vsize=868720 CPUtime=24.05
/proc/27728/stat : 27728 (java) S 27727 27714 25513 0 -1 0 21238 0 1 0 2287 118 0 0 18 0 9 0 25810465 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27728/statm: 217180 13901 2593 9 0 211657 0
[pid=27728/tid=27729] ppid=27727 vsize=868720 CPUtime=22.14
/proc/27728/task/27729/stat : 27729 (java) R 27727 27714 25513 0 -1 64 4527 0 1 0 2114 100 0 0 25 0 9 0 25810466 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4126452740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27730] ppid=27727 vsize=868720 CPUtime=1.62
/proc/27728/task/27730/stat : 27730 (java) S 27727 27714 25513 0 -1 64 14476 0 0 0 146 16 0 0 16 0 9 0 25810467 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27731] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27731/stat : 27731 (java) S 27727 27714 25513 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25810467 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27732] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27732/stat : 27732 (java) S 27727 27714 25513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25810467 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27733] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27733/stat : 27733 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25810469 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27734] ppid=27727 vsize=868720 CPUtime=0.26
/proc/27728/task/27734/stat : 27734 (java) S 27727 27714 25513 0 -1 64 1535 0 0 0 25 1 0 0 16 0 9 0 25810469 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27735] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27735/stat : 27735 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25810469 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27728/tid=27736] ppid=27727 vsize=868720 CPUtime=0
/proc/27728/task/27736/stat : 27736 (java) S 27727 27714 25513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25810469 889569280 13901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 890944

[startup+51.1011 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27738
/proc/meminfo: memFree=1581352/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=27.38
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1366 28715 0 2 6 2 2591 139 16 0 1 0 25810377 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1114 409 3 0 796 0
[pid=27737] ppid=27714 vsize=5356 CPUtime=0
/proc/27737/stat : 27737 (sh) S 27714 27714 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25813181 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27737/statm: 1339 232 193 169 0 50 0
[pid=27738] ppid=27737 vsize=151120 CPUtime=22.81
/proc/27738/stat : 27738 (picosat) R 27737 27714 25513 0 -1 4194304 32500 0 0 0 1043 1238 0 0 25 0 1 0 25813181 154746880 32486 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27738/statm: 37780 32486 40 102 0 37675 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 173344

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

[startup+76.7014 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27738
/proc/meminfo: memFree=1489320/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=27.38
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1366 28715 0 2 6 2 2591 139 16 0 1 0 25810377 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1114 409 3 0 796 0
[pid=27737] ppid=27714 vsize=5356 CPUtime=0
/proc/27737/stat : 27737 (sh) S 27714 27714 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25813181 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27737/statm: 1339 232 193 169 0 50 0
[pid=27738] ppid=27737 vsize=258196 CPUtime=48.18
/proc/27738/stat : 27738 (picosat) R 27737 27714 25513 0 -1 4194304 55745 0 0 0 2216 2602 0 0 25 0 1 0 25813181 264392704 55731 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27738/statm: 64549 55731 40 102 0 64444 0
Current children cumulated CPU time (s) 75.56
Current children cumulated vsize (KiB) 280420

[startup+89.5026 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27738
/proc/meminfo: memFree=1438760/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=27.38
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1366 28715 0 2 6 2 2591 139 16 0 1 0 25810377 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1114 409 3 0 796 0
[pid=27737] ppid=27714 vsize=5356 CPUtime=0
/proc/27737/stat : 27737 (sh) S 27714 27714 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25813181 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27737/statm: 1339 232 193 169 0 50 0
[pid=27738] ppid=27737 vsize=298720 CPUtime=60.85
/proc/27738/stat : 27738 (picosat) R 27737 27714 25513 0 -1 4194304 67161 0 0 0 2809 3276 0 0 25 0 1 0 25813181 305889280 67147 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27738/statm: 74680 67147 40 102 0 74575 0
Current children cumulated CPU time (s) 88.23
Current children cumulated vsize (KiB) 320944

[startup+92.7019 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27738
/proc/meminfo: memFree=1430376/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=27.38
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1366 28715 0 2 6 2 2591 139 16 0 1 0 25810377 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1114 409 3 0 796 0
[pid=27737] ppid=27714 vsize=5356 CPUtime=0
/proc/27737/stat : 27737 (sh) S 27714 27714 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25813181 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27737/statm: 1339 232 193 169 0 50 0
[pid=27738] ppid=27737 vsize=309016 CPUtime=64.01
/proc/27738/stat : 27738 (picosat) R 27737 27714 25513 0 -1 4194304 70059 0 0 0 2954 3447 0 0 25 0 1 0 25813181 316432384 70045 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27738/statm: 77254 70045 40 102 0 77149 0
Current children cumulated CPU time (s) 91.39
Current children cumulated vsize (KiB) 331240

[startup+95.9012 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27738
/proc/meminfo: memFree=1418408/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=27.38
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1366 28715 0 2 6 2 2591 139 16 0 1 0 25810377 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1114 409 3 0 796 0
[pid=27737] ppid=27714 vsize=5356 CPUtime=0
/proc/27737/stat : 27737 (sh) S 27714 27714 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25813181 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27737/statm: 1339 232 193 169 0 50 0
[pid=27738] ppid=27737 vsize=319180 CPUtime=67.17
/proc/27738/stat : 27738 (picosat) R 27737 27714 25513 0 -1 4194304 72914 0 0 0 3097 3620 0 0 25 0 1 0 25813181 326840320 72900 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27738/statm: 79795 72900 40 102 0 79690 0
Current children cumulated CPU time (s) 94.55
Current children cumulated vsize (KiB) 341404

[startup+97.5023 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27738
/proc/meminfo: memFree=1414568/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=27.38
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1366 28715 0 2 6 2 2591 139 16 0 1 0 25810377 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1114 409 3 0 796 0
[pid=27737] ppid=27714 vsize=5356 CPUtime=0
/proc/27737/stat : 27737 (sh) S 27714 27714 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25813181 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27737/statm: 1339 232 193 169 0 50 0
[pid=27738] ppid=27737 vsize=326328 CPUtime=68.76
/proc/27738/stat : 27738 (picosat) R 27737 27714 25513 0 -1 4194304 74004 0 0 0 3211 3665 0 0 25 0 1 0 25813181 334159872 73990 996147200 134512640 134931368 4294956256 18446744073709551615 134525855 0 0 4096 0 0 0 0 17 1 0 0
/proc/27738/statm: 81582 73990 42 102 0 81477 0
Current children cumulated CPU time (s) 96.14
Current children cumulated vsize (KiB) 348552

[startup+98.3024 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27738
/proc/meminfo: memFree=1412968/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=96.85
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1447 103185 0 2 6 2 5867 3810 16 0 1 0 25810377 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 96.85
Current children cumulated vsize (KiB) 16868

[startup+98.7014 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27738
/proc/meminfo: memFree=1412968/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=96.85
/proc/27714/stat : 27714 (sugar) S 27712 27714 25513 0 -1 4194304 1449 103185 0 2 6 2 5867 3810 15 0 1 0 25810377 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27714/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 96.85
Current children cumulated vsize (KiB) 16868

[startup+98.8015 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27738
/proc/meminfo: memFree=1412968/2055920 swapFree=4192812/4192956
[pid=27714] ppid=27712 vsize=16868 CPUtime=97.38
/proc/27714/stat : 27714 (sugar) R 27712 27714 25513 0 -1 4194304 1477 109496 0 3 6 8 5911 3813 16 0 1 0 25810377 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27714/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 97.38
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 98.8365
CPU time (s): 97.4372
CPU user time (s): 59.181
CPU system time (s): 38.2562
CPU usage (%): 98.5842
Max. virtual memory (cumulated for all children) (KiB): 901332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.181
system time used= 38.2562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111033
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= 16394
involuntary context switches= 18178

runsolver used 0.133979 second user time and 0.339948 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 10:31:09
IDJOB=2088032
IDBENCH=58852
IDSOLVER=738
FILE ID=node51/2088032-1247387469
PBS_JOBID= 9507184
Free space on /tmp= 66204 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-2.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-2088032-1247387469/watcher-2088032-1247387469 -o /tmp/evaluation-result-2088032-1247387469/solver-2088032-1247387469 -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-2088032-1247387469.xml

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

MD5SUM BENCH= 94e23765a4a7ca4abd50abaf8f6abb24
RANDOM SEED=1180928000

node51.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.225
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.225
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:       1896480 kB
Buffers:         17328 kB
Cached:          69372 kB
SwapCached:          0 kB
Active:          78160 kB
Inactive:        29160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          31328 kB
Slab:            37452 kB
Committed_AS:   273620 kB
PageTables:       1764 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= 66204 MiB
End job on node51 at 2009-07-12 10:32:48