Trace number 2087999

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 335.989 339.875

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-1.xml
MD5SUMdf0bdb703dec630374c59a2d969c4940
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.9265
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
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:30:16 2009
0.00/0.08	c 0	PID 28888
0.00/0.08	c 0	HOST node74.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2087999-1247387415.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-2087999-1247387415.xml' 'HOME/temp.csp'
0.06/0.87	c 0	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.06/0.88	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.88	c 0	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.84/0.96	c 0	Parsing HOME/temp.csp
1.14/1.24	c 1	parsed 6239 expressions
1.14/1.25	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.25	c 1	Converting to clausal form CSP
2.13/2.22	c 2	converted 624 (10%) expressions
3.51/3.63	c 3	converted 1248 (20%) expressions
4.70/4.82	c 4	converted 1872 (30%) expressions
5.79/5.95	c 5	converted 2496 (40%) expressions
6.78/6.99	c 6	converted 3120 (50%) expressions
7.86/8.04	c 8	converted 3744 (60%) expressions
8.95/9.17	c 9	converted 4368 (70%) expressions
10.13/10.30	c 10	converted 4992 (80%) expressions
11.33/11.52	c 11	converted 5616 (90%) expressions
12.32/12.60	c 12	converted 6239 (100%) expressions
12.42/12.60	c 12	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
12.42/12.60	c 12	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.42/12.60	c 12	Propagation in CSP
12.81/13.05	c 13	550 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.81/13.05	c 13	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
12.81/13.05	c 13	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.81/13.06	c 13	Simplifing CSP by introducing new Boolean variables
12.91/13.14	c 13	CSP : 698 integers, 29225 booleans, 47951 clauses, largest domain size 2921
12.91/13.14	c 13	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.11/13.32	c 13	Encoding CSP to SAT : HOME/temp.cnf
14.69/14.91	c 14	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
15.89/16.15	c 16	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
17.37/17.63	c 17	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
18.96/19.21	c 19	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
20.54/20.80	c 20	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
20.74/21.10	c 21	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
21.03/21.34	c 21	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
21.23/21.60	c 21	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
21.53/21.84	c 21	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
21.74/22.10	c 22	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
35.88/36.40	c 36	4796 (10%) CSP clauses are encoded (2992802 clauses, 64886844 bytes)
48.17/48.99	c 48	9591 (20%) CSP clauses are encoded (4971516 clauses, 114594432 bytes)
60.22/61.15	c 61	14386 (30%) CSP clauses are encoded (6970808 clauses, 165815759 bytes)
71.59/72.65	c 72	19181 (40%) CSP clauses are encoded (8980121 clauses, 217430149 bytes)
82.81/84.02	c 84	23976 (50%) CSP clauses are encoded (10939570 clauses, 267840059 bytes)
93.93/95.35	c 95	28771 (60%) CSP clauses are encoded (12887709 clauses, 317823674 bytes)
107.34/108.92	c 108	33566 (70%) CSP clauses are encoded (14928915 clauses, 370302314 bytes)
119.94/121.79	c 121	38361 (80%) CSP clauses are encoded (16942878 clauses, 422239379 bytes)
133.33/135.34	c 135	43156 (90%) CSP clauses are encoded (19055726 clauses, 476558255 bytes)
145.83/148.02	c 148	47951 (100%) CSP clauses are encoded (21062097 clauses, 528260127 bytes)
145.83/148.02	c 148	47951 CSP clauses encoded
145.83/148.02	c 148	Writing map file : HOME/temp.map
145.83/148.09	c 148	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
145.83/148.09	c 148	SAT : 1194761 SAT variables, 21062097 SAT clauses, 528260127 bytes
145.83/148.09	c 148	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
145.94/148.14	c 148	SOLVING HOME/temp.cnf
145.94/148.14	c 148	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
335.05/338.96	c 338	DECODING HOME/temp.out WITH HOME/temp.map
335.05/338.96	c 338	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'
335.12/339.06	c 339	Decoding HOME/temp.out
335.12/339.57	s UNSATISFIABLE
335.12/339.58	c 339	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
335.12/339.62	c 339	CPU 335.71 (0.06 0.02 231.86 103.77)
335.12/339.63	c 339	END Sun Jul 12 10:35:55 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-2087999-1247387415/watcher-2087999-1247387415 -o /tmp/evaluation-result-2087999-1247387415/solver-2087999-1247387415 -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-2087999-1247387415.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 28888
/proc/meminfo: memFree=1783896/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=12268 CPUtime=0
/proc/28888/stat : 28888 (sugar) R 28886 28888 27544 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25807340 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228774869605 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28888/statm: 3067 316 241 3 0 167 0

[startup+0.108716 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 28888
/proc/meminfo: memFree=1783896/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=0.06
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25807340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202728 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 28888
/proc/meminfo: memFree=1783896/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=0.06
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25807340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302734 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 28888
/proc/meminfo: memFree=1783896/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=0.06
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25807340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702789 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 28888
/proc/meminfo: memFree=1783896/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=0.06
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25807340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50289 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 28910
/proc/meminfo: memFree=1775168/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=0.84
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1309 7798 0 1 5 1 73 5 16 0 1 0 25807340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1111 409 3 0 796 0
[pid=28901] ppid=28888 vsize=5356 CPUtime=0
/proc/28901/stat : 28901 (sh) S 28888 28888 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25807428 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28901/statm: 1339 233 193 169 0 50 0
[pid=28902] ppid=28901 vsize=864256 CPUtime=0.59
/proc/28902/stat : 28902 (java) S 28901 28888 27544 0 -1 0 4519 0 1 0 57 2 0 0 18 0 9 0 25807428 884998144 3968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28902/statm: 216064 3968 1742 9 0 210569 0
[pid=28902/tid=28903] ppid=28901 vsize=864256 CPUtime=0.46
/proc/28902/task/28903/stat : 28903 (java) R 28901 28888 27544 0 -1 64 2672 0 1 0 46 0 0 0 21 0 9 0 25807429 884998144 3968 996147200 134512640 134550932 4294955936 18446744073709551615 4125958936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28904] ppid=28901 vsize=864256 CPUtime=0.04
/proc/28902/task/28904/stat : 28904 (java) S 28901 28888 27544 0 -1 64 828 0 0 0 4 0 0 0 16 0 9 0 25807430 884998144 3968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28905] ppid=28901 vsize=864256 CPUtime=0
/proc/28902/task/28905/stat : 28905 (java) S 28901 28888 27544 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25807431 884998144 3968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28906] ppid=28901 vsize=864256 CPUtime=0
/proc/28902/task/28906/stat : 28906 (java) S 28901 28888 27544 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25807431 884998144 3968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28907] ppid=28901 vsize=864256 CPUtime=0
/proc/28902/task/28907/stat : 28907 (java) S 28901 28888 27544 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25807433 884998144 3968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28908] ppid=28901 vsize=864256 CPUtime=0.06
/proc/28902/task/28908/stat : 28908 (java) S 28901 28888 27544 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 25807433 884998144 3968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28909] ppid=28901 vsize=864256 CPUtime=0
/proc/28902/task/28909/stat : 28909 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25807433 884998144 3968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28910] ppid=28901 vsize=864256 CPUtime=0
/proc/28902/task/28910/stat : 28910 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25807433 884998144 3968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886480

[startup+3.10106 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 28910
/proc/meminfo: memFree=1765888/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=0.84
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1309 7798 0 1 5 1 73 5 16 0 1 0 25807340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1111 409 3 0 796 0
[pid=28901] ppid=28888 vsize=5356 CPUtime=0
/proc/28901/stat : 28901 (sh) S 28888 28888 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25807428 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28901/statm: 1339 233 193 169 0 50 0
[pid=28902] ppid=28901 vsize=868600 CPUtime=2.18
/proc/28902/stat : 28902 (java) S 28901 28888 27544 0 -1 0 7543 0 1 0 213 5 0 0 18 0 9 0 25807428 889446400 6623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28902/statm: 217150 6623 2566 9 0 211655 0
[pid=28902/tid=28903] ppid=28901 vsize=868600 CPUtime=1.8
/proc/28902/task/28903/stat : 28903 (java) R 28901 28888 27544 0 -1 64 2842 0 1 0 179 1 0 0 25 0 9 0 25807429 889446400 6623 996147200 134512640 134550932 4294955936 18446744073709551615 4126510035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28904] ppid=28901 vsize=868600 CPUtime=0.17
/proc/28902/task/28904/stat : 28904 (java) S 28901 28888 27544 0 -1 64 2533 0 0 0 16 1 0 0 16 0 9 0 25807430 889446400 6623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28905] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28905/stat : 28905 (java) S 28901 28888 27544 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25807431 889446400 6623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28906] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28906/stat : 28906 (java) S 28901 28888 27544 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25807431 889446400 6623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28907] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28907/stat : 28907 (java) S 28901 28888 27544 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25807433 889446400 6623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28908] ppid=28901 vsize=868600 CPUtime=0.17
/proc/28902/task/28908/stat : 28908 (java) S 28901 28888 27544 0 -1 64 1470 0 0 0 17 0 0 0 16 0 9 0 25807433 889446400 6623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28909] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28909/stat : 28909 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25807433 889446400 6623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28910] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28910/stat : 28910 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25807433 889446400 6623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890824

[startup+6.30242 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 28910
/proc/meminfo: memFree=1759680/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=0.84
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1309 7798 0 1 5 1 73 5 16 0 1 0 25807340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1111 409 3 0 796 0
[pid=28901] ppid=28888 vsize=5356 CPUtime=0
/proc/28901/stat : 28901 (sh) S 28888 28888 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25807428 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28901/statm: 1339 233 193 169 0 50 0
[pid=28902] ppid=28901 vsize=868600 CPUtime=5.34
/proc/28902/stat : 28902 (java) S 28901 28888 27544 0 -1 0 9304 0 1 0 525 9 0 0 18 0 9 0 25807428 889446400 8004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28902/statm: 217150 8004 2566 9 0 211655 0
[pid=28902/tid=28903] ppid=28901 vsize=868600 CPUtime=4.67
/proc/28902/task/28903/stat : 28903 (java) R 28901 28888 27544 0 -1 64 3222 0 1 0 464 3 0 0 25 0 9 0 25807429 889446400 8004 996147200 134512640 134550932 4294955936 18446744073709551615 4126508763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28904] ppid=28901 vsize=868600 CPUtime=0.46
/proc/28902/task/28904/stat : 28904 (java) S 28901 28888 27544 0 -1 64 3908 0 0 0 42 4 0 0 16 0 9 0 25807430 889446400 8004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28905] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28905/stat : 28905 (java) S 28901 28888 27544 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25807431 889446400 8004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28906] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28906/stat : 28906 (java) S 28901 28888 27544 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25807431 889446400 8004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28907] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28907/stat : 28907 (java) S 28901 28888 27544 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25807433 889446400 8004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28908] ppid=28901 vsize=868600 CPUtime=0.18
/proc/28902/task/28908/stat : 28908 (java) S 28901 28888 27544 0 -1 64 1476 0 0 0 18 0 0 0 15 0 9 0 25807433 889446400 8004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28909] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28909/stat : 28909 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25807433 889446400 8004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28910] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28910/stat : 28910 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25807433 889446400 8004 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890824

[startup+12.7022 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 28910
/proc/meminfo: memFree=1749632/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=0.84
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1310 7798 0 1 5 1 73 5 16 0 1 0 25807340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1111 409 3 0 796 0
[pid=28901] ppid=28888 vsize=5356 CPUtime=0
/proc/28901/stat : 28901 (sh) S 28888 28888 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25807428 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28901/statm: 1339 233 193 169 0 50 0
[pid=28902] ppid=28901 vsize=868600 CPUtime=11.67
/proc/28902/stat : 28902 (java) S 28901 28888 27544 0 -1 0 12465 0 1 0 1152 15 0 0 18 0 9 0 25807428 889446400 10353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28902/statm: 217150 10353 2569 9 0 211655 0
[pid=28902/tid=28903] ppid=28901 vsize=868600 CPUtime=10.33
/proc/28902/task/28903/stat : 28903 (java) R 28901 28888 27544 0 -1 64 3864 0 1 0 1028 5 0 0 25 0 9 0 25807429 889446400 10353 996147200 134512640 134550932 4294955936 18446744073709551615 4126510020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28904] ppid=28901 vsize=868600 CPUtime=1.11
/proc/28902/task/28904/stat : 28904 (java) S 28901 28888 27544 0 -1 64 6420 0 0 0 103 8 0 0 16 0 9 0 25807430 889446400 10353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28905] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28905/stat : 28905 (java) S 28901 28888 27544 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25807431 889446400 10353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28906] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28906/stat : 28906 (java) S 28901 28888 27544 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25807431 889446400 10353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28907] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28907/stat : 28907 (java) S 28901 28888 27544 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25807433 889446400 10353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28908] ppid=28901 vsize=868600 CPUtime=0.19
/proc/28902/task/28908/stat : 28908 (java) S 28901 28888 27544 0 -1 64 1483 0 0 0 19 0 0 0 16 0 9 0 25807433 889446400 10353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28909] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28909/stat : 28909 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25807433 889446400 10353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28910] ppid=28901 vsize=868600 CPUtime=0
/proc/28902/task/28910/stat : 28910 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25807433 889446400 10353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890824

[startup+25.5026 s]
/proc/loadavg: 2.06 2.01 2.00 3/94 28910
/proc/meminfo: memFree=1715008/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=0.86
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1310 7798 0 1 6 2 73 5 16 0 1 0 25807340 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1111 409 3 0 796 0
[pid=28901] ppid=28888 vsize=5356 CPUtime=0
/proc/28901/stat : 28901 (sh) S 28888 28888 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25807428 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28901/statm: 1339 233 193 169 0 50 0
[pid=28902] ppid=28901 vsize=868712 CPUtime=24.33
/proc/28902/stat : 28902 (java) S 28901 28888 27544 0 -1 0 13798 0 1 0 2396 37 0 0 18 0 9 0 25807428 889561088 11268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28902/statm: 217178 11268 2593 9 0 211655 0
[pid=28902/tid=28903] ppid=28901 vsize=868712 CPUtime=22.58
/proc/28902/task/28903/stat : 28903 (java) R 28901 28888 27544 0 -1 64 4323 0 1 0 2233 25 0 0 25 0 9 0 25807429 889561088 11268 996147200 134512640 134550932 4294955936 18446744073709551615 4126504428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28904] ppid=28901 vsize=868712 CPUtime=1.45
/proc/28902/task/28904/stat : 28904 (java) S 28901 28888 27544 0 -1 64 7252 0 0 0 135 10 0 0 16 0 9 0 25807430 889561088 11268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28905] ppid=28901 vsize=868712 CPUtime=0
/proc/28902/task/28905/stat : 28905 (java) S 28901 28888 27544 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25807431 889561088 11268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28906] ppid=28901 vsize=868712 CPUtime=0
/proc/28902/task/28906/stat : 28906 (java) S 28901 28888 27544 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25807431 889561088 11268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28907] ppid=28901 vsize=868712 CPUtime=0

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

[pid=28902] ppid=28901 vsize=868712 CPUtime=99.97
/proc/28902/stat : 28902 (java) S 28901 28888 27544 0 -1 0 17343 0 1 0 9742 255 0 0 18 0 9 0 25807428 889561088 11273 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28902/statm: 217178 11273 2593 9 0 211655 0
[pid=28902/tid=28903] ppid=28901 vsize=868712 CPUtime=96.79
/proc/28902/task/28903/stat : 28903 (java) R 28901 28888 27544 0 -1 64 7864 0 1 0 9460 219 0 0 25 0 9 0 25807429 889561088 11273 996147200 134512640 134550932 4294955936 18446744073709551615 4126925484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28904] ppid=28901 vsize=868712 CPUtime=2.87
/proc/28902/task/28904/stat : 28904 (java) S 28901 28888 27544 0 -1 64 7252 0 0 0 253 34 0 0 16 0 9 0 25807430 889561088 11273 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28905] ppid=28901 vsize=868712 CPUtime=0
/proc/28902/task/28905/stat : 28905 (java) S 28901 28888 27544 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25807431 889561088 11273 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28906] ppid=28901 vsize=868712 CPUtime=0
/proc/28902/task/28906/stat : 28906 (java) S 28901 28888 27544 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25807431 889561088 11273 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28907] ppid=28901 vsize=868712 CPUtime=0
/proc/28902/task/28907/stat : 28907 (java) S 28901 28888 27544 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25807433 889561088 11273 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28908] ppid=28901 vsize=868712 CPUtime=0.28
/proc/28902/task/28908/stat : 28908 (java) S 28901 28888 27544 0 -1 64 1529 0 0 0 28 0 0 0 16 0 9 0 25807433 889561088 11273 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28909] ppid=28901 vsize=868712 CPUtime=0
/proc/28902/task/28909/stat : 28909 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25807433 889561088 11273 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28902/tid=28910] ppid=28901 vsize=868712 CPUtime=0
/proc/28902/task/28910/stat : 28910 (java) S 28901 28888 27544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25807433 889561088 11273 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 890936

[startup+162.302 s]
/proc/loadavg: 2.03 2.02 2.00 3/85 28913
/proc/meminfo: memFree=998008/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=145.95
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1366 27539 0 2 6 2 14197 390 16 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
[pid=28912] ppid=28888 vsize=5356 CPUtime=0
/proc/28912/stat : 28912 (sh) S 28888 28888 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822155 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28912/statm: 1339 232 193 169 0 50 0
[pid=28913] ppid=28912 vsize=186924 CPUtime=14
/proc/28913/stat : 28913 (picosat) R 28912 28888 27544 0 -1 4194304 32389 0 0 0 635 765 0 0 25 0 1 0 25822155 191410176 32375 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28913/statm: 46731 32375 40 102 0 46626 0
Current children cumulated CPU time (s) 159.95
Current children cumulated vsize (KiB) 209148

[startup+222.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 28913
/proc/meminfo: memFree=746936/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=145.95
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1366 27539 0 2 6 2 14197 390 16 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
[pid=28912] ppid=28888 vsize=5356 CPUtime=0
/proc/28912/stat : 28912 (sh) S 28888 28888 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822155 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28912/statm: 1339 232 193 169 0 50 0
[pid=28913] ppid=28912 vsize=409504 CPUtime=73.44
/proc/28913/stat : 28913 (picosat) R 28912 28888 27544 0 -1 4194304 86917 0 0 0 3390 3954 0 0 25 0 1 0 25822155 419332096 86903 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28913/statm: 102376 86903 40 102 0 102271 0
Current children cumulated CPU time (s) 219.39
Current children cumulated vsize (KiB) 431728

[startup+282.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 28913
/proc/meminfo: memFree=474424/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=145.95
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1366 27539 0 2 6 2 14197 390 16 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
[pid=28912] ppid=28888 vsize=5356 CPUtime=0
/proc/28912/stat : 28912 (sh) S 28888 28888 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822155 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28912/statm: 1339 232 193 169 0 50 0
[pid=28913] ppid=28912 vsize=638820 CPUtime=132.87
/proc/28913/stat : 28913 (picosat) R 28912 28888 27544 0 -1 4194304 142245 0 0 0 6154 7133 0 0 25 0 1 0 25822155 654151680 142231 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28913/statm: 159705 142231 40 102 0 159600 0
Current children cumulated CPU time (s) 278.82
Current children cumulated vsize (KiB) 661044

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

[startup+307.201 s]
/proc/loadavg: 2.05 2.02 2.00 3/85 28913
/proc/meminfo: memFree=380472/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=145.95
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1366 27539 0 2 6 2 14197 390 16 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
[pid=28912] ppid=28888 vsize=5356 CPUtime=0
/proc/28912/stat : 28912 (sh) S 28888 28888 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822155 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28912/statm: 1339 232 193 169 0 50 0
[pid=28913] ppid=28912 vsize=720660 CPUtime=157.53
/proc/28913/stat : 28913 (picosat) R 28912 28888 27544 0 -1 4194304 165278 0 0 0 7300 8453 0 0 25 0 1 0 25822155 737955840 165264 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28913/statm: 180165 165264 40 102 0 180060 0
Current children cumulated CPU time (s) 303.48
Current children cumulated vsize (KiB) 742884

[startup+320.002 s]
/proc/loadavg: 2.04 2.02 2.00 2/74 28915
/proc/meminfo: memFree=645216/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=145.95
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1366 27539 0 2 6 2 14197 390 16 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
[pid=28912] ppid=28888 vsize=5356 CPUtime=0
/proc/28912/stat : 28912 (sh) S 28888 28888 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822155 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28912/statm: 1339 232 193 169 0 50 0
[pid=28913] ppid=28912 vsize=827776 CPUtime=170.21
/proc/28913/stat : 28913 (picosat) R 28912 28888 27544 0 -1 4194304 176980 0 0 0 7878 9143 0 0 25 0 1 0 25822155 847642624 176966 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28913/statm: 206944 176966 40 102 0 206839 0
Current children cumulated CPU time (s) 316.16
Current children cumulated vsize (KiB) 850000

[startup+332.802 s]
/proc/loadavg: 2.10 2.03 2.01 3/85 28956
/proc/meminfo: memFree=546760/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=145.95
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1366 27539 0 2 6 2 14197 390 16 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
[pid=28912] ppid=28888 vsize=5356 CPUtime=0
/proc/28912/stat : 28912 (sh) S 28888 28888 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822155 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28912/statm: 1339 232 193 169 0 50 0
[pid=28913] ppid=28912 vsize=873316 CPUtime=183.01
/proc/28913/stat : 28913 (picosat) R 28912 28888 27544 0 -1 4194304 189832 0 0 0 8471 9830 0 0 25 0 1 0 25822155 894275584 189818 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28913/statm: 218329 189818 40 102 0 218224 0
Current children cumulated CPU time (s) 328.96
Current children cumulated vsize (KiB) 895540

[startup+336.001 s]
/proc/loadavg: 2.10 2.03 2.01 3/85 28956
/proc/meminfo: memFree=533768/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=145.95
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1366 27539 0 2 6 2 14197 390 16 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
[pid=28912] ppid=28888 vsize=5356 CPUtime=0
/proc/28912/stat : 28912 (sh) S 28888 28888 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822155 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28912/statm: 1339 232 193 169 0 50 0
[pid=28913] ppid=28912 vsize=884040 CPUtime=186.2
/proc/28913/stat : 28913 (picosat) R 28912 28888 27544 0 -1 4194304 192705 0 0 0 8650 9970 0 0 25 0 1 0 25822155 905256960 192644 996147200 134512640 134931368 4294956256 18446744073709551615 134531390 0 0 4096 0 0 0 0 17 0 0 0
/proc/28913/statm: 221010 192644 42 102 0 220905 0
Current children cumulated CPU time (s) 332.15
Current children cumulated vsize (KiB) 906264

[startup+337.602 s]
/proc/loadavg: 2.10 2.03 2.00 3/85 28956
/proc/meminfo: memFree=533064/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=145.95
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1366 27539 0 2 6 2 14197 390 16 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
[pid=28912] ppid=28888 vsize=5356 CPUtime=0
/proc/28912/stat : 28912 (sh) S 28888 28888 27544 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822155 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28912/statm: 1339 232 193 169 0 50 0
[pid=28913] ppid=28912 vsize=891208 CPUtime=187.8
/proc/28913/stat : 28913 (picosat) R 28912 28888 27544 0 -1 4194304 192974 0 0 0 8809 9971 0 0 25 0 1 0 25822155 912596992 192913 996147200 134512640 134931368 4294956256 18446744073709551615 134525612 0 0 4096 0 0 0 0 17 0 0 0
/proc/28913/statm: 222802 192913 42 102 0 222697 0
Current children cumulated CPU time (s) 333.75
Current children cumulated vsize (KiB) 913432

[startup+339.202 s]
/proc/loadavg: 2.10 2.03 2.00 3/85 28956
/proc/meminfo: memFree=604872/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=335.12
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1447 220829 0 2 6 2 23131 10373 15 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 335.12
Current children cumulated vsize (KiB) 16868

[startup+339.602 s]
/proc/loadavg: 2.10 2.03 2.00 3/85 28956
/proc/meminfo: memFree=604872/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=335.12
/proc/28888/stat : 28888 (sugar) S 28886 28888 27544 0 -1 4194304 1449 220829 0 2 6 2 23131 10373 15 0 1 0 25807340 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28888/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 335.12
Current children cumulated vsize (KiB) 16868

[startup+339.802 s]
/proc/loadavg: 2.10 2.03 2.00 3/85 28956
/proc/meminfo: memFree=604872/2055920 swapFree=4192812/4192956
[pid=28888] ppid=28886 vsize=16868 CPUtime=335.89
/proc/28888/stat : 28888 (sugar) R 28886 28888 27544 0 -1 4194304 1476 229048 0 3 6 20 23186 10377 17 0 1 0 25807340 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28888/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 335.89
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 339.875
CPU time (s): 335.989
CPU user time (s): 231.936
CPU system time (s): 104.053
CPU usage (%): 98.8565
Max. virtual memory (cumulated for all children) (KiB): 913436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 231.936
system time used= 104.053
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230585
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= 68761
involuntary context switches= 80581

runsolver used 0.415936 second user time and 1.17782 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 10:30:15
IDJOB=2087999
IDBENCH=58843
IDSOLVER=738
FILE ID=node74/2087999-1247387415
PBS_JOBID= 9507200
Free space on /tmp= 103132 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-1.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087999-1247387415/watcher-2087999-1247387415 -o /tmp/evaluation-result-2087999-1247387415/solver-2087999-1247387415 -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-2087999-1247387415.xml

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

MD5SUM BENCH= df0bdb703dec630374c59a2d969c4940
RANDOM SEED=1283747367

node74.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1784376 kB
Buffers:         15588 kB
Cached:          86752 kB
SwapCached:          0 kB
Active:         178692 kB
Inactive:        40592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2112 kB
Writeback:           0 kB
Mapped:         137352 kB
Slab:            36932 kB
Committed_AS:   346268 kB
PageTables:       2108 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103132 MiB
End job on node74 at 2009-07-12 10:35:55