Trace number 2058398

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+picosatSAT 795.526 803.15

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-2_ext.xml
MD5SUMc5b6a4e63f0abe6de7fc1cf04e0cfdec
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.9523
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints476
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension476
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sat Jul 11 16:13:42 2009
0.06/0.08	c 0	PID 12977
0.06/0.08	c 0	HOST node34.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2058398-1247321621.xml TO HOME/temp.csp
0.06/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-2058398-1247321621.xml' 'HOME/temp.csp'
0.07/0.80	c 0	1 domains, 45 variables, 0 predicates, 476 relations, 476 constraints
0.07/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.07/0.89	c 0	Parsing HOME/temp.csp
1.24/1.37	c 1	parsed 998 expressions
1.24/1.38	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.38	c 1	Converting to clausal form CSP
1.33/1.41	c 1	converted 100 (10%) expressions
1.33/1.41	c 1	converted 200 (20%) expressions
1.33/1.41	c 1	converted 300 (30%) expressions
1.33/1.42	c 1	converted 400 (40%) expressions
1.33/1.42	c 1	converted 499 (50%) expressions
1.43/1.51	c 1	converted 599 (60%) expressions
1.43/1.55	c 1	converted 699 (70%) expressions
1.43/1.57	c 1	converted 799 (80%) expressions
1.53/1.61	c 1	converted 899 (90%) expressions
1.53/1.63	c 1	converted 998 (100%) expressions
1.53/1.63	c 1	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.53/1.63	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.63	c 1	Propagation in CSP
1.53/1.64	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.64	c 1	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.53/1.64	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.64	c 1	Simplifing CSP by introducing new Boolean variables
1.53/1.64	c 1	CSP : 45 integers, 0 booleans, 476 clauses, largest domain size 21
1.53/1.64	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.69	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.70	c 1	5 (10%) CSP integer variables are encoded (95 clauses, 903 bytes)
1.63/1.70	c 1	9 (20%) CSP integer variables are encoded (171 clauses, 1739 bytes)
1.63/1.70	c 1	14 (30%) CSP integer variables are encoded (266 clauses, 2784 bytes)
1.63/1.70	c 1	18 (40%) CSP integer variables are encoded (342 clauses, 3620 bytes)
1.63/1.71	c 1	23 (50%) CSP integer variables are encoded (437 clauses, 4665 bytes)
1.63/1.71	c 1	27 (60%) CSP integer variables are encoded (513 clauses, 5501 bytes)
1.63/1.71	c 1	32 (70%) CSP integer variables are encoded (608 clauses, 6546 bytes)
1.63/1.71	c 1	36 (80%) CSP integer variables are encoded (684 clauses, 7382 bytes)
1.63/1.71	c 1	41 (90%) CSP integer variables are encoded (779 clauses, 8427 bytes)
1.63/1.71	c 1	45 (100%) CSP integer variables are encoded (855 clauses, 9263 bytes)
1.63/1.77	c 1	48 (10%) CSP clauses are encoded (4464 clauses, 68383 bytes)
1.72/1.80	c 1	96 (20%) CSP clauses are encoded (8052 clauses, 129526 bytes)
1.72/1.82	c 1	143 (30%) CSP clauses are encoded (11537 clauses, 194859 bytes)
1.72/1.84	c 1	191 (40%) CSP clauses are encoded (15090 clauses, 261868 bytes)
1.72/1.87	c 1	238 (50%) CSP clauses are encoded (18571 clauses, 327701 bytes)
1.72/1.89	c 1	286 (60%) CSP clauses are encoded (22121 clauses, 394848 bytes)
1.82/1.91	c 1	334 (70%) CSP clauses are encoded (25666 clauses, 462057 bytes)
1.82/1.93	c 1	381 (80%) CSP clauses are encoded (29128 clauses, 527458 bytes)
1.82/1.95	c 2	429 (90%) CSP clauses are encoded (32782 clauses, 596809 bytes)
1.82/1.97	c 2	476 (100%) CSP clauses are encoded (36259 clauses, 662613 bytes)
1.82/1.97	c 2	476 CSP clauses encoded
1.82/1.97	c 2	Writing map file : HOME/temp.map
1.82/1.97	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.82/1.97	c 2	SAT : 900 SAT variables, 36259 SAT clauses, 662613 bytes
1.82/1.98	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.90/2.02	c 2	SOLVING HOME/temp.cnf
1.90/2.02	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
795.30/802.97	c 803	DECODING HOME/temp.out WITH HOME/temp.map
795.30/802.97	c 803	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'
795.36/803.05	c 803	Decoding HOME/temp.out
795.36/803.08	s SATISFIABLE
795.36/803.08	v 8 8 16 4 1 13 11 20 14 2 12 11 9 18 1 10 12 3 5 19 5 17 6 6 3 20 1 16 17 10 3 13 13 3 7 9 5 12 8 13 18 11 20 11 12
795.36/803.09	c 803	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
795.36/803.14	c 803	CPU 795.5 (0.06 0.01 795.05 0.38)
795.36/803.14	c 803	END Sat Jul 11 16:27:05 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2058398-1247321621/watcher-2058398-1247321621 -o /tmp/evaluation-result-2058398-1247321621/solver-2058398-1247321621 -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-2058398-1247321621.xml 

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


[startup+0 s]
/proc/loadavg: 1.93 2.01 1.94 4/81 12977
/proc/meminfo: memFree=1140304/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=18576 CPUtime=0
/proc/12977/stat : 12977 (runsolver) R 12975 12977 12447 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19228166 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12977/statm: 4644 284 249 26 0 2626 0

[startup+0.0724069 s]
/proc/loadavg: 1.93 2.01 1.94 4/81 12977
/proc/meminfo: memFree=1140304/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16476 CPUtime=0.06
/proc/12977/stat : 12977 (sugar) R 12975 12977 12447 0 -1 4194304 1017 0 0 0 5 1 0 0 18 0 1 0 19228166 16871424 985 996147200 4194304 4206940 548682068608 18446744073709551615 254213030017 0 0 4224 0 0 0 0 17 1 0 0
/proc/12977/statm: 4119 985 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.102561 s]
/proc/loadavg: 1.93 2.01 1.94 4/81 12977
/proc/meminfo: memFree=1140304/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=0.07
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19228166 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30142 s]
/proc/loadavg: 1.93 2.01 1.94 4/81 12977
/proc/meminfo: memFree=1140304/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=0.07
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19228166 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702452 s]
/proc/loadavg: 1.93 2.01 1.94 4/81 12977
/proc/meminfo: memFree=1140304/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=0.07
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19228166 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50251 s]
/proc/loadavg: 1.93 2.01 1.94 4/92 12999
/proc/meminfo: memFree=1131576/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=0.78
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1309 4936 0 1 6 1 68 3 15 0 1 0 19228166 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1111 409 3 0 796 0
[pid=12990] ppid=12977 vsize=5356 CPUtime=0
/proc/12990/stat : 12990 (sh) S 12977 12977 12447 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19228248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12990/statm: 1339 233 193 169 0 50 0
[pid=12991] ppid=12990 vsize=864256 CPUtime=0.65
/proc/12991/stat : 12991 (java) S 12990 12977 12447 0 -1 0 6773 0 1 0 62 3 0 0 18 0 9 0 19228249 884998144 6051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12991/statm: 216064 6051 2566 9 0 210569 0
[pid=12991/tid=12992] ppid=12990 vsize=864256 CPUtime=0.44
/proc/12991/task/12992/stat : 12992 (java) R 12990 12977 12447 0 -1 64 2599 0 1 0 43 1 0 0 18 0 9 0 19228250 884998144 6051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12991/tid=12993] ppid=12990 vsize=864256 CPUtime=0.14
/proc/12991/task/12993/stat : 12993 (java) R 12990 12977 12447 0 -1 64 3164 0 0 0 13 1 0 0 16 0 9 0 19228251 884998144 6051 996147200 134512640 134550932 4294955936 18446744073709551615 103830949 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12991/tid=12994] ppid=12990 vsize=864256 CPUtime=0
/proc/12991/task/12994/stat : 12994 (java) S 12990 12977 12447 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19228251 884998144 6051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12991/tid=12995] ppid=12990 vsize=864256 CPUtime=0
/proc/12991/task/12995/stat : 12995 (java) S 12990 12977 12447 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 19228251 884998144 6051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12991/tid=12996] ppid=12990 vsize=864256 CPUtime=0
/proc/12991/task/12996/stat : 12996 (java) S 12990 12977 12447 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19228253 884998144 6051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12991/tid=12997] ppid=12990 vsize=864256 CPUtime=0.05
/proc/12991/task/12997/stat : 12997 (java) S 12990 12977 12447 0 -1 64 308 0 0 0 5 0 0 0 16 0 9 0 19228253 884998144 6051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12991/tid=12998] ppid=12990 vsize=864256 CPUtime=0
/proc/12991/task/12998/stat : 12998 (java) S 12990 12977 12447 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19228253 884998144 6051 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12991/tid=12999] ppid=12990 vsize=864256 CPUtime=0
/proc/12991/task/12999/stat : 12999 (java) S 12990 12977 12447 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19228253 884998144 6051 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.10162 s]
/proc/loadavg: 1.93 2.01 1.94 3/84 13001
/proc/meminfo: memFree=1135416/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=2328 CPUtime=1.06
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 494 0 0 0 85 21 0 0 25 0 1 0 19228369 2383872 480 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 582 480 42 102 0 477 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 24552

[startup+6.30186 s]
/proc/loadavg: 1.93 2.01 1.94 3/84 13001
/proc/meminfo: memFree=1133432/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=2848 CPUtime=4.22
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 632 0 0 0 401 21 0 0 25 0 1 0 19228369 2916352 616 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 712 616 48 102 0 607 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 25072

[startup+12.7013 s]
/proc/loadavg: 1.94 2.01 1.94 3/84 13001
/proc/meminfo: memFree=1133176/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=3184 CPUtime=10.56
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 716 0 0 0 1035 21 0 0 25 0 1 0 19228369 3260416 700 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 796 700 48 102 0 691 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 25408

[startup+25.5022 s]
/proc/loadavg: 1.95 2.01 1.94 3/84 13001
/proc/meminfo: memFree=1132792/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=3624 CPUtime=23.24
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 822 0 0 0 2303 21 0 0 25 0 1 0 19228369 3710976 806 996147200 134512640 134931368 4294956256 18446744073709551615 134525831 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 906 806 48 102 0 801 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 25848

[startup+51.1021 s]
/proc/loadavg: 1.97 2.01 1.94 3/84 13001
/proc/meminfo: memFree=1132152/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=4180 CPUtime=48.6
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 978 0 0 0 4839 21 0 0 25 0 1 0 19228369 4280320 962 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 1045 962 48 102 0 940 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 26404

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.94 3/84 13001
/proc/meminfo: memFree=1131320/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=4764 CPUtime=99.33
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 1179 0 0 0 9911 22 0 0 25 0 1 0 19228369 4878336 1130 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 1191 1130 48 102 0 1086 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 26988

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.94 3/84 13001
/proc/meminfo: memFree=1130744/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=5652 CPUtime=158.76
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 1444 0 0 0 15854 22 0 0 25 0 1 0 19228369 5787648 1256 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 1413 1256 48 102 0 1308 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 27876

[startup+222.302 s]
/proc/loadavg: 1.94 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1085248/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0

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

/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=7796 CPUtime=574.83
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3272 0 0 0 57459 24 0 0 25 0 1 0 19228369 7983104 1826 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 1949 1826 48 102 0 1844 0
Current children cumulated CPU time (s) 576.75
Current children cumulated vsize (KiB) 30020

[startup+642.303 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1083008/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=7928 CPUtime=634.27
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3480 0 0 0 63403 24 0 0 25 0 1 0 19228369 8118272 1860 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 1982 1860 48 102 0 1877 0
Current children cumulated CPU time (s) 636.19
Current children cumulated vsize (KiB) 30152

[startup+702.302 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082688/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=8192 CPUtime=693.71
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3671 0 0 0 69347 24 0 0 25 0 1 0 19228369 8388608 1931 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 2048 1931 48 102 0 1943 0
Current children cumulated CPU time (s) 695.63
Current children cumulated vsize (KiB) 30416

[startup+762.306 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082624/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=8448 CPUtime=753.15
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3865 0 0 0 75291 24 0 0 25 0 1 0 19228369 8650752 1939 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 2112 1939 48 102 0 2007 0
Current children cumulated CPU time (s) 755.07
Current children cumulated vsize (KiB) 30672

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

[startup+767.902 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082624/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=8448 CPUtime=758.69
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3865 0 0 0 75845 24 0 0 25 0 1 0 19228369 8650752 1939 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 2112 1939 48 102 0 2007 0
Current children cumulated CPU time (s) 760.61
Current children cumulated vsize (KiB) 30672

[startup+780.703 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082624/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=8448 CPUtime=771.38
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3865 0 0 0 77114 24 0 0 25 0 1 0 19228369 8650752 1939 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 2112 1939 48 102 0 2007 0
Current children cumulated CPU time (s) 773.3
Current children cumulated vsize (KiB) 30672

[startup+793.502 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082560/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=8580 CPUtime=784.06
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3898 0 0 0 78381 25 0 0 25 0 1 0 19228369 8785920 1972 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 2145 1972 48 102 0 2040 0
Current children cumulated CPU time (s) 785.98
Current children cumulated vsize (KiB) 30804

[startup+799.901 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082240/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=8712 CPUtime=790.4
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3995 0 0 0 79015 25 0 0 25 0 1 0 19228369 8921088 2006 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 2178 2006 48 102 0 2073 0
Current children cumulated CPU time (s) 792.32
Current children cumulated vsize (KiB) 30936

[startup+801.501 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082240/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=8712 CPUtime=791.99
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3995 0 0 0 79174 25 0 0 25 0 1 0 19228369 8921088 2006 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 2178 2006 48 102 0 2073 0
Current children cumulated CPU time (s) 793.91
Current children cumulated vsize (KiB) 30936

[startup+802.301 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082240/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=8712 CPUtime=792.78
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3995 0 0 0 79253 25 0 0 25 0 1 0 19228369 8921088 2006 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 2178 2006 48 102 0 2073 0
Current children cumulated CPU time (s) 794.7
Current children cumulated vsize (KiB) 30936

[startup+802.701 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082240/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=1.92
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1365 13126 0 2 6 1 175 10 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
[pid=13000] ppid=12977 vsize=5356 CPUtime=0
/proc/13000/stat : 13000 (sh) S 12977 12977 12447 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19228368 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13000/statm: 1339 232 193 169 0 50 0
[pid=13001] ppid=13000 vsize=8712 CPUtime=793.18
/proc/13001/stat : 13001 (picosat) R 13000 12977 12447 0 -1 4194304 3995 0 0 0 79293 25 0 0 25 0 1 0 19228369 8921088 2006 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13001/statm: 2178 2006 48 102 0 2073 0
Current children cumulated CPU time (s) 795.1
Current children cumulated vsize (KiB) 30936

[startup+803.101 s]
/proc/loadavg: 1.99 1.98 1.93 3/83 13038
/proc/meminfo: memFree=1082240/2055920 swapFree=4192956/4192956
[pid=12977] ppid=12975 vsize=16868 CPUtime=795.36
/proc/12977/stat : 12977 (sugar) S 12975 12977 12447 0 -1 4194304 1449 17412 0 2 6 1 79494 35 16 0 1 0 19228166 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12977/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 795.36
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 803.15
CPU time (s): 795.526
CPU user time (s): 795.117
CPU system time (s): 0.408937
CPU usage (%): 99.0508
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 795.117
system time used= 0.408937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22692
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= 2068
involuntary context switches= 23310

runsolver used 0.963853 second user time and 2.69759 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-11 16:13:42
IDJOB=2058398
IDBENCH=53485
IDSOLVER=738
FILE ID=node34/2058398-1247321621
PBS_JOBID= 9506559
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/frb45-21/normalized-frb45-21-2_ext.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-2058398-1247321621/watcher-2058398-1247321621 -o /tmp/evaluation-result-2058398-1247321621/solver-2058398-1247321621 -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-2058398-1247321621.xml

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

MD5SUM BENCH= c5b6a4e63f0abe6de7fc1cf04e0cfdec
RANDOM SEED=2024848700

node34.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.232
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.232
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:       1140784 kB
Buffers:         43456 kB
Cached:         770572 kB
SwapCached:          0 kB
Active:          82200 kB
Inactive:       768008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1140784 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          56568 kB
Slab:            50052 kB
Committed_AS:   176044 kB
PageTables:       1868 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= 66292 MiB
End job on node34 at 2009-07-11 16:27:05