Trace number 2065031

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 261.073 279.191

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-3-fair.xml
MD5SUMe07a7629ac8e44ebbefb2b5fdf8642f8
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.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables9327
Number of constraints8822
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8822
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 20:42:04 2009
0.00/0.07	c 0	PID 15577
0.00/0.07	c 0	HOST node80.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2065031-1247337724.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065031-1247337724.xml' 'HOME/temp.csp'
0.06/0.90	c 1	3 domains, 9327 variables, 9 predicates, 0 relations, 8822 constraints
0.06/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	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.06/1.00	c 1	Parsing HOME/temp.csp
1.22/1.11	c 1	parsed 10000 expressions
1.31/1.21	c 1	parsed 18161 expressions
1.31/1.22	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.22	c 1	Converting to clausal form CSP
1.31/1.25	c 1	converted 1817 (10%) expressions
1.31/1.26	c 1	converted 3633 (20%) expressions
1.31/1.26	c 1	converted 5449 (30%) expressions
1.31/1.26	c 1	converted 7265 (40%) expressions
1.31/1.27	c 1	converted 9081 (50%) expressions
1.62/1.48	c 2	converted 10897 (60%) expressions
1.82/1.67	c 2	converted 12713 (70%) expressions
2.14/1.93	c 2	converted 14529 (80%) expressions
2.24/2.09	c 2	converted 16345 (90%) expressions
2.54/2.38	c 2	converted 18161 (100%) expressions
2.54/2.39	c 2	CSP : 16313 integers, 584 booleans, 39722 clauses, largest domain size 20001
2.54/2.39	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.54/2.39	c 2	Propagation in CSP
96.39/96.69	c 97	113016767 values, 0 unsatisfiable literals, and 0 valid clauses are removed
96.39/96.70	c 97	CSP : 16313 integers, 584 booleans, 39722 clauses, largest domain size 20001
96.39/96.70	c 97	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
96.51/96.72	c 97	Simplifing CSP by introducing new Boolean variables
96.51/96.80	c 97	CSP : 16313 integers, 14738 booleans, 53876 clauses, largest domain size 20001
96.51/96.80	c 97	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
96.82/97.00	c 97	Encoding CSP to SAT : HOME/temp.cnf
96.82/97.09	c 97	1632 (10%) CSP integer variables are encoded (53115 clauses, 775229 bytes)
98.05/98.23	c 98	3263 (20%) CSP integer variables are encoded (1056582 clauses, 17857614 bytes)
98.35/98.59	c 99	4894 (30%) CSP integer variables are encoded (1360143 clauses, 23625273 bytes)
99.54/99.77	c 100	6526 (40%) CSP integer variables are encoded (2350035 clauses, 42433221 bytes)
99.85/100.04	c 100	8157 (50%) CSP integer variables are encoded (2578778 clauses, 46779338 bytes)
99.85/100.04	c 100	9788 (60%) CSP integer variables are encoded (2578778 clauses, 46779338 bytes)
100.25/100.40	c 101	11420 (70%) CSP integer variables are encoded (2878718 clauses, 52478198 bytes)
100.34/100.57	c 101	13051 (80%) CSP integer variables are encoded (3018690 clauses, 55137666 bytes)
100.74/100.93	c 101	14682 (90%) CSP integer variables are encoded (3328644 clauses, 61026792 bytes)
100.84/101.09	c 101	16313 (100%) CSP integer variables are encoded (3458624 clauses, 63496412 bytes)
113.90/132.00	c 132	5388 (10%) CSP clauses are encoded (12015918 clauses, 236733110 bytes)
114.58/132.64	c 133	10776 (20%) CSP clauses are encoded (12457482 clauses, 245582039 bytes)
115.18/133.23	c 133	16163 (30%) CSP clauses are encoded (12859761 clauses, 253727233 bytes)
115.98/134.05	c 134	21551 (40%) CSP clauses are encoded (13421268 clauses, 265215757 bytes)
116.47/134.59	c 135	26938 (50%) CSP clauses are encoded (13783160 clauses, 272902857 bytes)
116.57/134.62	c 135	32326 (60%) CSP clauses are encoded (13785648 clauses, 272953302 bytes)
116.57/134.66	c 135	37714 (70%) CSP clauses are encoded (13788170 clauses, 273004598 bytes)
118.84/136.90	c 137	43101 (80%) CSP clauses are encoded (15350786 clauses, 306207893 bytes)
119.14/137.22	c 137	48489 (90%) CSP clauses are encoded (15552580 clauses, 310492827 bytes)
119.14/137.29	c 137	53876 (100%) CSP clauses are encoded (15571895 clauses, 311018501 bytes)
119.14/137.29	c 137	53876 CSP clauses encoded
119.14/137.29	c 137	Writing map file : HOME/temp.map
119.23/137.32	c 137	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
119.23/137.32	c 137	SAT : 3477754 SAT variables, 15571895 SAT clauses, 311018501 bytes
119.23/137.32	c 137	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
119.23/137.38	c 137	SOLVING HOME/temp.cnf
119.23/137.38	c 137	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
260.52/278.77	c 279	DECODING HOME/temp.out WITH HOME/temp.map
260.52/278.77	c 279	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'
260.61/278.85	c 279	Decoding HOME/temp.out
260.61/279.01	s UNSATISFIABLE
260.61/279.02	c 279	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
260.61/279.04	c 279	CPU 260.91 (0.06 0.02 194.74 66.09)
260.61/279.04	c 279	END Sat Jul 11 20:46:43 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-2065031-1247337724/watcher-2065031-1247337724 -o /tmp/evaluation-result-2065031-1247337724/solver-2065031-1247337724 -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-2065031-1247337724.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.02 2.06 2.02 3/83 15577
/proc/meminfo: memFree=1054200/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=12272 CPUtime=0
/proc/15577/stat : 15577 (sugar) R 15575 15577 15498 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 20836991 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/15577/statm: 3068 327 246 3 0 168 0

[startup+0.00736089 s]
/proc/loadavg: 2.02 2.06 2.02 3/83 15577
/proc/meminfo: memFree=1054200/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=12272 CPUtime=0
/proc/15577/stat : 15577 (sugar) R 15575 15577 15498 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 20836991 12566528 365 996147200 4194304 4206940 548682068608 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 0 0 0
/proc/15577/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101382 s]
/proc/loadavg: 2.02 2.06 2.02 3/83 15577
/proc/meminfo: memFree=1054200/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=0.06
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20836991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301426 s]
/proc/loadavg: 2.02 2.06 2.02 3/83 15577
/proc/meminfo: memFree=1054200/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=0.06
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20836991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701518 s]
/proc/loadavg: 2.02 2.06 2.02 3/83 15577
/proc/meminfo: memFree=1054200/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=0.06
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20836991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/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: 2.02 2.06 2.02 2/94 15599
/proc/meminfo: memFree=1046240/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=1.03
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1309 10411 0 1 5 2 92 4 15 0 1 0 20836991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15577/statm: 4217 1111 409 3 0 796 0
[pid=15590] ppid=15577 vsize=5356 CPUtime=0
/proc/15590/stat : 15590 (sh) S 15577 15577 15498 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15590/statm: 1339 233 193 169 0 50 0
[pid=15591] ppid=15590 vsize=869472 CPUtime=0.69
/proc/15591/stat : 15591 (java) S 15590 15577 15498 0 -1 0 8212 0 1 0 65 4 0 0 20 0 9 0 20837085 890339328 7355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15591/statm: 217368 7355 2566 9 0 211873 0
[pid=15591/tid=15592] ppid=15590 vsize=869472 CPUtime=0.39
/proc/15591/task/15592/stat : 15592 (java) R 15590 15577 15498 0 -1 64 2589 0 1 0 38 1 0 0 16 0 9 0 20837086 890339328 7355 996147200 134512640 134550932 4294955936 18446744073709551615 4125964019 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15593] ppid=15590 vsize=869472 CPUtime=0.14
/proc/15591/task/15593/stat : 15593 (java) S 15590 15577 15498 0 -1 64 3423 0 0 0 13 1 0 0 16 0 9 0 20837087 890339328 7355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15594] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15594/stat : 15594 (java) S 15590 15577 15498 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20837087 890339328 7355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15595] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15595/stat : 15595 (java) S 15590 15577 15498 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837087 890339328 7355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15596] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15596/stat : 15596 (java) S 15590 15577 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837089 890339328 7355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15597] ppid=15590 vsize=869472 CPUtime=0.14
/proc/15591/task/15597/stat : 15597 (java) S 15590 15577 15498 0 -1 64 1498 0 0 0 13 1 0 0 16 0 9 0 20837089 890339328 7355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15598] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15598/stat : 15598 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20837089 890339328 7355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15599] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15599/stat : 15599 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20837089 890339328 7355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 891696

[startup+3.102 s]
/proc/loadavg: 1.94 2.04 2.01 2/94 15599
/proc/meminfo: memFree=1017632/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=1.03
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1310 10411 0 1 5 2 92 4 16 0 1 0 20836991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15577/statm: 4217 1111 409 3 0 796 0
[pid=15590] ppid=15577 vsize=5356 CPUtime=0
/proc/15590/stat : 15590 (sh) S 15577 15577 15498 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15590/statm: 1339 233 193 169 0 50 0
[pid=15591] ppid=15590 vsize=869472 CPUtime=2.31
/proc/15591/stat : 15591 (java) S 15590 15577 15498 0 -1 0 13115 0 1 0 225 6 0 0 20 0 9 0 20837085 890339328 11872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15591/statm: 217368 11872 2566 9 0 211873 0
[pid=15591/tid=15592] ppid=15590 vsize=869472 CPUtime=1.58
/proc/15591/task/15592/stat : 15592 (java) R 15590 15577 15498 0 -1 64 2932 0 1 0 157 1 0 0 16 0 9 0 20837086 890339328 11872 996147200 134512640 134550932 4294955936 18446744073709551615 4126968641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15593] ppid=15590 vsize=869472 CPUtime=0.54
/proc/15591/task/15593/stat : 15593 (java) S 15590 15577 15498 0 -1 64 7952 0 0 0 51 3 0 0 16 0 9 0 20837087 890339328 11872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15594] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15594/stat : 15594 (java) S 15590 15577 15498 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 20837087 890339328 11872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15595] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15595/stat : 15595 (java) S 15590 15577 15498 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837087 890339328 11872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15596] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15596/stat : 15596 (java) S 15590 15577 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837089 890339328 11872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15597] ppid=15590 vsize=869472 CPUtime=0.17
/proc/15591/task/15597/stat : 15597 (java) S 15590 15577 15498 0 -1 64 1529 0 0 0 16 1 0 0 16 0 9 0 20837089 890339328 11872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15598] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15598/stat : 15598 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20837089 890339328 11872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15599] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15599/stat : 15599 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20837089 890339328 11872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 891696

[startup+6.30266 s]
/proc/loadavg: 1.94 2.04 2.01 2/94 15599
/proc/meminfo: memFree=1012448/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=1.03
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1310 10411 0 1 5 2 92 4 16 0 1 0 20836991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15577/statm: 4217 1111 409 3 0 796 0
[pid=15590] ppid=15577 vsize=5356 CPUtime=0
/proc/15590/stat : 15590 (sh) S 15577 15577 15498 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15590/statm: 1339 233 193 169 0 50 0
[pid=15591] ppid=15590 vsize=869472 CPUtime=5.49
/proc/15591/stat : 15591 (java) S 15590 15577 15498 0 -1 0 13334 0 1 0 541 8 0 0 20 0 9 0 20837085 890339328 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15591/statm: 217368 11874 2566 9 0 211873 0
[pid=15591/tid=15592] ppid=15590 vsize=869472 CPUtime=4.69
/proc/15591/task/15592/stat : 15592 (java) R 15590 15577 15498 0 -1 64 3149 0 1 0 467 2 0 0 17 0 9 0 20837086 890339328 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4126802151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15593] ppid=15590 vsize=869472 CPUtime=0.61
/proc/15591/task/15593/stat : 15593 (java) S 15590 15577 15498 0 -1 64 7954 0 0 0 57 4 0 0 15 0 9 0 20837087 890339328 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15594] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15594/stat : 15594 (java) S 15590 15577 15498 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 20837087 890339328 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15595] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15595/stat : 15595 (java) S 15590 15577 15498 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837087 890339328 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15596] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15596/stat : 15596 (java) S 15590 15577 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837089 890339328 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15597] ppid=15590 vsize=869472 CPUtime=0.17
/proc/15591/task/15597/stat : 15597 (java) S 15590 15577 15498 0 -1 64 1529 0 0 0 16 1 0 0 16 0 9 0 20837089 890339328 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15598] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15598/stat : 15598 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20837089 890339328 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15599] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15599/stat : 15599 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20837089 890339328 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 891696

[startup+12.702 s]
/proc/loadavg: 1.80 2.00 2.00 2/94 15599
/proc/meminfo: memFree=1012256/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=1.03
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1310 10411 0 1 5 2 92 4 16 0 1 0 20836991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15577/statm: 4217 1111 409 3 0 796 0
[pid=15590] ppid=15577 vsize=5356 CPUtime=0
/proc/15590/stat : 15590 (sh) S 15577 15577 15498 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15590/statm: 1339 233 193 169 0 50 0
[pid=15591] ppid=15590 vsize=869472 CPUtime=11.88
/proc/15591/stat : 15591 (java) S 15590 15577 15498 0 -1 0 13774 0 1 0 1175 13 0 0 20 0 9 0 20837085 890339328 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15591/statm: 217368 11879 2566 9 0 211873 0
[pid=15591/tid=15592] ppid=15590 vsize=869472 CPUtime=10.93
/proc/15591/task/15592/stat : 15592 (java) R 15590 15577 15498 0 -1 64 3584 0 1 0 1090 3 0 0 16 0 9 0 20837086 890339328 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4126562809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15593] ppid=15590 vsize=869472 CPUtime=0.75
/proc/15591/task/15593/stat : 15593 (java) S 15590 15577 15498 0 -1 64 7959 0 0 0 68 7 0 0 16 0 9 0 20837087 890339328 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15594] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15594/stat : 15594 (java) S 15590 15577 15498 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 20837087 890339328 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15595] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15595/stat : 15595 (java) S 15590 15577 15498 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837087 890339328 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15596] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15596/stat : 15596 (java) S 15590 15577 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837089 890339328 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15597] ppid=15590 vsize=869472 CPUtime=0.17
/proc/15591/task/15597/stat : 15597 (java) S 15590 15577 15498 0 -1 64 1529 0 0 0 16 1 0 0 16 0 9 0 20837089 890339328 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15598] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15598/stat : 15598 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20837089 890339328 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15599] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15599/stat : 15599 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20837089 890339328 11879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 891696

[startup+25.5026 s]
/proc/loadavg: 1.67 1.97 1.99 2/94 15599
/proc/meminfo: memFree=1012192/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=1.03
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1310 10411 0 1 5 2 92 4 16 0 1 0 20836991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15577/statm: 4217 1111 409 3 0 796 0
[pid=15590] ppid=15577 vsize=5356 CPUtime=0
/proc/15590/stat : 15590 (sh) S 15577 15577 15498 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15590/statm: 1339 233 193 169 0 50 0
[pid=15591] ppid=15590 vsize=869472 CPUtime=24.61
/proc/15591/stat : 15591 (java) S 15590 15577 15498 0 -1 0 14654 0 1 0 2441 20 0 0 20 0 9 0 20837085 890339328 11890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15591/statm: 217368 11890 2566 9 0 211873 0
[pid=15591/tid=15592] ppid=15590 vsize=869472 CPUtime=23.38
/proc/15591/task/15592/stat : 15592 (java) R 15590 15577 15498 0 -1 64 4453 0 1 0 2332 6 0 0 17 0 9 0 20837086 890339328 11890 996147200 134512640 134550932 4294955936 18446744073709551615 4126377646 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15593] ppid=15590 vsize=869472 CPUtime=1.03
/proc/15591/task/15593/stat : 15593 (java) S 15590 15577 15498 0 -1 64 7970 0 0 0 92 11 0 0 16 0 9 0 20837087 890339328 11890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15594] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15594/stat : 15594 (java) S 15590 15577 15498 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 20837087 890339328 11890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15595] ppid=15590 vsize=869472 CPUtime=0
/proc/15591/task/15595/stat : 15595 (java) S 15590 15577 15498 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20837087 890339328 11890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15596] ppid=15590 vsize=869472 CPUtime=0

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

[pid=15590] ppid=15577 vsize=5356 CPUtime=0
/proc/15590/stat : 15590 (sh) S 15577 15577 15498 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20837085 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15590/statm: 1339 233 193 169 0 50 0
[pid=15591] ppid=15590 vsize=869584 CPUtime=100.51
/proc/15591/stat : 15591 (java) S 15590 15577 15498 0 -1 0 23227 0 1 0 9949 102 0 0 20 0 9 0 20837085 890454016 13115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15591/statm: 217396 13115 2591 9 0 211873 0
[pid=15591/tid=15592] ppid=15590 vsize=869584 CPUtime=97.25
/proc/15591/task/15592/stat : 15592 (java) D 15590 15577 15498 0 -1 64 9916 0 1 0 9667 58 0 0 16 0 9 0 20837086 890454016 13115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15591/tid=15593] ppid=15590 vsize=869584 CPUtime=2.98
/proc/15591/task/15593/stat : 15593 (java) S 15590 15577 15498 0 -1 64 11020 0 0 0 257 41 0 0 16 0 9 0 20837087 890454016 13115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15594] ppid=15590 vsize=869584 CPUtime=0
/proc/15591/task/15594/stat : 15594 (java) S 15590 15577 15498 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20837087 890454016 13115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15595] ppid=15590 vsize=869584 CPUtime=0
/proc/15591/task/15595/stat : 15595 (java) S 15590 15577 15498 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20837087 890454016 13115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15596] ppid=15590 vsize=869584 CPUtime=0
/proc/15591/task/15596/stat : 15596 (java) S 15590 15577 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20837089 890454016 13115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15597] ppid=15590 vsize=869584 CPUtime=0.25
/proc/15591/task/15597/stat : 15597 (java) S 15590 15577 15498 0 -1 64 1589 0 0 0 24 1 0 0 16 0 9 0 20837089 890454016 13115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15591/tid=15598] ppid=15590 vsize=869584 CPUtime=0
/proc/15591/task/15598/stat : 15598 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20837089 890454016 13115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15591/tid=15599] ppid=15590 vsize=869584 CPUtime=0
/proc/15591/task/15599/stat : 15599 (java) S 15590 15577 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20837089 890454016 13115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 891808

[startup+162.302 s]
/proc/loadavg: 1.98 1.86 1.93 2/86 15601
/proc/meminfo: memFree=415008/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=119.3
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1365 36180 0 2 6 2 11668 254 16 0 1 0 20836991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1113 409 3 0 796 0
[pid=15600] ppid=15577 vsize=5356 CPUtime=0
/proc/15600/stat : 15600 (sh) S 15577 15577 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20850730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15600/statm: 1339 232 193 169 0 50 0
[pid=15601] ppid=15600 vsize=362652 CPUtime=24.89
/proc/15601/stat : 15601 (picosat) R 15600 15577 15498 0 -1 4194304 79518 0 0 0 1135 1354 0 0 25 0 1 0 20850730 371355648 79504 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15601/statm: 90663 79504 40 102 0 90558 0
Current children cumulated CPU time (s) 144.19
Current children cumulated vsize (KiB) 384876

[startup+222.302 s]
/proc/loadavg: 1.54 1.77 1.89 2/86 15601
/proc/meminfo: memFree=170208/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=119.3
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1365 36180 0 2 6 2 11668 254 16 0 1 0 20836991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1113 409 3 0 796 0
[pid=15600] ppid=15577 vsize=5356 CPUtime=0
/proc/15600/stat : 15600 (sh) S 15577 15577 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20850730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15600/statm: 1339 232 193 169 0 50 0
[pid=15601] ppid=15600 vsize=619564 CPUtime=84.85
/proc/15601/stat : 15601 (picosat) R 15600 15577 15498 0 -1 4194304 142550 0 0 0 3863 4622 0 0 25 0 1 0 20850730 634433536 142536 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15601/statm: 154891 142537 40 102 0 154786 0
Current children cumulated CPU time (s) 204.15
Current children cumulated vsize (KiB) 641788

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

[startup+230.302 s]
/proc/loadavg: 1.49 1.76 1.89 2/86 15601
/proc/meminfo: memFree=137568/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=119.3
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1365 36180 0 2 6 2 11668 254 16 0 1 0 20836991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1113 409 3 0 796 0
[pid=15600] ppid=15577 vsize=5356 CPUtime=0
/proc/15600/stat : 15600 (sh) S 15577 15577 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20850730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15600/statm: 1339 232 193 169 0 50 0
[pid=15601] ppid=15600 vsize=649000 CPUtime=92.86
/proc/15601/stat : 15601 (picosat) R 15600 15577 15498 0 -1 4194304 150810 0 0 0 4227 5059 0 0 25 0 1 0 20850730 664576000 150796 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15601/statm: 162250 150796 40 102 0 162145 0
Current children cumulated CPU time (s) 212.16
Current children cumulated vsize (KiB) 671224

[startup+255.903 s]
/proc/loadavg: 1.32 1.70 1.86 2/86 15601
/proc/meminfo: memFree=71328/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=119.3
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1365 36180 0 2 6 2 11668 254 16 0 1 0 20836991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1113 409 3 0 796 0
[pid=15600] ppid=15577 vsize=5356 CPUtime=0
/proc/15600/stat : 15600 (sh) S 15577 15577 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20850730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15600/statm: 1339 232 193 169 0 50 0
[pid=15601] ppid=15600 vsize=754488 CPUtime=118.43
/proc/15601/stat : 15601 (picosat) R 15600 15577 15498 0 -1 4194304 168287 0 0 0 5504 6339 0 0 25 0 1 0 20850730 772595712 168262 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15601/statm: 188622 168262 42 102 0 188517 0
Current children cumulated CPU time (s) 237.73
Current children cumulated vsize (KiB) 776712

[startup+268.701 s]
/proc/loadavg: 1.25 1.66 1.85 2/86 15601
/proc/meminfo: memFree=59552/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=119.3
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1365 36180 0 2 6 2 11668 254 16 0 1 0 20836991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1113 409 3 0 796 0
[pid=15600] ppid=15577 vsize=5356 CPUtime=0
/proc/15600/stat : 15600 (sh) S 15577 15577 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20850730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15600/statm: 1339 232 193 169 0 50 0
[pid=15601] ppid=15600 vsize=807140 CPUtime=131.23
/proc/15601/stat : 15601 (picosat) R 15600 15577 15498 0 -1 4194304 170019 0 0 0 6783 6340 0 0 25 0 1 0 20850730 826511360 169994 996147200 134512640 134931368 4294956256 18446744073709551615 134523985 0 0 4096 0 0 0 0 17 0 0 0
/proc/15601/statm: 201785 169994 42 102 0 201680 0
Current children cumulated CPU time (s) 250.53
Current children cumulated vsize (KiB) 829364

[startup+275.102 s]
/proc/loadavg: 1.23 1.65 1.85 2/86 15601
/proc/meminfo: memFree=57184/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=119.3
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1365 36180 0 2 6 2 11668 254 16 0 1 0 20836991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1113 409 3 0 796 0
[pid=15600] ppid=15577 vsize=5356 CPUtime=0
/proc/15600/stat : 15600 (sh) S 15577 15577 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20850730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15600/statm: 1339 232 193 169 0 50 0
[pid=15601] ppid=15600 vsize=807404 CPUtime=137.62
/proc/15601/stat : 15601 (picosat) R 15600 15577 15498 0 -1 4194304 170610 0 0 0 7422 6340 0 0 25 0 1 0 20850730 826781696 170585 996147200 134512640 134931368 4294956256 18446744073709551615 134525627 0 0 4096 0 0 0 0 17 0 0 0
/proc/15601/statm: 201851 170585 42 102 0 201746 0
Current children cumulated CPU time (s) 256.92
Current children cumulated vsize (KiB) 829628

[startup+276.702 s]
/proc/loadavg: 1.23 1.65 1.85 2/86 15601
/proc/meminfo: memFree=57184/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=119.3
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1365 36180 0 2 6 2 11668 254 16 0 1 0 20836991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1113 409 3 0 796 0
[pid=15600] ppid=15577 vsize=5356 CPUtime=0
/proc/15600/stat : 15600 (sh) S 15577 15577 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20850730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15600/statm: 1339 232 193 169 0 50 0
[pid=15601] ppid=15600 vsize=807404 CPUtime=139.22
/proc/15601/stat : 15601 (picosat) R 15600 15577 15498 0 -1 4194304 170611 0 0 0 7582 6340 0 0 25 0 1 0 20850730 826781696 170586 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/15601/statm: 201851 170586 42 102 0 201746 0
Current children cumulated CPU time (s) 258.52
Current children cumulated vsize (KiB) 829628

[startup+278.306 s]
/proc/loadavg: 1.21 1.64 1.84 2/86 15601
/proc/meminfo: memFree=56672/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=119.3
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1365 36180 0 2 6 2 11668 254 16 0 1 0 20836991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1113 409 3 0 796 0
[pid=15600] ppid=15577 vsize=5356 CPUtime=0
/proc/15600/stat : 15600 (sh) S 15577 15577 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20850730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15600/statm: 1339 232 193 169 0 50 0
[pid=15601] ppid=15600 vsize=742396 CPUtime=140.83
/proc/15601/stat : 15601 (picosat) R 15600 15577 15498 0 -1 4194304 170754 0 0 0 7742 6341 0 0 25 0 1 0 20850730 760213504 161711 996147200 134512640 134931368 4294956256 18446744073709551615 134580560 0 0 4096 0 0 0 0 17 0 0 0
/proc/15601/statm: 185599 161711 42 102 0 185494 0
Current children cumulated CPU time (s) 260.13
Current children cumulated vsize (KiB) 764620

[startup+278.701 s]
/proc/loadavg: 1.21 1.64 1.84 2/86 15601
/proc/meminfo: memFree=56672/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=119.3
/proc/15577/stat : 15577 (sugar) S 15575 15577 15498 0 -1 4194304 1365 36180 0 2 6 2 11668 254 16 0 1 0 20836991 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15577/statm: 4217 1113 409 3 0 796 0
[pid=15600] ppid=15577 vsize=5356 CPUtime=0
/proc/15600/stat : 15600 (sh) S 15577 15577 15498 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20850730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15600/statm: 1339 232 193 169 0 50 0
[pid=15601] ppid=15600 vsize=537576 CPUtime=141.22
/proc/15601/stat : 15601 (picosat) R 15600 15577 15498 0 -1 4194304 170754 0 0 0 7778 6344 0 0 25 0 1 0 20850730 550477824 119255 996147200 134512640 134931368 4294956256 18446744073709551615 134608241 0 0 4096 0 0 0 0 17 0 0 0
/proc/15601/statm: 134394 119255 1773 102 0 134289 0
Current children cumulated CPU time (s) 260.52
Current children cumulated vsize (KiB) 559800

[startup+279.101 s]
/proc/loadavg: 1.21 1.64 1.84 2/86 15601
/proc/meminfo: memFree=56672/2055920 swapFree=4192956/4192956
[pid=15577] ppid=15575 vsize=16868 CPUtime=260.97
/proc/15577/stat : 15577 (sugar) R 15575 15577 15498 0 -1 4194304 1475 211590 0 3 6 8 19474 6609 16 0 1 0 20836991 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15577/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 260.97
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 279.191
CPU time (s): 261.073
CPU user time (s): 194.806
CPU system time (s): 66.2669
CPU usage (%): 93.5106
Max. virtual memory (cumulated for all children) (KiB): 896824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.806
system time used= 66.2669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213126
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= 48513
involuntary context switches= 38457

runsolver used 0.350946 second user time and 0.802877 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-11 20:42:04
IDJOB=2065031
IDBENCH=54260
IDSOLVER=738
FILE ID=node80/2065031-1247337724
PBS_JOBID= 9506797
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-3-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-2065031-1247337724/watcher-2065031-1247337724 -o /tmp/evaluation-result-2065031-1247337724/solver-2065031-1247337724 -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-2065031-1247337724.xml

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

MD5SUM BENCH= e07a7629ac8e44ebbefb2b5fdf8642f8
RANDOM SEED=1279438660

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1054680 kB
Buffers:         50936 kB
Cached:         440364 kB
SwapCached:          0 kB
Active:         504760 kB
Inactive:       444248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1054680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2828 kB
Writeback:           0 kB
Mapped:         478040 kB
Slab:            36632 kB
Committed_AS:   620524 kB
PageTables:       2704 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= 66252 MiB
End job on node80 at 2009-07-11 20:46:43